Creating frames in threads

Bob Greschke bob at passcal.nmt.edu
Wed Mar 10 19:26:27 EST 2004


I'm having trouble in another thread with scroll bars and threads on
Windows, and the problem in this newsgroup thread ALSO seems to be a
Windows(XP) Python 2.3.3-only problem.  The same program on Linux and
Solaris is fine.

???

"Bob Greschke" <bob at passcal.nmt.edu> wrote in message
news:404fa386$1_6 at corp.newsgroups.com...
> I have a program that creates one or more frames with
>
>    TF = TopLevel(Root)
>
> talks to some equipment, calculates some stuff, draws a graph on a canvas
in
> the frame, then exits.  The frame/s goes with the thread and disappears
when
> the thread is finished -- which I guess makes sense.  Is there a way to
keep
> those frames around after the thread is gone?
>
> Thanks!
>
> Bob
>
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----==  Over 100,000 Newsgroups - 19 Different Servers! =-----




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 100,000 Newsgroups - 19 Different Servers! =-----



More information about the Python-list mailing list