Welcome
ProgressGradient
2.0.0.0
ProgressGradient Object for AutoPlay Media Studio.
Created by Ceone with Skelton by Lucas the Duck.
Ceone
This object plugin require "Memory Actions Plugin" Created by AMSWaves Corporation, And ProgressGradient.ocx.
System.RegisterActiveX(_SourceFolder.."\\AutoPlay\\Plugins\\ProgressGradient\\ProgressGradient.ocx");
To Events need set ProgressGradient.StartEvents.
Fires when click mouse.
Fires when mouse key up.
(number) The index button that was pressed.
(number) The index button that was pressed (Shift, Alt, Ctrl, AltGr...).
(number) The horizontal position of the mouse cursor, in pixels, from the left side of the object.
(number) The vertical position of the mouse cursor, in pixels, from the left side of the object.
MouseDown
Fires when mouse key down.
(number) The index button that was pressed.
(number) The index button that was pressed (Shift, Alt, Ctrl, AltGr...).
(number) The horizontal position of the mouse cursor, in pixels, from the left side of the object.
(number) The vertical position of the mouse cursor, in pixels, from the left side of the object.
Fires when mouse move over object.
(number) The index button that was pressed.
(number) The index button that was pressed (Shift, Alt, Ctrl, AltGr...).
(number) The horizontal position of the mouse cursor, in pixels, from the left side of the object.
(number) The vertical position of the mouse cursor, in pixels, from the left side of the object.
ProgressGradient.CreateObject
ProgressGradient.GetCurrentPos
ProgressGradient.SetCurrentPos
ProgressGradient.GetGradientColorBegin
ProgressGradient.SetGradientColorBegin
ProgressGradient.GetGradientColorEnd
ProgressGradient.SetGradientColorEnd
ProgressGradient.GetOrientation
ProgressGradient.SetOrientation
ProgressGradient.GetMin
ProgressGradient.SetMin
ProgressGradient.GetMax
ProgressGradient.SetMax
ProgressGradient.GetWindowsHandle
ProgressGradient.GetBorderStyle
ProgressGradient.SetBorderStyle
ProgressGradient.GetOneColor
ProgressGradient.SetOneColor
ProgressGradient.GetBackColor
ProgressGradient.SetBackColor
ProgressGradient.GetTextColor
ProgressGradient.SetTextColor
ProgressGradient.GetValueSuffix
ProgressGradient.SetValueSuffix
ProgressGradient.StartEvents
|
ProgressGradient.CreateObject ( |
(string) ObjectName, (number) Orientation = Vertical, (number) StartPos = 0, (number) BackgroundColor = 0, (number) GradientColorBegin = 0, (number) GradientColorEnd = 0 ) |
To create ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The Orientation of the ProgressGradient object.
|
CONSTANT |
VALUE |
DESCRIPTION |
|
Vertical |
1 |
Vertical orientation |
|
Horizontal |
0 |
Horizontal orientation |
(number) The start level number.
(number) The Background Color of the ProgressGradient object.
(number) The Gradient Color Begin name of the ProgressGradient object.
(number) The Gradient Color End of the ProgressGradient object.
This action dose not return any value.
|
(number) ProgressGradient.GetCurrentPos ( |
(string) ObjectName ) |
To get current position of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetCurrentPos ( |
(string) ObjectName, (number) Position = 0 ) |
To set current position of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The position number.
This action dose not return any value.
|
(number) ProgressGradient.GetGradientColorBegin ( |
(string) ObjectName ) |
To get gradient color begin of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetGradientColorBegin ( |
(string) ObjectName, (number) Color = 0 ) |
To set gradient color begin of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The Color number.
This action dose not return any value.
|
(number) ProgressGradient.GetGradientColorEnd ( |
(string) ObjectName ) |
To get gradient color end of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetGradientColorEnd ( |
(string) ObjectName, (number) Color = 0 ) |
To set gradient color begin of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The Color number.
This action dose not return any value.
|
(number) ProgressGradient.GetOrientation ( |
(string) ObjectName ) |
To get orientation of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetOrientation ( |
(string) ObjectName, (number) Orientation = Vertical ) |
To set orientation of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The Orientation of the ProgressGradient object.
|
CONSTANT |
VALUE |
DESCRIPTION |
|
Vertical |
1 |
Vertical orientation |
|
Horizontal |
0 |
Horizontal orientation |
This action dose not return any value.
|
(number) ProgressGradient.GetMin ( |
(string) ObjectName ) |
To get minimun of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetMin ( |
(string) ObjectName, (number) Minimun = 0 ) |
To set minimun of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The minimun number.
This action dose not return any value.
|
(number) ProgressGradient.GetMax ( |
(string) ObjectName ) |
To get maximun of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetMax ( |
(string) ObjectName, (number) Maximun = 100 ) |
To set maximun of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The maximun number.
This action dose not return any value.
|
(number) ProgressGradient.GetWindowsHandle ( |
(string) ObjectName ) |
To get windows handle object of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
(number) ProgressGradient.GetBorderStyle ( |
(string) ObjectName ) |
To get border style of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetBorderStyle ( |
(string) ObjectName, (number) BorderStyle = None ) |
To set border style of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The BorderStyle of the ProgressGradient object.
|
CONSTANT |
VALUE |
DESCRIPTION |
|
None |
0 |
No Border |
|
FixedSingle |
1 |
Border FixedSingle |
This action dose not return any value.
|
(number) ProgressGradient.GetOneColor ( |
(string) ObjectName ) |
To get one color of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetOneColor ( |
(string) ObjectName, (number) Color = 0 ) |
To set one color of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The Color number.
This action dose not return any value.
|
(number) ProgressGradient.GetBackColor ( |
(string) ObjectName ) |
To get back color of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetBackColor ( |
(string) ObjectName, (number) Color = 0 ) |
To set back color of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The Color number.
This action dose not return any value.
|
(number) ProgressGradient.GetTextColor ( |
(string) ObjectName ) |
To get text color of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number)
|
ProgressGradient.SetTextColor ( |
(string) ObjectName, (number) Color = 0 ) |
To set text color of ProgressGradient object.
(string) The name of the ProgressGradient object.
(number) The Color number.
This action dose not return any value.
|
(string) ProgressGradient.GetValueSuffix ( |
(string) ObjectName ) |
To get value suffix of ProgressGradient object.
(string) The name of the ProgressGradient object.
(string)
|
ProgressGradient.SetValueSuffix ( |
(string) ObjectName, (string) SuffixString = " %" ) |
To set value suffix of ProgressGradient object.
(string) The name of the ProgressGradient object.
(string) The Suffix String.
This action dose not return any value.
|
ProgressGradient.StartEvents ( |
(string) ObjectName1, (string) ObjectName2, (string) ObjectName3, (string) ObjectName4, (string) ObjectName5, (string) ObjectName6, (string) ObjectName7, (string) ObjectName8, (string) ObjectName9, (string) ObjectName10 ) |
To start events of ProgressGradient object. (Max. 10)
(string) The name 1 of the ProgressGradient object.
(string) The name 2 of the ProgressGradient object.
(string) The name 3 of the ProgressGradient object.
(string) The name 4 of the ProgressGradient object.
(string) The name 5 of the ProgressGradient object.
(string) The name 6 of the ProgressGradient object.
(string) The name 7 of the ProgressGradient object.
(string) The name 8 of the ProgressGradient object.
(string) The name 9 of the ProgressGradient object.
(string) The name 10 of the ProgressGradient object.
This action dose not return any value.
This File Was Generated With AMS ActionFile
Editor