To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
ProgressBar widget is used to display a numeric value within the specified range. It is typically used to graphically display the level of progression of a certain process. You can also use it to display a level of fulfillment e.g. to show the relative number of the fields filled and left to fill in a form.
ProgressBar embedded in the GridPanel:
<items>
<progressbar orientation="Horizontal" minValue="0" maxValue="100" fieldType="FORM_ONLY" fieldTable="formonly" enable="true" visible="true" step="1" identifier="pb4">
<griditemlocation gridWidth="1" gridHeight="1" gridY="0" gridX="0"/>
</progressbar>
</items>
ProgressBar as seen in Lycia Form Designer
ProgressBar as seen in LyciaDesktop
ProgressBar as seen in LyciaWeb
Select the ProgressBar button from the widget palette and place it to the required location on the form.
Project: form-demo3
fd2_widget_e_progressBar_example_simple_01
fd2_widget_e_progressBar_property_defaultSize_01