cancel
Showing results for 
Search instead for 
Did you mean: 

How do we dynamically update text progress widgets so we can continuously update the values every 500 ms.

NL.1
Associate II
 
1 REPLY 1
Romain DIELEMAN
ST Employee

Hi,

You can have a look at the TextProgress widget article and at the UI template "ProgressIndicator Example" to understand how to work with the text progress widget. The handleTickEvent() function is called at every tick ( depending on your hardware and configuration 1 tick should be equal to 16.6ms so 60 ticks = 1s), you can update the text at every 30ticks.

/Romain