2021-06-11 01:12 PM
2021-06-14 04:51 AM
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