Re: multiple checkboxes highlighted when one clicked = not good

2005-07-05 Thread MooMaster
UhmI'm a dunce. Obviously having it only use t[0] is going to make it cleverly look like I'm using different variables, when in fact I'm not. Thanks James! -- http://mail.python.org/mailman/listinfo/python-list

Re: multiple checkboxes highlighted when one clicked = not good

2005-07-05 Thread MooMaster
UhmI'm a dunce. Thanks James! -- http://mail.python.org/mailman/listinfo/python-list

Re: multiple checkboxes highlighted when one clicked = not good

2005-07-05 Thread MooMaster
right, I'm basically drawing a table with 3 columns, and I want checkboxes when we are at column 0. In columns 1-3 I will want Entries and Labels, but I always want checkboxes @ column 0. -- http://mail.python.org/mailman/listinfo/python-list

Re: multiple checkboxes highlighted when one clicked = not good

2005-07-05 Thread James Stroud
On Tuesday 05 July 2005 04:11 pm, MooMaster wrote: >  self.InUse =[BooleanVar(), BooleanVar(), BooleanVar(), BooleanVar(), > BooleanVar(), BooleanVar(), BooleanVar()] >         for i in range(1,11):             for t in range(7):                 if(t==0):                     Checkbutton(self.frame2

Re: multiple checkboxes highlighted when one clicked = not good

2005-07-05 Thread James Stroud
On Tuesday 05 July 2005 04:11 pm, MooMaster wrote: >  self.InUse =[BooleanVar(), BooleanVar(), BooleanVar(), BooleanVar(), > BooleanVar(), BooleanVar(), BooleanVar()] >         for i in range(1,11):             for t in range(7):                 if(t==0):                     Checkbutton(self.frame2