Robin,
···
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Monday, January 07, 2008 1:03 PM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] RE: Progress DialogMike Driscoll wrote:
>
> I think the docs I've seen for this module always talk about using
> timers for this sort of thing, which is something I still don't
> understand. It seems to me that you could use the pubsub module
> though. Just subscribe the progress dialog to it and then
you can use
> use pubsub from other threads.pubsub doesn't handle sending messages in specific threads,
so there would still be a problem with trying to update the
progress dialog from the worker thread.--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
That makes sense, in a kind of mind-bending way. I probably would have
figured that out if I'd actually ever used the Progress Dialog.
Mike