How do I use Circular Progress component?

No lo se usar.. tienes algun manual o link para probarlo? … gracias

Drag the component to your designer window. Use the visible property to show and hide it, so when you start an activity show it, when the activity is finished hide it. That's all there is.

circProg.aia (1.9 KB)

You can also use the Notifier Progress Dialog for a similar behaviour.

1 Like

disculpa, porque el circulo me aparece estatico sin movimiento?

1 Like

Did you test my example app ?
Are you testing with companion app or compiled app ?
It won't work in the designer window.

Or it could be that the web component is taking over the runtime thread so it won't run again until the web component has finished.

Or could be your read function happens so quickly the circular progress does not have time to rotate ?

circProgWithClock.aia (2.7 KB)

esta app y la anterior que me entragaste funciona sin problemas… eso es lo que no entiendo, quizas son los otrso factores que señalas… estos son los bloques donde quiero integrar el Circular Progress

Not sure where your issue lies. I setup a quick demo with web component (had to slow down things with a clock), and the circular progress worked well