Fancy progress bars

Hi all,

The FR965 (a other newer watches) have fancy horizontal progress bars in the glances. Things like Calories, Heart rate, Steps, VO2 Max.

Class: Toybox.WatchUi.ProgressBar seems to be something else.

Are these fancy progress bar components available for other apps to use? Does anyone know its name?

Like this:

Thanks,
Jan

PS: I have some difficulty understanding howto upload an image to this post, I hope it worked 

  • There are not. The Toybox includes common watch UI elements (such as the Toybox.WatchUi.ProgressBar you linked), but it does not include any more generic UI components. You'd have to find barrels that provide these and/or just implement them yourself via e.g. Graphics.Dc. You will need to make sure that you render what you want appropriately for each of the different screen attributes of the devices your ConnectIQ app is supporting, i.e for the different resolutions of MIPs vs AMOLED display, etc.