Welcome
BtnChamaleon
1.5.0.0
BtnChamaleon Object for AutoPlay Media Studio.
Created by Ceone with Skelton by Lucas the Duck.
Ceone
produceone@gmail.com
This object plugin require "Memory Actions Plugin" Created by AMSWaves Corporation, And ChamaleonButton.ocx.
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 ( | (string) ObjectName, (number) ButtonTypes = Windows_16bit, (string) Text = "Text Here" ) |
To create BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(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 |
(string) Text.
This action dose not return any value.
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 ) |
To start events of BtnChamaleon object. (Max. 15)
(string) The name 1 of the BtnChamaleon object.
(string) The name 2 of the BtnChamaleon object.
(string) The name 3 of the BtnChamaleon object.
(string) The name 4 of the BtnChamaleon object.
(string) The name 5 of the BtnChamaleon object.
(string) The name 6 of the BtnChamaleon object.
(string) The name 7 of the BtnChamaleon object.
(string) The name 8 of the BtnChamaleon object.
(string) The name 9 of the BtnChamaleon object.
(string) The name 10 of the BtnChamaleon object.
(string) The name 11 of the BtnChamaleon object.
(string) The name 12 of the BtnChamaleon object.
(string) The name 13 of the BtnChamaleon object.
(string) The name 14 of the BtnChamaleon object.
(string) The name 15 of the BtnChamaleon object.
This action dose not return any value.
BtnChamaleon.SetButtonType ( | (string) ObjectName, (number) ButtonTypes = Windows_16bit ) |
To SetButtonType BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(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 |
This action dose not return any value.
(number) BtnChamaleon.GetButtonType ( | (string) ObjectName ) |
To GetButtonType BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(number) The ButtonTyle value of the BtnChamaleon.
BtnChamaleon.SetText ( | (string) ObjectName, (string) Text = "Text Here" ) |
To SetText BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(string) Text.
This action dose not return any value.
(string) BtnChamaleon.GetText ( | (string) ObjectName ) |
To GetText BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(string) The Text value of the BtnChamaleon.
BtnChamaleon.Enabled ( | (string) ObjectName, (boolean) Enabled = true ) |
To Enabled BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(boolean) Enabled.
This action dose not return any value.
(boolean) BtnChamaleon.IsEnabled ( | (string) ObjectName ) |
To IsEnabled BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(boolean) The Enabled value of the BtnChamaleon.
BtnChamaleon.SetFont ( | (string) ObjectName, (string) FontName = "Arial", (number) FontSize = 12, (boolean) FontBold = true, (boolean) FontItalic = true, (boolean) FontUnderline = true ) |
To SetFont BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(string) FontName.
(number) FontSize.
(boolean) FontBold.
(boolean) FontItalic.
(boolean) FontUnderline.
This action dose not return any value.
(table) BtnChamaleon.GetFont ( | (string) ObjectName ) |
To GetFont BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(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 ( | (string) ObjectName, (boolean) ShowFocusRect = true ) |
To ShowFocusRect BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(boolean) ShowFocusRect.
This action dose not return any value.
(boolean) BtnChamaleon.IsShowFocusRect ( | (string) ObjectName ) |
To IsShowFocusRect BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(boolean) The ShowFocusRect value of the BtnChamaleon.
BtnChamaleon.SetMousePointer ( | (string) ObjectName, (number) MousePointer = Arow ) |
To SetMousePointer BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(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 |
This action dose not return any value.
(number) BtnChamaleon.GetMousePointer ( | (string) ObjectName ) |
To GetMousePointer BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(number) The MousePointer value of the BtnChamaleon.
BtnChamaleon.SetCheckBoxBehaviour ( | (string) ObjectName, (boolean) CheckBoxBehaviour = true ) |
To SetCheckBoxBehaviour BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(boolean) CheckBoxBehaviour.
This action dose not return any value.
(boolean) BtnChamaleon.GetCheckBoxBehaviour ( | (string) ObjectName ) |
To GetCheckBoxBehaviour BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(boolean) The CheckBoxBehaviour value of the BtnChamaleon.
BtnChamaleon.SetButtonColor ( | (string) ObjectName, (number) NormalButtonColor = 0, (number) HighlightButtonColor = 0 ) |
To SetButtonColor BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(number) NormalButtonColor.
(number) HighlightButtonColor.
This action dose not return any value.
(table) BtnChamaleon.GetButtonColor ( | (string) ObjectName ) |
To GetButtonColor BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(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 ( | (string) ObjectName, (number) NormalTextColor = 0, (number) HighlightTextColor = 0 ) |
To SetTextColor BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(number) NormalButtonColor.
(number) HighlightButtonColor.
This action dose not return any value.
(table) BtnChamaleon.GetTextColor ( | (string) ObjectName ) |
To GetTextColor BtnChamaleon object.
(string) The name of the BtnChamaleon object.
(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