Image on disabled button

Richard Townsend richard.townsend at edl.uk.eds.com
Wed Sep 10 03:18:06 EDT 2003


> 
> (From memory) the following options added after creating the root window
> prevent the bug occurring on HP-UX11i
> 
> self.root.option_add('*background', 'grey75')
> self.root.option_add('*disabledBackground', '')
> 

I have now checked again on HP-UX and have found that you must also set:

self.root.option_add('*disabledForeground', '')

to stop the bug appearing...




More information about the Python-list mailing list