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.
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to