On 5 July 2010 17:53, Pietro Battiston <m...@pietrobattiston.it> wrote:
> Il giorno lun, 05/07/2010 alle 16.32 +0800, Jason Heeris ha scritto:
>>   3. I don't need to do the threads_enter/leave (or use the context
>> manager) if I only use glib.idle_add (or timeout_add, etc)
>
> No, you don't. If you don't really need threads, life is much simpler.

Aaaah, I've just discovered that using only glib.idle_add on Windows
does *not* mean that things get updated at the next available
oppurtunity. They only get updated when the widget gets redrawn (I
think... or maybe when the user interacts with the UI). Maybe this is
a known issue.

— Jason
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to