On Wed, Jan 22, 2003 at 02:11:31PM -0400, Pablo Endres wrote: > Hi guys, > I've got an app. that I made and had it working for some > time, but the interface freezes from time to time.
Do you have a callback that takes a long time being run in an idle or timeout loop? Is this a threaded app? > Is there a way of detecting why this happens?? > Is there a set of regular causes of this happening? Usually a callback function that takes a long time to run. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
