Actions ShowProgressBar - thica/ORCA-Remote GitHub Wiki
Shows a progressar popup, updates the progressbar value & bar or closes a progressbar popup
- If title and message are given, it creates a new progressbar.
- If title is not given, but current is given, it updates the progressbar
- If title, message and currrent are not not given, the progressbar is closed
| Attribute | Description |
|---|---|
| string | showprogressbar |
| title | Title of the progressbar-popup |
| message | Message for the progress bar popup |
| current | Current value of the progress bar. Default is 0 |
| max | Maximum value of the progress bar (Minimum is always 0) |
If title is empty, message is empty and current is 0, the the progressbar will be closed A short example:
<action name="Show the popup" string="showprogressbar" title="My Title" message="My Message" max="100" />