In article <[EMAIL PROTECTED]>, Paul Rubin <http://[EMAIL PROTECTED]> wrote: > > self.progressWindow.protocol('WM_DELETE_WINDOW', self.callback) > >becomes > > gui.cmd_queue.put(self.progressWindow.protocol, > ('WM_DELETE_WINDOW', self.callback)) > >where gui is the Window object containing your gui. > >I think there are some recipes like this in ASPN, that give more >detail about how to do this stuff.
You can find a simple example at http://pythoncraft.com/ in the threads tutorial. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Help a hearing-impaired person: http://rule6.info/hearing.html -- http://mail.python.org/mailman/listinfo/python-list