Welcome
ProgressBarX
1.5.0.0
ProgressBarXObject 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 progressbar-xp.ocx.
ProgressBarX.CreateObject
ProgressBarX.SetCurrentPos
ProgressBarX.GetCurrentPos
ProgressBarX.Refresh
ProgressBarX.CustomBrushStyle
ProgressBarX.SetColor
ProgressBarX.GetColor
ProgressBarX.SetRange
ProgressBarX.GetRange
ProgressBarX.SetOrientation
ProgressBarX.GetOrientation
ProgressBarX.SetScrollingStyle
ProgressBarX.GetScrollingStyle
ProgressBarX.SetShowText
ProgressBarX.GetShowText
ProgressBarX.CreateObject ( | (string) ObjectName, (number) Position = 0, (number) ScrollingStyle = SS_Standard, (number) OrientationStyle = OS_Horizontal, (boolean) ShowText = false ) |
To create ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) Position.
(number) ScrollingStyle.
CONSTANT | VALUE | DESCRIPTION |
SS_Standard | 0 | Standard Style |
SS_Smooth | 1 | Smooth Style |
SS_Search | 2 | Search Style |
SS_OfficeXP | 3 | OfficeXP Style |
SS_Pastel | 4 | Pastel Style |
SS_JavT | 5 | JavT Style |
SS_MediaPlayer | 6 | MediaPlayer Style |
SS_CustomBrush | 7 | CustomBrush Style |
SS_Metallic | 9 | Metallic Style |
(number) OrientationStyle.
CONSTANT | VALUE | DESCRIPTION |
OS_Horizontal | 0 | Horizontal Orientation |
OS_Vertical | 1 | Vertical Orientation |
(boolean) ShowText.
This action dose not return any value.
ProgressBarX.SetCurrentPos ( | (string) ObjectName, (number) Position = 0 ) |
To SetCurrentPos ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) Position.
This action dose not return any value.
(number) ProgressBarX.GetCurrentPos ( | (string) ObjectName ) |
To GetCurrentPos ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) The current position of the progress meter within the ProgressBarX.
ProgressBarX.Refresh ( | (string) ObjectName ) |
To Refresh ProgressBarX object.
(string) The name of the ProgressBarX object.
This action dose not return any value.
ProgressBarX.CustomBrushStyle ( | (string) ObjectName, (number) BrushStyle = BS_VERTICAL ) |
To CustomBrushStyle ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) BrushStyle.
CONSTANT | VALUE | DESCRIPTION |
BS_HORIZONTAL | 0 | Horizontal Brush Style |
BS_VERTICAL | 1 | Vertical Brush Style |
BS_FDIAGONAL | 2 | FDiagonal Brush Style |
BS_BDIAGONAL | 3 | BDiagonal Brush Style |
BS_CROSS | 4 | Cross Brush Style |
BS_DIAGCROSS | 5 | DiagonalCross Brush Style |
BS_SOLID | 6 | Solid Brush Style |
This action dose not return any value.
ProgressBarX.SetColor ( | (string) ObjectName, (number) Color = 0 ) |
To SetColor ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) Color.
This action dose not return any value.
(number) ProgressBarX.GetColor ( | (string) ObjectName ) |
To GetColor ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) The color of the ProgressBarX.
ProgressBarX.SetRange ( | (string) ObjectName, (number) Min = 0, (number) Max = 0 ) |
To SetRange ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) Min.
(number) Max.
This action dose not return any value.
(table) ProgressBarX.GetRange ( | (string) ObjectName ) |
To GetRange ProgressBarX object.
(string) The name of the ProgressBarX object.
(table) A table containing the range of the ProgressBarX, indexed by values "Min" and "Max". These values can be accessed using the form mytable.
ProgressBarX.SetOrientation ( | (string) ObjectName, (number) Orientation = OS_Vertical ) |
To SetOrientation ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) Orientation.
CONSTANT | VALUE | DESCRIPTION |
OS_Horizontal | 0 | Horizontal Orientation |
OS_Vertical | 1 | Vertical Orientation |
This action dose not return any value.
(number) ProgressBarX.GetOrientation ( | (string) ObjectName ) |
To GetOrientation ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) The orientation of the ProgressBarX.
ProgressBarX.SetScrollingStyle ( | (string) ObjectName, (number) ScrollingStyle = SS_Standard ) |
To SetScrollingStyle ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) ScrollingStyle.
CONSTANT | VALUE | DESCRIPTION |
SS_Standard | 0 | Standard Style |
SS_Smooth | 1 | Smooth Style |
SS_Search | 2 | Search Style |
SS_OfficeXP | 3 | OfficeXP Style |
SS_Pastel | 4 | Pastel Style |
SS_JavT | 5 | JavT Style |
SS_MediaPlayer | 6 | MediaPlayer Style |
SS_CustomBrush | 7 | CustomBrush Style |
SS_Metallic | 9 | Metallic Style |
This action dose not return any value.
(number) ProgressBarX.GetScrollingStyle ( | (string) ObjectName ) |
To GetScrollingStyle ProgressBarX object.
(string) The name of the ProgressBarX object.
(number) The ScrollingStyle of the ProgressBarX.
ProgressBarX.SetShowText ( | (string) ObjectName, (boolean) SetShowText = false ) |
To SetShowText ProgressBarX object.
(string) The name of the ProgressBarX object.
(boolean) SetShowText.
This action dose not return any value.
(boolean) ProgressBarX.GetShowText ( | (string) ObjectName ) |
To GetShowText ProgressBarX object.
(string) The name of the ProgressBarX object.
(boolean) The boolean value if ShowText is actived of the ProgressBarX.
This File Was Generated With AMS ActionFile Editor