WaitCursor

From NSB App Studio
Revision as of 12:03, 6 November 2012 by Ghenne (talk | contribs) (Ghenne moved page Waitcursor to WaitCursor)
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