Welcome
xToolBar
1.5.1.0
WeBuLtRa
http://webultra.blogspot.com/
xToolBar.AddItem
xToolBar.Animate
xToolBar.CreateToolbar
xToolBar.GetAnimation
xToolBar.GetIconsSize
xToolBar.GetnMaxSize
xToolBar.GetnShakes
xToolBar.GetnSpace
xToolBar.GetOpacity
xToolBar.GetPos
xToolBar.HideTooltip
xToolBar.SetAnimation
xToolBar.SetIconsSize
xToolBar.SetnMaxSize
xToolBar.SetnShakes
xToolBar.SetnSpace
xToolBar.SetOpacity
xToolBar.SetPos
xToolBar.SetTooltipSide
xToolBar.ShowTooltip
xToolBar.SwitchOrientation
xToolBar.SlideUp
xToolBar.SlideDown
xToolBar.SlideLeft
xToolBar.SlideRight
xToolBar.SlideLR
xToolBar.SlideUD
xToolBar.SlideLRToggle
xToolBar.SlideUDToggle
xToolBar.SlideUpShow
xToolBar.SlideDownShow
xToolBar.SlideUDToggleShow
xToolBar.SlideUpHide
xToolBar.SlideSideHide
xToolBar.SlideSideShow
xToolBar.AnimateSizebk
xToolBar.AnimateSize
(boolean) xToolBar.AddItem ( | (string) Object, (table) xToolBar = mTB ) |
Adds an image or button object to an xToolBar.
(string) The object name to be added
(table) The xToolbar to add the object
(boolean)
xToolBar.Animate ( | (number) e_X = e_X, (number) e_Y = e_Y, (table) xToolBar = mTB ) |
Choose an xToolBar to animate, place this function at "On Mouse Move" event
(number) The X position of the mouse
(number) The Y position of the mouse
(table) The xToolBar to animate
This action dose not return any value.
(table) xToolBar.CreateToolbar ( | (string) xToolBar_Name = "MyToolBar", (number) X_Center = 1, (number) Y_Center = 1, (number) nIconSize = 48, (number) nSpace = 1, (number) Animation = xMODESTRAIGHT, (boolean) Show tooltip = true, (number) Initial opacity = 50, (number) Orientation = 1 ) |
Creates an xToolBar container
(string) The name of the xToolBar
(number) The X center position to be the center of the xToolBar
(number) The Y center position to be the center of the xToolbar
(number) The size, in pixels, that will be applied for each item in the xToolBar
(number) The space, in pixels, between each xToolBar item
(number) The kind of animation (1-12)
CONSTANT | VALUE | DESCRIPTION |
xMODESTRAIGHT | NA | NA |
xMODEUP | NA | NA |
xMODEDOWN | NA | NA |
xMODESTRAIGHTUP | NA | NA |
xMODESTRAIGHTDOWN | NA | NA |
xMODESHAKEME | NA | NA |
xMODEFISHEYE_UP | NA | NA |
xMODEFISHEYE_DOWN | NA | NA |
xMODEFISHEYE_MIDDLE | NA | NA |
xMODESHAKEME_UD | NA | NA |
xMODESHAKEME_LR | NA | NA |
xMODESTRAIGHTALL | NA | NA |
(boolean) A boolean value to choose if shows or not the tooltip object. If so, it takes the tooltip text from each added item and shows it the tooltip object (included)
(number) Set the initial opacity of the image image objects. Choose -1 for not opacity change.
(number) Set the orientation of the toolbar. 1=Horizontal and 2=Vertical.
CONSTANT | VALUE | DESCRIPTION |
x_ORIENTATION_HOR | NA | NA |
x_ORIENTATION_VER | NA | NA |
(table)
(number) xToolBar.GetAnimation ( | (table) xToolBar = mTB ) |
Gets the current animation number of an xToolBar
(table) The xToolBar
(number)
(number) xToolBar.GetIconsSize ( | (table) xToolBar = mTB ) |
Gets the default icon size of an xToolBar
(table) The xToolBar
(number)
(number) xToolBar.GetnMaxSize () |
Gets the max % to increase the items of a toolbar with FISHEYE animation
(number)
(number) xToolBar.GetnShakes () |
Gets the number of shakes for the xMODESHAKEME animation
(number)
(number) xToolBar.GetnSpace ( | (table) xToolBar = mTB ) |
Gets the current space between items of an xToolBar
(table) The xToolBar
(number)
(number) xToolBar.GetOpacity ( | (table) xToolBar = mTB ) |
Gets the default opacity of an xToolBar
(table) The xToolBar
(number)
(table) xToolBar.GetPos ( | (table) xToolBar = mTB ) |
Gets the current X center and Y center of an xToolBar
(table) The xToolBar
(table)
(number) xToolBar.HideTooltip ( | (table) xToolBar = mTB ) |
Hides the tooltip of an xToolBar
(table) The xToolBar to be switched
(number)
xToolBar.SetAnimation ( | (table) xToolBar = mTB, (number) Animation = xMODESTRAIGHT ) |
Sets the animation of an xToolBar
(table) The xToolBar to be modded
(number) The kind of animation (1-12)
CONSTANT | VALUE | DESCRIPTION |
xMODESTRAIGHT | NA | NA |
xMODEUP | NA | NA |
xMODEDOWN | NA | NA |
xMODESTRAIGHTUP | NA | NA |
xMODESTRAIGHTDOWN | NA | NA |
xMODESHAKEME | NA | NA |
xMODEFISHEYE_UP | NA | NA |
xMODEFISHEYE_DOWN | NA | NA |
xMODEFISHEYE_MIDDLE | NA | NA |
xMODESHAKEME_UD | NA | NA |
xMODESHAKEME_LR | NA | NA |
xMODESTRAIGHTALL | NA | NA |
This action dose not return any value.
xToolBar.SetIconsSize ( | (table) xToolBar = mTB, (number) Size = 48 ) |
Sets the default size per icon of an xToolBar
(table) The xToolBar to be modded
(number) Size in pixels
This action dose not return any value.
xToolBar.SetnMaxSize ( | (number) nMaxSize = 100 ) |
Sets the max size (in %) of the items in a toolbar with FISHEYE animation (DEFAULT 50%)
(number) The % of size to increase
This action dose not return any value.
xToolBar.SetnShakes ( | (number) nShakes = 200 ) |
Sets the number of shakes for the xMODESHAKEME animations (Default 200)
(number) The number of shakes
This action dose not return any value.
xToolBar.SetnSpace ( | (table) xToolBar = mTB, (number) nSpace = 10 ) |
Sets the default space between icons of an xToolBar
(table) The xToolBar to be modded
(number) nSpace in pixels
This action dose not return any value.
xToolBar.SetOpacity ( | (table) xToolBar = mTB, (number) Opacity = 50 ) |
Sets the default opacity of an xToolBar
(table) The xToolBar to be modded
(number) Opacity
This action dose not return any value.
xToolBar.SetPos ( | (table) xToolBar = mTB, (number) X Center = 100, (number) Y Center = 100 ) |
Sets X and Y position of an xToolBar
(table) The xToolBar to be modded
(number) Size in pixels
(number) Size in pixels
This action dose not return any value.
xToolBar.SetTooltipSide ( | (number) Side = x_SIDE_LEFT ) |
Sets the side of the tooltips in Vertical oriented toolbars
(number) The side's number to place the tooltip object (LEFT=1 and RIGHT=2)
CONSTANT | VALUE | DESCRIPTION |
x_SIDE_LEFT | NA | NA |
x_SIDE_RIGHT | NA | NA |
This action dose not return any value.
xToolBar.ShowTooltip ( | (table) xToolBar = mTB ) |
Shows the tooltip of an xToolBar
(table) The xToolBar to be modded
This action dose not return any value.
xToolBar.SwitchOrientation ( | (table) xToolBar = mTB ) |
Switch a toolbar's orientation between horizontal and vertical
(table) The xToolBar to be switched
This action dose not return any value.
xToolBar.SlideUp ( | (string) Object, (number) Up = 100 ) |
Set an image or button object to slide up
(string) The object name
(number) Set up number
This action dose not return any value.
xToolBar.SlideDown ( | (string) Object, (number) Down = 100 ) |
Set an image or button object to slide down
(string) The object name
(number) Set down number
This action dose not return any value.
xToolBar.SlideLeft ( | (string) Object, (number) Left = 100 ) |
Set an image or button object to slide left
(string) The object name
(number) Set left number
This action dose not return any value.
xToolBar.SlideRight ( | (string) Object, (number) Right = 100 ) |
Set an image or button object to slide right.
(string) The object name
(number) Set right number
This action dose not return any value.
xToolBar.SlideLR ( | (string) Object, (number) LR = 100, (boolean) BOOL = true ) |
Set an image or button object to slide LR.
(string) The object name
(number) Set LR number
(boolean) A boolean value to choose
This action dose not return any value.
xToolBar.SlideUD ( | (string) Object, (number) UD = 100, (boolean) BOOL = true ) |
Set an image or button object to slide UD.
(string) The object name
(number) Set UD number
(boolean) A boolean value to choose
This action dose not return any value.
xToolBar.SlideLRToggle ( | (string) Object, (number) LR Toggle = 100, (boolean) BOOL = true ) |
Set an image or button object to slide LR toggle
(string) The object name
(number) Set LR toggle number
(boolean) A boolean value to choose
This action dose not return any value.
xToolBar.SlideUDToggle ( | (string) Object, (number) UD Toggle = 100, (boolean) BOOL = true ) |
Set an image or button object to slide UD toggle
(string) The object name
(number) Set UD toggle number
(boolean) A boolean value to choose
This action dose not return any value.
xToolBar.SlideUpShow ( | (string) Object ) |
Set an image or button object to slide up show
(string) The object name
This action dose not return any value.
xToolBar.SlideDownShow ( | (string) Object ) |
Set an image or button object to slide down show
(string) The object name
This action dose not return any value.
xToolBar.SlideUDToggleShow ( | (string) Object ) |
Set an image or button object to slide UD toggle show
(string) The object name
This action dose not return any value.
xToolBar.SlideUpHide ( | (string) Object, (boolean) BOOL = true ) |
Set an image or button object to slide up hide
(string) The object name
(boolean) A boolean value to choose
This action dose not return any value.
xToolBar.SlideSideHide ( | (string) Object, (boolean) BOOL = true ) |
Set an image or button object to slide side hide
(string) The object name
(boolean) A boolean value to choose
This action dose not return any value.
xToolBar.SlideSideShow ( | (string) Object, (boolean) BOOL = true ) |
Set an image or button object to slide side show
(string) The object name
(boolean) A boolean value to choose
This action dose not return any value.
xToolBar.AnimateSizebk ( | (string) Object, (string) Propertie = "width", (number) Size = 100 ) |
AnimateSizebk
(string) The object name
(string) String of properties.
CONSTANT | VALUE | DESCRIPTION |
"width" | "width" | NA |
"height" | "height" | NA |
(number) Size
This action dose not return any value.
xToolBar.AnimateSize ( | (string) Object, (table) Properties = {width = 100, height = 100}, (string) Speed = "normal" ) |
AnimateSize
(string) The object name
(table) Table of properties.
(string) Efect speed.
CONSTANT | VALUE | DESCRIPTION |
"slow" | "slow" | NA |
"normal" | "normal" | NA |
"fast" | "fast" | NA |
This action dose not return any value.
This File Was Generated With AMS ActionFile Editor