[Tkinter] Inheriting from Toplevel
dwolff567 at my-deja.com
dwolff567 at my-deja.com
Wed Jul 28 16:48:24 EDT 1999
More information about the Python-list mailing list
Wed Jul 28 16:48:24 EDT 1999
- Previous message (by thread): [Tkinter] Inheriting from Toplevel
- Next message (by thread): Python Performance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I use grid only in dialog boxes which inherit from the dialog class you posted on the pythonware site. Dave In article <001d01bed86f$39de44f0$f29b12c2 at secret.pythonware.com>, "Fredrik Lundh" <fredrik at pythonware.com> wrote: > dwolff567 at my-deja.com wrote: > > I am having some fairly weird problems with my Tkinter app. I am > > spawning a new Toplevel window where I display a graph in a > > canvas instance. However, when I send the data to the widget to > > be plotted, the whole thing freezes. > > I'd look for a widget that is created without a master, and > displayed using a call to "grid"... > > if you don't use grid at all, you probably have to post more > code... > > </F> > > Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.
- Previous message (by thread): [Tkinter] Inheriting from Toplevel
- Next message (by thread): Python Performance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list