Re: How extract from list with BooleanVar objects each object

2015-07-25 Thread Dariusz Mysior
In this group last posta are from 2013 year :/ W dniu sobota, 25 lipca 2015 18:04:50 UTC+2 użytkownik Dariusz Mysior napisał: > > I want from list (1) with BoolenVar objects (2) extract this objects in > "from" loop (3)...How can I do it... > > def createCheckButton(self): > y=3 > for x

Re: How extract from list with BooleanVar objects each object

2015-07-25 Thread Daniel Roseman
On Saturday, 25 July 2015 17:04:50 UTC+1, Dariusz Mysior wrote: > > I want from list (1) with BoolenVar objects (2) extract this objects in > "from" loop (3)...How can I do it... > > def createCheckButton(self): > y=3 > for x in range(self.lp): > self.chooseButton=BooleanVar()