Edit history

Edit: -1 of 1
Time: 2007-01-20 21:29:12
Note: /dabosite/wiki/DaboUiYieldUI/reparent

changed:
-
Signature:

 <pycode>dabo.ui.yieldUI(*args, **kwargs)</pycode>

Description:

 Yields control to pending messages in the windowing system. This can be useful, for example, when a time-consuming process writes to a text window. Without an occasional yield, the text window will not be updated properly, and on systems with cooperative multitasking, such as Windows 3.1 other processes will not respond.

Returns:

 None

Comments:

 Rarely used, but may be necessary in some processor-intensive applications.