WaitCursor: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
m (Ghenne moved page Waitcursor to WaitCursor)
(No difference)

Revision as of 12:03, 6 November 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