Thread updating GUI
Aahz
aahz at pythoncraft.com
Wed Dec 18 12:17:28 EST 2002
In article <bd993a2f.0212180104.44704cc at posting.google.com>,
Anand B Pillai <abpillai at lycos.com> wrote:
>
> I am trying to update a bitmap embedded in a wxPanel using a separate
>thread subclassed from Thread class in module threading. The basic idea
>is to run the thread and let it run a slideshow by changing images on
>the panel.
It's Tkinter rather that wxPython, but if you look at the sample code
for the thread tutorial on my web page, you'll see some useful info.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"To me vi is Zen. To use vi is to practice zen. Every command is a
koan. Profound to the user, unintelligible to the uninitiated. You
discover truth everytime you use it." --reddy at lion.austin.ibm.com
More information about the Python-list
mailing list