/ cat / eventloop |
|
| Documentation |
|
The program will loop then while:
You can call recursively the event loop by using the WAIT instruction. This may lead to infinite recursion, but this is the only way to refresh the user interface while doing a long processing.
![]() | Graphical controls are refreshed during the event loop, not when you change their properties. |