On Monday 11 December 2006 01:15, Marco Costalba wrote: > guiUpdateTimer.start(100, true); What is the result with "guiUpdateTimer.start(0, true);" ? There is no need to put in any time interval at all, because the timeout is a normal event which will be queued in the GUI event queue. If there were X events in the mean time, they are queued and handled before your timeOut function is called again. So the GUI will be responsive, even if you have a 0 ms timer. Josef - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html