Progress Bar
Last updated
Last updated
Content under construction
The Progress Bar component shows a progress bar that can be used to indicate the progress of lengthy processes.
Example:
Updates the progress, optionally setting the given value text
To update the progress bar you should update the value of the progress bar.
elements.myProgressBar.value = 60;
Please note that runtime changes to element's properties are not pushed immediately to the UI. To reduce the number of the round-trip server to client, Servoy keep track of the runtime changes and push them to the client as soon the method thread is terminated or as soon an updateUI is forced. An updateUI can be explicitly invoked with application.updateUI().
The function below updates the progress bar only once the execution is terminated.
This function behave differently then the function above, updating the progress bar at each iteration.
Progress Bar properties can be found
Progress Bar API methods can be found