Welcome
Cursor
1.3.0.0
Allows the changing of the system cursors.
Many thanks to Reteset...I could not have made this plugin without the first two lines of code that you provided.
Thanks to Tigger for his list of cursor types and values.
Free to Use and Distribute.
Centauri Soldier
www.AMSPublic.com
CentauriSoldier@amspublic.com
© 2009 www.AMSPublic.com
Place the "Cursor" folder in your "AutoPlay Media Studio\Plugins\Actions" folder.
Cursor.Change
Cursor.Restore
Cursor.RestoreAll
Cursor.Change ( | (number) Cursor Type = CURSOR_NORMAL, (string) Cursor File = "AutoPlay\\Cursors\\MyCursor.cur" ) |
Changes the specified cursor type.
(number) The type of cursor to change (the system cursor ID).
CONSTANT | VALUE | DESCRIPTION |
CURSOR_BUSY | 32650 | The busy (thinking) cursor. |
CURSOR_CROSS | 32515 | The cross cursor. |
CURSOR_IBEAM | 32513 | The I-shaped beam cursor (used for text fields). |
CURSOR_ICON | 32641 | Win NT only: An empty cursor. |
CURSOR_LINK | 32649 | The double-pointed resize arrow pointing up and down. |
CURSOR_NO | 32648 | The "no" symbol cursor (a circle with a diagonal slash through it). |
CURSOR_NORMAL | 32512 | The standard cursor. |
CURSOR_SIZE | 32640 | Windows NT only: The four-pointed resize/move cursor. |
CURSOR_SIZE_ALL | 32646 | The North/South/East/West pointing cursor. |
CURSOR_SIZE_NS | 32645 | The North to South pointing cursor. |
CURSOR_SIZE_NESW | 32643 | The North East to South West pointing cursor. |
CURSOR_SIZE_NWSE | 32642 | The North West to South East pointing cursor. |
CURSOR_SIZE_WE | 32644 | The West to East pointing cursor. |
CURSOR_UPARROW | 32516 | The up pointing cursor. |
CURSOR_WAIT | 32514 | The wait cursor. |
(string) The path to the desired cursor file.
Note: Supported Filetypes: .ico, .cur, .ani
This action dose not return any value.
Cursor.Restore ( | (number) Cursor Type = CURSOR_NORMAL ) |
Restores the specified cursor type to its default cursor (the cursor recorded when the application started).
(number) The type of cursor to restore (the system cursor ID).
CONSTANT | VALUE | DESCRIPTION |
CURSOR_BUSY | 32650 | The busy (thinking) cursor. |
CURSOR_CROSS | 32515 | The cross cursor. |
CURSOR_IBEAM | 32513 | The I-shaped beam cursor (used for text fields). |
CURSOR_ICON | 32641 | Win NT only: An empty cursor. |
CURSOR_LINK | 32649 | The double-pointed resize arrow pointing up and down. |
CURSOR_NO | 32648 | The "no" symbol cursor (a circle with a diagonal slash through it). |
CURSOR_NORMAL | 32512 | The standard cursor. |
CURSOR_SIZE | 32640 | Windows NT only: The four-pointed resize/move cursor. |
CURSOR_SIZE_ALL | 32646 | The North/South/East/West pointing cursor. |
CURSOR_SIZE_NS | 32645 | The North to South pointing cursor. |
CURSOR_SIZE_NESW | 32643 | The North East to South West pointing cursor. |
CURSOR_SIZE_NWSE | 32642 | The North West to South East pointing cursor. |
CURSOR_SIZE_WE | 32644 | The West to East pointing cursor. |
CURSOR_UPARROW | 32516 | The up pointing cursor. |
CURSOR_WAIT | 32514 | The wait cursor. |
This action dose not return any value.
Cursor.RestoreAll () |
Restores all cursor types to their default cursors (the cursors recorded when the application started).
This action dose not return any value.
© 2009 www.AMSPublic.com
This File Was Generated With AMS ActionFile Editor