[Tkinter-discuss] Radiobutton issue

G G garbage_account_02 at yahoo.com
Wed Dec 6 15:13:08 CET 2006


Hello,

I was trying to disable Radiobutton widget, with passing 
Tkinter.Radiobutton(...,state='disabled') . also tried
Tkinter.Radiobutton(...,state=Tkinter.DISABLED) and Tkinter.Radiobutton(...,state=DISABLED) and  but no success. In first two cases there is no error message but radiobutton doesn't get disabled...
In the third case I got Python error saying DISABLED is not defined.

Is there any known issue/problem with disabling Radiobutton widget?

thanks a lot

 
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tkinter-discuss/attachments/20061206/abba73f9/attachment.html 


More information about the Tkinter-discuss mailing list