gui.setProgressBarRange

Sets the min and max limits of a progress bar component.

Prototype

  1. bOk = gui.setProgressBarRange ( hComponent, nMinimumValue, nMaximumValue )

Description

Set your progress bar to the number of steps you wish to perform, so the number of steps represents 100% fill status.


Parameters

hComponent - valid GUI component handle
nMinimumValue - min number
nMaximumValue - max number


Return values

bOk - true on success


Available since ShiVa 2.0