Welcome
ToolBar.Ex
1.0.0.0
This is an extension of reteset's ToolBar Object Plugin.
Free to use and distribute.
CentauriSoldier
E-mail:
CentauriSoldier@AMSPublicRequirements:
ToolBar Object Plugin
AutoPlay Media Studio 8.0Copyright:
Install Notes:
Place the "ToolBar.Ex" folder in your "AutoPlay Media Studio 8.0\Plugins\Actions" folder.
ToolBarEx.OnButtonHighLight
ToolBarEx.OnLButtonDown
ToolBarEx.OnLButtonUp
ToolBarEx.OnMouseMove
ToolBarEx.OnSetUp
ToolBarEx.OnTTLinkClk
ToolBarEx.SetButton
ToolBarEx.SetScript
ToolBarEx.OnButtonHighLight ( | (string) Object = "ToolBar", (number) e_ButtonID = e_ButtonID, (number) e_X = e_X, (number) e_Y = e_Y ) |
This script is placed on the event of the same name.
(string) The name of the ToolBar object to which this applies.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
This action dose not return any value.
ToolBarEx.OnLButtonDown ( | (string) Object = "ToolBar", (number) e_ButtonID = e_ButtonID, (number) e_X = e_X, (number) e_Y = e_Y ) |
This script is placed on the event of the same name.
(string) The name of the ToolBar object to which this applies.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
This action dose not return any value.
ToolBarEx.OnLButtonUp ( | (string) Object = "ToolBar", (number) e_ButtonID = e_ButtonID, (number) e_X = e_X, (number) e_Y = e_Y ) |
This script is placed on the event of the same name.
(string) The name of the ToolBar object to which this applies.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
This action dose not return any value.
ToolBarEx.OnMouseMove ( | (string) Object = "ToolBar", (number) e_X = e_X, (number) e_Y = e_Y ) |
This script is placed on the event of the same name.
(string) The name of the ToolBar object to which this applies.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
(number) The number returned by the ToolBar event.
Note: DO NOT CHANGE.
This action dose not return any value.
ToolBarEx.OnSetUp ( | (string) Object = "ToolBar", (number) Size = 32, (number) BitDepth = BIT_32 ) |
This script is placed on the event of the same name.
(string) The name of the ToolBar object to which this applies.
(number) The size of each icon in the image list.
Note: This function creates an image list for the object.
CONSTANT | VALUE | DESCRIPTION |
16 | 16 | NA |
32 | 32 | NA |
48 | 48 | NA |
64 | 64 | NA |
(number) The bit depth of the image list depends on the icons you will use (if you don't know what this is then set it to 'BIT_32' ). Also, remember to set this in the objects properties as well.
CONSTANT | VALUE | DESCRIPTION |
BIT_4 | BIT_4 | NA |
BIT_8 | BIT_8 | NA |
BIT_16 | BIT_16 | NA |
BIT_24 | BIT_24 | NA |
BIT_32 | BIT_32 | NA |
This action dose not return any value.
ToolBarEx.OnTTLinkClk ( | (string) Object = "ToolBar", (variant) e_Url = e_Url ) |
This script is placed on the event of the same name.
(string) The name of the ToolBar object to which this applies.
(variant) The value returned by the ToolBar event.
Note: DO NOT CHANGE.
CONSTANT | VALUE | DESCRIPTION |
e_Url | e_Url | NA |
This action dose not return any value.
ToolBarEx.SetButton ( | (string) Object = "ToolBar", (number) Position = 1, (string) Button = "New", (string) TooltipText = "This is a Tooltip", (variant) Data = 32, (boolean) Marked = false, (boolean) Show Tooltip = true, (string) Normal Icon = "C:\\MyIcon.ico", (string) Highlight Icon = "", (string) Down Icon = "" ) |
Creates a new button or edits an existing one.
(string) The name of the ToolBar object to which this applies.
(number) The button's position from left to right.
(string) The name of the button (this can be any string you choose).
(string) The text to display in the Tooltip.
(variant) The data to store.
(boolean) Whether the button is marked or not.
(boolean) Whether or not the Tooltip will be visible.
(string) The path to the icon that will display normally.
(string) The path to the icon that will apear when the button is highlighted.
Note: Leave blank to use the icon loaded last.
(string) the path to the icon that will display when the icon is down.
Note: Leave blank to use the icon loaded last.
This action dose not return any value.
ToolBarEx.SetScript ( | (string) Object = "ToolBar", (string) Button = "New", (string) Event = "OnLButtonUp", (string) Script = "Dialog.Message(\"Test\", \"It seems to be working\");" ) |
Assigns the script that will be called when the specified button is activated.
Note: This is per event.
(string) The name of the ToolBar object to which this applies.
(string) The name of the button that will call the script.
(string) The event which will trigger the script.
CONSTANT | VALUE | DESCRIPTION |
"OnLButtonDown" | "OnLButtonDown" | NA |
"OnLButtonUp" | "OnLButtonUp" | NA |
"OnButtonHightLight" | "OnButtonHightLight" | NA |
"OnMouseMove" | "OnMouseMove" | NA |
"OnTTLinkClk" | "OnTTLinkClk" | NA |
(string) The script to be called.
This action dose not return any value.
Copyright © 2011 AMSPublic
This File Was Generated With AMS ActionFile Editor