BtnChamaleon Help File

BtnChamaleon Help File

Plugin Name:

BtnChamaleon

Current Version:

1.5.0.0

Description:

BtnChamaleon Object for AutoPlay Media Studio.
Created by Ceone with Skelton by Lucas the Duck.

Author:

Ceone

E-mail:

produceone@gmail.com

Requirements:

This object plugin require "Memory Actions Plugin" Created by AMSWaves Corporation, And ChamaleonButton.ocx.


Table of Contents

BtnChamaleon.CreateObject
BtnChamaleon.StartEvents
BtnChamaleon.SetButtonType
BtnChamaleon.GetButtonType
BtnChamaleon.SetText
BtnChamaleon.GetText
BtnChamaleon.Enabled
BtnChamaleon.IsEnabled
BtnChamaleon.SetFont
BtnChamaleon.GetFont
BtnChamaleon.ShowFocusRect
BtnChamaleon.IsShowFocusRect
BtnChamaleon.SetMousePointer
BtnChamaleon.GetMousePointer
BtnChamaleon.SetCheckBoxBehaviour
BtnChamaleon.GetCheckBoxBehaviour
BtnChamaleon.SetButtonColor
BtnChamaleon.GetButtonColor
BtnChamaleon.SetTextColor
BtnChamaleon.GetTextColor

BtnChamaleon.CreateObject


BtnChamaleon.CreateObject ( 

(string) ObjectName,

(number) ButtonTypes = Windows_16bit,

(string) Text = "Text Here" )

Description

To create BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

ButtonTypes

(number) ButtonTypes.

CONSTANT

VALUE

DESCRIPTION

Windows_16bit

1

Windows_16bit Style

Windows_32bit

2

Windows_32bit Style

Windows_XP

3

Windows_XP Style

Mac

4

Mac Style

Java_metal

5

Java_metal Style

Netscape_6

6

Netscape_6 Style

Simple_Flat

7

Simple_Flat Style

Flat_Highlight

9

Flat_Highlight Style

Office_XP

10

Office_XP Style

Transparent

11

Transparent Style

Hover_3D

12

Hover_3D Style

Oval_Flat

13

Oval_Flat Style

KDE_2

14

KDE_2 Style

Text

(string) Text.

Returns

This action dose not return any value.


BtnChamaleon.StartEvents


BtnChamaleon.StartEvents ( 

(string) ObjectName1 = "Plugin1",

(string) ObjectName2,

(string) ObjectName3,

(string) ObjectName4,

(string) ObjectName5,

(string) ObjectName6,

(string) ObjectName7,

(string) ObjectName8,

(string) ObjectName9,

(string) ObjectName10,

(string) ObjectName11,

(string) ObjectName12,

(string) ObjectName13,

(string) ObjectName14,

(string) ObjectName15 )

Description

To start events of BtnChamaleon object. (Max. 15)

Parameters

ObjectName1

(string) The name 1 of the BtnChamaleon object.

ObjectName2

(string) The name 2 of the BtnChamaleon object.

ObjectName3

(string) The name 3 of the BtnChamaleon object.

ObjectName4

(string) The name 4 of the BtnChamaleon object.

ObjectName5

(string) The name 5 of the BtnChamaleon object.

ObjectName6

(string) The name 6 of the BtnChamaleon object.

ObjectName7

(string) The name 7 of the BtnChamaleon object.

ObjectName8

(string) The name 8 of the BtnChamaleon object.

ObjectName9

(string) The name 9 of the BtnChamaleon object.

ObjectName10

(string) The name 10 of the BtnChamaleon object.

ObjectName11

(string) The name 11 of the BtnChamaleon object.

ObjectName12

(string) The name 12 of the BtnChamaleon object.

ObjectName13

(string) The name 13 of the BtnChamaleon object.

ObjectName14

(string) The name 14 of the BtnChamaleon object.

ObjectName15

(string) The name 15 of the BtnChamaleon object.

Returns

This action dose not return any value.


BtnChamaleon.SetButtonType


BtnChamaleon.SetButtonType ( 

(string) ObjectName,

(number) ButtonTypes = Windows_16bit )

Description

To SetButtonType BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

ButtonTypes

(number) ButtonTypes.

CONSTANT

VALUE

DESCRIPTION

Windows_16bit

1

Windows_16bit Style

Windows_32bit

2

Windows_32bit Style

Windows_XP

3

Windows_XP Style

Mac

4

Mac Style

Java_metal

5

Java_metal Style

Netscape_6

6

Netscape_6 Style

Simple_Flat

7

Simple_Flat Style

Flat_Highlight

9

Flat_Highlight Style

Office_XP

10

Office_XP Style

Transparent

11

Transparent Style

Hover_3D

12

Hover_3D Style

Oval_Flat

13

Oval_Flat Style

KDE_2

14

KDE_2 Style

Returns

This action dose not return any value.


BtnChamaleon.GetButtonType


(number) BtnChamaleon.GetButtonType ( 

(string) ObjectName )

Description

To GetButtonType BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(number) The ButtonTyle value of the BtnChamaleon.


BtnChamaleon.SetText


BtnChamaleon.SetText ( 

(string) ObjectName,

(string) Text = "Text Here" )

Description

To SetText BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Text

(string) Text.

Returns

This action dose not return any value.


