Quarter round progress bar

How to make a quarter round progress bar?
I want to create one for the battery and one for the steps.
How do I do that? I would be grateful for any help!
PS: Maybe that’s important, I don’t have a “PRO”!

1 Like

Devide by 4 or mulyipy by. 25. Sorry that is a bit glib. I am not sure if I remember the maths off the top of my head but. If the formula in the Fill for the progress is.
((#BLN#)*.001)
((#BLN#)*(1/100))
You change it to ((#BLN#)*.0025)
So it will travel 1/4 revolution for full Battery range.
You might have to add 90 180 or 270 degrees to the rotation Tag.
You might have to ad a - to the beginning of your formula to make the arc progress in the opposite direction.
If this is not clear I can post a Test later. I am still in bed.
Sometimes you have to try.
(. 25-((#BLN#)*((1/100)/4))
Try this code in your Draft.
Sorry if it is Buggy.
I have made the last one as explanatory as possible. It is the way @petruuccios does his code it helps us understand how it works even if it looks a bit cumbersome.

1 Like

See a test . Bit of a mess at the moment . I know some of it can be more simple . See I use Arcs instead of progress . That is just me .

3 Likes

Explained more simply:
This is the TAG for a complete circle - (#BLN#/100)
Double the 100 for a Half Circle - (#BLN#/200)
Double again for a Quarter Circle - (#BLN#/400)

3 Likes

Yes :::)))

1 Like

Thank you so much @icrltd4 and @russellcresser
You have been of great help to me.

2 Likes

You’re welcome, that’s what the Community is all about :+1:

2 Likes