WebProgressBar.Indeterminate
From Xojo Documentation
Property (As Boolean )
aWebProgressBar.Indeterminate = newBooleanValue
or
BooleanValue = aWebProgressBar.Indeterminate
New in 2010r4
Supported for all project types and targets.
or
BooleanValue = aWebProgressBar.Indeterminate
New in 2010r4
Supported for all project types and targets.
If True, the control shows indeterminate progress rather than determinate progress.
Notes
The appearance of an intdetermine progress bar varies depending on the platform and browser being used. These types of progress bars are used to indicate a long-running task with an unknown duration.
Example
This line sets indeterminate progress.