You are correct, I was referring to two different things.
GDI+ classes do not expose a direct opacity setting, you have to adjust the colors, brightness, etc.
this scenario is supported
(I thought previously you were looking at having .Picture automatically doomed when .DisabledPicture is empty)
Just in case, condition for changing picture when .Enabled changes is as follows:
This implies that both pictures have a different FileName
I have a button with a picture and a disabled picture. When programatically I change the button to enabled=.t., the pic does not change and although VFP reports status enabled =.t., in the web it is not enabled.
I have wcpropsave = "left,top,enabled,visible,width". Do I need other props there as well?
Nice suggestion, thanks
Added to roadmap
thn
Why do I need to create graphics for the disabled state f buttons? Is there any way to haveit work like in VFP where the disabled state just dims the graphic?