Re: [Tutor] Tkinter Data Passing Problem

2005-10-24 Thread Alan Gauld
> The problem is that when I specify that the frame be part of root the data > appears in the entry boxes (using textvariable = StringVar()) but if a > second > Tk() root is specified, the entry boxes appear, but there is no data. I > cannot > figure out why. Create your new dialog as a child of

Re: [Tutor] Tkinter Data Passing Problem

2005-10-24 Thread John Fouhy
On 25/10/05, mdcooper <[EMAIL PROTECTED]> wrote: > The problem is that when I specify that the frame be part of root the data > appears in the entry boxes (using textvariable = StringVar()) but if a second > Tk() root is specified, the entry boxes appear, but there is no data. I cannot > figure out

[Tutor] Tkinter Data Passing Problem

2005-10-24 Thread mdcooper
Hi, I am having some trouble with tkinter. I am creating a filled set of entry boxes so that a user can adjust certain data if desired. I would prefer that the box containing these data be separate from the main GUI. The problem is that when I specify that the frame be part of root the data a