Mini Widgets
Progress Bar
Progress Bar

The progress bar consists of an application code that you insert into a Ninox formula field on your desired interface in the database.
Complete Application Code
Below you see a sample application code for a progress bar:
You assign uniqueId individually, and it should be unique on your interface. The purpose behind this is: If you create multiple progress bars with different settings on your page, the styles do not overwrite each other.
width specifies the width of your progress bar.
height specifies the height of your progress bar.
borderRadius specifies the rounding of the progress bar corners.
fontSize specifies the font size of the label for valueText.
fontColor specifies the font color of the label for valueText.
backgroundColor defines the background color of your progress bar.
progressColor defines the color of the progress bar.
valueTotal defines the total value of your progress bar, essentially the denominator of a fraction.
valueProgress defines the value achieved so far, the numerator of a fraction.
valueText outputs the label next to your progress bar. It makes sense to output the values as text here.
Standard Values as Fallback
💡 Note: If you do not enter values for the parameters, there is most often a fallback value stored in the system. In some places, such as calculation fields (actual numerical values for example), this does not make sense. However, in style parameters, like colors or sizes, it does. Here you see the code without entered values and in the comments behind it the standard values: