![]() |
<< Index >> |
FutureBasic 5 |
| cursor | statement | |
|
|
||
cursor cursorIDcursorID is interpreted as the resource ID of a 'crsr' (first choice) or a 'CURS' resource (alternative choice), and this statement changes the current cursor to the indicated cursor. The following cursor resources are always available:_arrowCursor (0)_iBeamCursor (1)_crossCursor (2)_plusCursor (3)_watchcursor (4)
Note:
If you've designed a csrs or a CURS resource of your own which you want to make available to your program, do the following:
resources statement.
cursor statement to activate your cursor within the program.cursor cursorID, _themeCursorStatic
cursor cursorID, _themeCursorAnimate // treated as _themeCursorStatic_kThemeArrowCursor_kThemeCopyArrowCursor_kThemeAliasArrowCursor_kThemeContextualMenuArrowCursor_kThemeIBeamCursor_kThemeCrossCursor_kThemePlusCursor_kThemeWatchCursor_kThemeClosedHandCursor_kThemeOpenHandCursor_kThemePointingHandCursor_kThemeCountingUpHandCursor_kThemeCountingDownHandCursor_kThemeCountingUpAndDownHandCursor_kThemeSpinningCursor_kThemeResizeLeftCursor_kThemeResizeRightCursor_kThemeResizeLeftRightCursor