Content:
- Examples
- Properties
- Methods

A progress refers to the visual indication of a task's completion status.

prg = ui.addProgress( parent, value?, options?, width?, height? ) → ui object: Progress

If you pass a null value on initialization and you won't passed a variant option, the default variant will be indeterminate.
Otherwise if there's no variant option and the value is not null, it will automatically be a determinate variant.

Here are the available methods for the Progress Component.

Examples

Example - Progress control implementation click to expand contents 

Example - Setting progress value click to expand contents 

Properties

The following properties are available on the Progress object:

absHeightNumber
absLeftNumber
absTopNumber
absWidthNumber
backColorString
backImageString
borderNumber
borderColorString
borderStyleString
circleSizeNumber
colorString
cornerRadiusNumber
disabledBoolean
elObject
elStyleString
fontFileString
heightNumber
isVisibleBoolean
leftNumber
marginsList
opacityNumber
optionsString
paddingList
parentObject
positionObject
rotationNumber
textColorString
textSizeNumber
thicknessNumber
topNumber
typeString
valueNumber
variantString
visibilityString
widthNumber

Methods

The following methods are available on the Progress object:

getPosition( options ) → Object
gone()
hide()
setScale( x, y )
show()