Gracias estimado por responder, me puedes indicar como hacerlo? estoy empezando con tu extension, la cual encuentro genial… saludos
When you want to update the progress bar then use below block with progress value.
When you create the progress bar you need to set progress 0 to show an empty progress bar later when you want to update the progress bar then you can increase the progress value to like 10 or 50 or 100 by using update progress function.
For better understanding you can check sample blocks and test aia provided in first post.
The progress bar does not auto increment, you have to repeatedly call the update procedure and set the progress to 10%, 20%… ( or what you want )
se puede hacer que el circulo gire infinitamente hasta que despliegue la informacion que se esta solicitado, sin mostrar el valor de incremento? Muchas gracias a ambos por su ayuda
Just use the native circular progress component for that ?
4 posts were split to a new topic: How do I use Circular Progress component?
It does! This extension has a function AnimateProgress to auto increment it.
But this is not the user is looking for,
As suggested by Tim use inbuilt circular progress component.
This extension is not ideal for your requirements.
Hello K Studio! First of all, congrats for this amazing extension! I´m having some problems with the Progresso animation, it isn’t smooth. Probably I have a problem in my blocks structure.
The create progresso block is on screen initialize.
The animation is enabled too!
Can you help me?
PS: I have a sugestion, why not adding an outline in the progress?
Thank You!
Hi Francisco,
The “Update” block you are using is just updates the progress to the set value without any animation.
For animation there is a separate block to animate the progress:

For progress outline, you need to set BackgroundWidth higher than ProgressWidth.
Hope this helps.


