Re: Tkinter Checkboxes

2006-02-21 Thread D
Thank, Mikael..after messing with it for quite awhile, I finally found out I need the .get()! Appreciate the help.. Doug -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter Checkboxes

2006-02-20 Thread Mikael Olofsson
D wrote: > Ok, I'm sure this is something extremely simple that I'm missing, > but..how do I set a variable in a Tkinter Checkbox? i.e. I have a > variable "test" - if the checkbox is selected, I want to set test=1, > otherwise 0. Thanks! > http://www.pythonware.com/library/tkinter/introduction

Tkinter Checkboxes

2006-02-20 Thread D
Ok, I'm sure this is something extremely simple that I'm missing, but..how do I set a variable in a Tkinter Checkbox? i.e. I have a variable "test" - if the checkbox is selected, I want to set test=1, otherwise 0. Thanks! -- http://mail.python.org/mailman/listinfo/python-list