On 9/30/10 7:24 AM, John Fabiani wrote: > Have you tested on Linux? I have/had major issues with yield() working just > fine on windows and just locking up on linux. BTW the reason for using yield > was to allow a simple way to stop printing (or producing output). So maybe > you can find an universal way to stop the output from reports.
Linux is the only platform I've tested it on at this point. When you say 'major issues with yield()', do you mean 'dabo.ui.yieldUI()' or 'wx.Yield()' or 'wx.GetApp().Yield()'? Did you ever try the built-in report progress dialog, which comes with a cancel button? This has been working for me universally from Mac, Windows, and Linux, although every once in a while a Windows user will get the 'wx.Yield() called recursively' error, which was the purpose for this commit. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
