11.7
I wonder if there is an easy way of makeing an icon "blured" or kind of inSensitive look ? I can't use the same icon on both sensitive and insensitive... is there a tricks? or do I have to make two icons?
//Geir Otto
Sorry, has been a while since I did this :-)
If you use the icon on a button, then it gets a bit grayed out when the button becomes insensitive. If you use it different and cannot make its parent item insensitive then using 2 icons could be a good alternative.
I may be saying the same thing as Patrick, so I apologize if this is redundant.
If you only have a sensitive image on a button, OpenEdge will automatically draw the insensitive (grayed) version of the icon for you. If you have both sensitive and insensitive images on a button OpenEdge uses the insensitive image without modification. So if you want your button to have the grayed look when insensitive, don't load an insensitive image.
I forgot that you're using actual .ico files. The automatic graying doesn't work for .ico files.
There's seems to be a post missing. I got email that showed that you converted the icons to GIF files and generated nice-looking disabled images, so it looks like you've found a good solution.