WaitCursor

From NSB App Studio
Revision as of 15:50, 9 April 2013 by Ghenne (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

WaitCursor true|false

Description

Set WaitCursor to true to display a wait cursor. The design of the cursor depends on the browser. Set it to false to turn the waitcursor off again. This command does not do anything on mobile devices, since they do not have a cursor.

Example

Rem WaitCursor Example
WaitCursor True
Sleep 5000
WaitCursor False

Output