1. Win32lib? Faded Button
- Posted by don cole <doncole at pacbell.net> Jan 15, 2006
- 488 views
A lot of times when installing new software you run across an unchecked "I agree with all the above" Checkbox and a Next Button that is faded ie. The border is grey and the text is grey. Clicking on the Button does nothing. If you check the "I agree" checkbox then the Button border becomes black, the Button text becomes black and the Button works normally. I guess my question is how do you make a normal button faded and inactive? Don Cole A Bug is an un-documented feature. A Feature is a documented Bug.
2. Re: Win32lib? Faded Button
- Posted by Greg Haberek <ghaberek at gmail.com> Jan 15, 2006
- 480 views
> I guess my question is how do you make a normal button faded and inacti= ve?
setEnable( MyButton, w32False )
3. Re: Win32lib? Faded Button
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jan 15, 2006
- 472 views
- Last edited Jan 16, 2006
don cole wrote: >how do you make a normal button faded and inactive? setEnable(id,False) Regards, Pete