WINDOW SET MOUSEPOINTER
Display a user-defined cursor when the mouse hovers over a graphical formfield widget.
Syntax
WINDOW SET (MOUSEPOINTER
Parameters
A string or an expression that evaluates to a string; the string must be a valid cursor file name. | |
An optional window name. The default is the current window. |
Comments
Every graphical formfield widget can have a user-defined cursor displayed when the mouse is hovering over it. Unlike predefined mouse cursors, user defined mouse cursors are displayed even if the field is guarded. User-defined cursors can be assigned statically in the Screen Painter or dynamically using the MOUSEPOINTER attribute in the existing WINDOW SET command.