Cursor Help File

Cursor Help File

Plugin Name:

Cursor

Current Version:

1.3.0.0

Description:

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.

Licence:

Free to Use and Distribute.

Author:

Centauri Soldier

Web:

www.AMSPublic.com

E-mail:

CentauriSoldier@amspublic.com

Copyright:

© 2009 www.AMSPublic.com

Install Notes:

Place the "Cursor" folder in your "AutoPlay Media Studio\Plugins\Actions" folder.


Table of Contents

Cursor.Change
Cursor.Restore
Cursor.RestoreAll

Cursor.Change


Cursor.Change ( 

(number) Cursor Type = CURSOR_NORMAL,

(string) Cursor File = "AutoPlay\\Cursors\\MyCursor.cur" )

Description

Changes the specified cursor type.

Parameters

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.

Cursor File

(string) The path to the desired cursor file.

Note: Supported Filetypes: .ico, .cur, .ani

Returns

This action dose not return any value.


Cursor.Restore


Cursor.Restore ( 

(number) Cursor Type = CURSOR_NORMAL )

Description

Restores the specified cursor type to its default cursor (the cursor recorded when the application started).

Parameters

Cursor Type

(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.

Returns

This action dose not return any value.


Cursor.RestoreAll


Cursor.RestoreAll ()

Description

Restores all cursor types to their default cursors (the cursors recorded when the application started).

Returns

This action dose not return any value.



© 2009 www.AMSPublic.com
This File Was Generated With AMS ActionFile Editor