Class UIPROGRESSBAR

Name

UIPROGRESSBAR  --  Progress indicator class.

Synopsis

 UIProgressBar(<text>)	--> UIProgressBar object.
 
 

Description

Class UIProgressBar.

Attributes

<className> - Class name. Value should be "UIProgressBar".

Methods

SETPERCENT Set status of progress and change label.
UIPROGRESSBAR Constructor.

Method UIPROGRESSBAR:SETPERCENT()

 setPercent(<percent>, [<text>])

Method UIPROGRESSBAR:UIPROGRESSBAR()

 UIProgressBar(<text>)	--> UIProgressBar object.

Example:

 pb := UIProgressBar("Working...")
 pb:setPercent(0.5, "50 %")
 

Platforms

No dependies of platform.