cancel
Showing results for 
Search instead for 
Did you mean: 

How to create customized busyIndicator?

D..1
Associate II
 
13 REPLIES 13

Great to hear. Please next time you create a topic, add more details in the description and maybe some code/images when relevant

Can you please let me know solution?

Im working on implementing a busy loader using TouchGFX circleprogress bar indicator

Hi,

Have a look at the Progress Indicator Example in TouchGFX Designer and at the relevant articles in the online documentation.

0693W00000Y8MlQQAV.pngThis example will show you how to interact with these widgets and will contain some code you can use for your project.

/Romain

KNara.2
Associate III

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.