[Chandler-dev] wx.Yield
Morgen Sagen
morgen at osafoundation.org
Tue Jun 12 14:27:40 PDT 2007
On Jun 12, 2007, at 2:23 PM, Robin Dunn wrote:
> * wx.SafeYield will disable all widgets in the app before it enters
> into the nested event loop, and then enables them again when it is
> done. So it helps prevent reentrant problems because the user
> can't interact with the app while it is active, but it has a fair
> amount of overhead for doing the disabling and enabling.
When I tried using SafeYield( ), the app slowed to a crawl.
More information about the chandler-dev
mailing list