[Tkinter] Inheriting from Toplevel

dwolff567 at my-deja.com dwolff567 at my-deja.com
Wed Jul 28 16:48:24 EDT 1999


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.




More information about the Python-list mailing list