Re: Tkinter Radio button on the second window

2008-09-05 Thread Dream
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

Re: Tkinter Radio button on the second window

2008-09-04 Thread Guilherme Polo
On Thu, Sep 4, 2008 at 10:01 PM, Dream <[EMAIL PROTECTED]> wrote: > 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

Re: Tkinter Radio button on the second window

2008-09-04 Thread Gabriel Genellina
En Thu, 04 Sep 2008 22:01:25 -0300, Dream <[EMAIL PROTECTED]> escribi�: 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 radiobutto