Re: Tkinter Radio button on the second window
Thank you very much. Now I use "window2=Toplevel()" to create the second window, and it works well. -- http://mail.python.org/mailman/listinfo/python-list
Tkinter Radio button on the second window
The code create 2 windows. 2 radiobuttons are put on the second window. A control variable "v" is binded to the 2 widgets. But when I run the code, I found the control variable not binded succsessfully: The second radiobutton was not selected by default; Click ed each button always print 1. I don't