2020-09-01 11:57 PM
2020-09-02 04:52 AM
Great to hear. Please next time you create a topic, add more details in the description and maybe some code/images when relevant
2023-01-16 06:36 AM
Can you please let me know solution?
Im working on implementing a busy loader using TouchGFX circleprogress bar indicator
2023-01-16 05:13 PM
Hi,
Have a look at the Progress Indicator Example in TouchGFX Designer and at the relevant articles in the online documentation.
This example will show you how to interact with these widgets and will contain some code you can use for your project.
/Romain
2023-01-18 04:48 AM
Thanks for pointing out the example projects in TouchGFX.
But would like to know how the busy indicator was implemented?
Is it using Circleprogress indicator or Circle(shape)?
Or is it circle in combination with text mapper?
Circle widget can be used to implement a busy indicator.
Would like to know how to make the trailing end of the circle as faded for a busy indicator.
Also how to set the circle to rotate for a specified amount of time?
Please help.