WaitCursor: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 20: Line 20:


[[Category:Language Reference]]
[[Category:Language Reference]]
[[Category:Messages]]

Revision as of 20:07, 14 September 2012

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