WaitCursor

From NSB App Studio
Revision as of 04:14, 17 August 2012 by Brendon (talk | contribs)
Jump to navigation Jump to search

WaitCursor true|false

Description

Set WaitCursor to true to display a wait cursor. The design of the cursor depends on the device. Set it to false to turn the waitcursor off again.

Example

Rem WaitCursor Example
WaitCursor TRUE
Sleep 5000
WaitCursor FALSE

Output