[Tutor] Tkinter Data Passing Problem

Alan Gauld alan.gauld at freenet.co.uk
Tue Oct 25 00:14:46 CEST 2005


> 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 TopLevel instead of Tk()

Alan G 



More information about the Tutor mailing list