From: Christoph Z. <ci...@on...> - 2006-02-28 11:23:31
|
Steve Christensen wrote: >> How can I force PythonCard to redraw the component >> immediately, so that it is visible already during the long operation? > > Try wx.Yield() Thanks, that was exactly what I was missing. I just saw the wx docu says it's better to use self.application.Yield() in newer programs. This has also the advantage that I don't need to import wx in my PythonCard app. -- Christoph |