Thread updating GUI
Aahz
aahz at pythoncraft.com
Wed Dec 18 12:17:28 EST 2002
More information about the Python-list mailing list
Wed Dec 18 12:17:28 EST 2002
- Previous message (by thread): Thread updating GUI
- Next message (by thread): Thread updating GUI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Thread updating GUI
- Next message (by thread): Thread updating GUI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list