BtnChamaleon.GetText


(string) BtnChamaleon.GetText ( 

(string) ObjectName )

Description

To GetText BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(string) The Text value of the BtnChamaleon.


BtnChamaleon.Enabled


BtnChamaleon.Enabled ( 

(string) ObjectName,

(boolean) Enabled = true )

Description

To Enabled BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Enabled

(boolean) Enabled.

Returns

This action dose not return any value.


BtnChamaleon.IsEnabled


(boolean) BtnChamaleon.IsEnabled ( 

(string) ObjectName )

Description

To IsEnabled BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(boolean) The Enabled value of the BtnChamaleon.


BtnChamaleon.SetFont


BtnChamaleon.SetFont ( 

(string) ObjectName,

(string) FontName = "Arial",

(number) FontSize = 12,

(boolean) FontBold = true,

(boolean) FontItalic = true,

(boolean) FontUnderline = true )

Description

To SetFont BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

FontName

(string) FontName.

FontSize

(number) FontSize.

FontBold

(boolean) FontBold.

FontItalic

(boolean) FontItalic.

FontUnderline

(boolean) FontUnderline.

Returns

This action dose not return any value.


BtnChamaleon.GetFont


(table) BtnChamaleon.GetFont ( 

(string) ObjectName )

Description

To GetFont BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(table) A table containing the fontinfo of the BtnChamaleon, indexed by values "Name","Size", "Bold", "Italic" and "Underline". These values can be accessed using the form mytable.


BtnChamaleon.ShowFocusRect


BtnChamaleon.ShowFocusRect ( 

(string) ObjectName,

(boolean) ShowFocusRect = true )

Description

To ShowFocusRect BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

ShowFocusRect

(boolean) ShowFocusRect.

Returns

This action dose not return any value.


BtnChamaleon.IsShowFocusRect


(boolean) BtnChamaleon.IsShowFocusRect ( 

(string) ObjectName )

Description

To IsShowFocusRect BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(boolean) The ShowFocusRect value of the BtnChamaleon.


BtnChamaleon.SetMousePointer


BtnChamaleon.SetMousePointer ( 

(string) ObjectName,

(number) MousePointer = Arow )

Description

To SetMousePointer BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

MousePointer

(number) MousePointer.

CONSTANT

VALUE

DESCRIPTION

Arow

1

Arow Mouse

Crosshair

2

Crosshair Mouse

Write

3

Write Mouse

Move

5

Move Mouse

Move_RDiagonal

6

Move_RDiagonal Mouse

Move_Vertical

7

Move_Vertical Mouse

Move_LDiagonal

8

Move_LDiagonal Mouse

Move_Horizontal

9

Move_Horizontal Mouse

Up_Arrow

10

Up_Arrow Mouse

Working

11

Working Mouse

Prohibited

12

Prohibited Mouse

Arow_Working

13

Arow_Working Mouse

Help

15

Help Mouse

Returns

This action dose not return any value.


BtnChamaleon.GetMousePointer


(number) BtnChamaleon.GetMousePointer ( 

(string) ObjectName )

Description

To GetMousePointer BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(number) The MousePointer value of the BtnChamaleon.


BtnChamaleon.SetCheckBoxBehaviour


BtnChamaleon.SetCheckBoxBehaviour ( 

(string) ObjectName,

(boolean) CheckBoxBehaviour = true )

Description

To SetCheckBoxBehaviour BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

CheckBoxBehaviour

(boolean) CheckBoxBehaviour.

Returns

This action dose not return any value.


BtnChamaleon.GetCheckBoxBehaviour


(boolean) BtnChamaleon.GetCheckBoxBehaviour ( 

(string) ObjectName )

Description

To GetCheckBoxBehaviour BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(boolean) The CheckBoxBehaviour value of the BtnChamaleon.


BtnChamaleon.SetButtonColor


BtnChamaleon.SetButtonColor ( 

(string) ObjectName,

(number) NormalButtonColor = 0,

(number) HighlightButtonColor = 0 )

Description

To SetButtonColor BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

NormalButtonColor

(number) NormalButtonColor.

HighlightButtonColor

(number) HighlightButtonColor.

Returns

This action dose not return any value.


BtnChamaleon.GetButtonColor


(table) BtnChamaleon.GetButtonColor ( 

(string) ObjectName )

Description

To GetButtonColor BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(table) A table containing the buttoncolor of the BtnChamaleon, indexed by values "Normal" and "Highlight". These values can be accessed using the form mytable.


BtnChamaleon.SetTextColor


BtnChamaleon.SetTextColor ( 

(string) ObjectName,

(number) NormalTextColor = 0,

(number) HighlightTextColor = 0 )

Description

To SetTextColor BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

NormalTextColor

(number) NormalButtonColor.

HighlightTextColor

(number) HighlightButtonColor.

Returns

This action dose not return any value.


BtnChamaleon.GetTextColor


(table) BtnChamaleon.GetTextColor ( 

(string) ObjectName )

Description

To GetTextColor BtnChamaleon object.

Parameters

ObjectName

(string) The name of the BtnChamaleon object.

Returns

(table) A table containing the textcolor of the BtnChamaleon, indexed by values "Normal" and "Highlight". These values can be accessed using the form mytable.




This File Was Generated With AMS ActionFile Editor