hwISession ShowWaitCursor
Shows a wait mouse cursor in the application.
Syntax
hwISession_handle ShowWaitCursor
Application
HyperWorks Tcl Modify
Description
This command shows a global wait mouse cursor (the wait hourglass) in the application. It will not clear until ClearWaitCursor is called.
Example
hwi GetSessionHandle sess;
sess ShowWaitCursor;
Error
Returns success (0) or an error code.
Keywords
HyperWorks
Tcl
Modify