[Tkinter-discuss] Entry Labels - .get()

2013-01-31 Thread Blackpanda
Hi, I'm relatively new to Python and am building a GUI using Tkinter. As part of the GUI I have a form ("frm2") which has a number of enrty labels ("self.ent"). These are placed in the form using a double loop (see below). I also have a button which I want to return all the entries. The button is

Re: [Tkinter-discuss] Entry Labels - .get()

2013-01-31 Thread Lion Kimbro
I'm not really following your code; For example, I see "self" referenced, but I have no idea where the class is. But basically, it looks to me like you are creating several IntVar instances, but have pointed to them all with only a single self.entVar. You might want to instead use somet