(removing content not part of this discussion, and cleaning CC list as we are all on dev)
John Anderson wrote: > Ted Leung wrote: > > Did you try it with just the Yield (e.g. wx.GetApp().Yield())?. I think > that may be all that's necessary to run the Idle loop. Yield() alone is not enough. I don't know the exact details but Katie, Grant and Donn have been working out the kinks and so far the best workaround is the processNextIdle() below. >> def processNextIdle(): >> wx.GetApp().Yield() >> ev = wx.IdleEvent() >> wx.GetApp().ProcessEvent(ev) >> wx.GetApp().Yield() -- Heikki Toivonen
signature.asc
Description: OpenPGP digital signature
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "Dev" mailing list http://lists.osafoundation.org/mailman/listinfo/dev
