Greetings gentlemen and masters. I have a problem with the new watch face, when the progress bar when it reaches the end, it should start again, but it is not smooth and always flashes at 0. Can you please advise and help where is the error? Inspector unlocked.
I’m not sure what are you aiming for.
What is the purpose of:
“PROG vteriny BKG RED”
and
“Progress vteriny -”
Turn those off.
Leave only “Progress vteriny +”
and for Fill Ratio use
(#DWFSS#/360)
Now it does not blink.
When I remove it, it will walk in one direction and always from the top. I want that when the circle fills up, it doesn’t respect itself but disappears again instead of filling up from the beginning.
The Idea is that the progress bar alternates from red on black to black on red. The issue is that it fash at Zero.
Show/Flash on Zero:
Just make another progress bar with fill ratio 1
and let it be visible only when seconds=0
Opacity: $#Ds#=0?100:0$
BG opacity: 0
I think you only need one progress bar, that you make grow every even minute and vane during every odd minute. Then you make it stand still the first minute and rotate like second hand every other minute.
Fill ratio:
$#Dm#%2<1?#DWFSS#/6/60:1-#DWFSS#/6/60$
Rotation:
$#Dm#%2<1?0:#DWFSS#$
Specialists at work
I just cannot understand this.
You’ve got us hooked, please try to explain more what is the goal.
the goal is exactly what Petr wrote, his code solved my problem.
So cool!
My solution would be much, much more complicated and much less elegant.
Bravo Peter!