Erel,
Please add this feature to the Designer:
When viewing an objects properties, ie; a panel, it would be desirable to have an option to toggle between the color name and it's ARGB equivalent.
What I find annoying is that whenever I use the Designer, to look for a suitable color, I need to duplicate an unnecessary object - to get the ARGB combination - and then remove the unnecessary object from my layout. In other words, duplicating the object is the only way I can get the ARGB color combination, from a Designer named color.
This is necessary, because the code window completion popups don't show the same color options as the designer, so I have to use "Colors.ARGB(w,x,y,z)" as the method for setting colors within my code - since "Colors.PaleGoldenrod" or "Colors.Orange" exists as an option - in the Designer only - and nowhere else.
Thanks, in advance.
Regards.
> Sonny <
Please add this feature to the Designer:
When viewing an objects properties, ie; a panel, it would be desirable to have an option to toggle between the color name and it's ARGB equivalent.
What I find annoying is that whenever I use the Designer, to look for a suitable color, I need to duplicate an unnecessary object - to get the ARGB combination - and then remove the unnecessary object from my layout. In other words, duplicating the object is the only way I can get the ARGB color combination, from a Designer named color.
This is necessary, because the code window completion popups don't show the same color options as the designer, so I have to use "Colors.ARGB(w,x,y,z)" as the method for setting colors within my code - since "Colors.PaleGoldenrod" or "Colors.Orange" exists as an option - in the Designer only - and nowhere else.
Thanks, in advance.
Regards.
> Sonny <