WoSetCursor Procedure

Changes the cursor for a VDA Tool.

Usage

WoSetCursor, tool_name 

Parameters

tool_name — A string containing the unique name of a VDA Tool.

Keywords

Wait — Displays a “wait” cursor.

System — Displays the system cursor. This is the default.

Discussion

This routine calls WtCursor to change the current cursor.

Example

The following line changes the cursor in the VDA Tool WzPlot_0 to a “wait” cursor.

WoSetCursor, 'WzPlot_0', /Wait

See Also

WtCursor