On Mon, 2008-02-11 at 11:15 +1300, John Stowers wrote: > On Sun, 2008-02-10 at 22:56 +0100, Thomas Dybdahl Ahle wrote: > > Do you know about: > > http://www.pardon-sleeuwaegen.be/antoon/python/page0.html > > I like very much, that it takes up all the ways you can do threading in > > pygtk, so you can compare them. > > Yeah but I dont particuarly like the *_enter() *_leave() approach. Just > preference I guess
Sure, it is not nice, but in my app i used idle_add, and a lot of people had freezes. Then I aksed everybody to take all the "tests". People reported freezes, system crashes and lots of stuff. Only enter/leave gave no problems for anybody, so I adopted it. -- Best Regards, Med Venlig Hilsen, Thomas _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
