Skip to content

Progress Bars

Gregory "Mad Pink" Miller edited this page Oct 13, 2019 · 2 revisions

Progress Bars are controls that display values relative to their min and max values.

displayValue "Show Value"

  • Property that displays or hides the numeric value being tracked.
  • Default = true

displayLabel "Show Label"

  • Property that displays or hides the label describing the progress bar.
  • Default = true

myData configuration

The follow are the subkeys that can be individually set for each control:

  • "label" - the text that will be displayed in the button
  • "min" - lowest possible value for this control; default = 0
  • "min" - highest possible value for this control; default = 100
  • "value" - the current numeric value; default = 50
  • "prefix" - string presented before value; default = " "
  • "suffix" - string presented after value; default = " "
  • "textsize" - font size for label text; default = textsize
  • "textfont" - font for label text; default = textfont
  • "textcolor" - color of the label text displayed; default = controlTextColor
  • "valuesize" - font size for the value; default =
  • "valuefont" - font for the value; default =
  • "valuecolor" - color of the numeric value displayed; default =
  • "linecolor" - color of the progress bar up to the current value; default =
  • "progresscolor" - color of the progress bar after the current value; default =

Unless specified above, the value is set to "default"