Notifications
Clear all

[Closed] DotNet 'ColorDialog' issue

I’m having an issue when using a dotNet colorDialog box where if I want to manually type in a color using the RGB boxes, I can only type in two digits. I can’t figure out why. Does this happen with anyone else?

Here’s a code snippet to work with…

clrDlg = dotNetObject "ColorDialog"
clrDlg.FullOpen = true
clrDlg.AnyColor = true
clrDlg.ShowDialog()
5 Replies
 PEN

Works fine here James on Max 2010 32bit. I can tab through all the type in values and enter a value.

Hm, I wonder if it’s a 64 bit issue. I don’t even have 32 bit loaded any more to test. But thanks, I’ll try and find someone here with 32 still installed.

Edit: I tried it with 32 bit Max and still had the problem. I don’t get it.

 PEN

All right, I read your post wrong the first time. I to can only type in two digits. I see what you mean now, I get the same issue.

 PEN

If it opens with one of the values set to three digits I can only see half of the third digit as well. I can select that third digit but I can’t type anything in its place.

Oh, okay. I’m glad that I’m not going crazy. I’ve even tried copying a three digit number and pasting it in there, but only the first two show up. Bizarre.