Press on the image to return to the main documentation page.
CustomProgressDialog
Written by NJDude
List of types:
CustomProgressDialog
CustomProgressDialog
This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
None
Members:
Hide
As
String
Initialize
(
Activity
As
ActivityWrapper
,
Width
As
Int
,
Left
As
Double
,
Top
As
Double
,
BackgroundImage
As
String
,
BackgroundColor
As
Int
,
AnimationColor
As
Int
,
Animation
As
String
)
As
String
IsInitialized
As
Boolean
IsShow
As
Boolean
Show
(
ProgressDialogPrompt
As
String
,
TextColor
As
Int
)
As
String
ShowProgress
(
ProgressDialogPrompt
As
String
,
TextColor
As
Int
,
Value
As
Int
)
As
String
Members description:
Hide
As
String
Initialize
(
Activity
As
ActivityWrapper
,
Width
As
Int
,
Left
As
Double
,
Top
As
Double
,
BackgroundImage
As
String
,
BackgroundColor
As
Int
,
AnimationColor
As
Int
,
Animation
As
String
)
As
String
IsInitialized
As
Boolean
Tests whether the object has been initialized.
IsShow
As
Boolean
Show
(
ProgressDialogPrompt
As
String
,
TextColor
As
Int
)
As
String
ShowProgress
(
ProgressDialogPrompt
As
String
,
TextColor
As
Int
,
Value
As
Int
)
As
String
Top