Pagina 1 di 1
Analogic WF creation
Inviato: 07 ago 2019, 21:19
da PoleoDeMenta
Hi! I've been downloading some WF to learn how I can make an analogic watchface, but I can't find how I must do it.
I've seen there's a "AnalogDialFace" component, but I dont understand how should I use it, I don't even see images for the hour/min/sec markers

..
please, someone could help me with this issue?
Thanks!
Re: Analogic WF creation
Inviato: 08 ago 2019, 05:41
da lvpokka
There is shape of clock hands, created from points. There is some limit with about 30 point for all hands, and don't use seconds, it's not working properly
Re: Analogic WF creation
Inviato: 08 ago 2019, 09:53
da TXK
Max 24 dots for all arrows if you use 2 arrows and 30 dots if you use 3 arrows
Re: Analogic WF creation
Inviato: 08 ago 2019, 16:47
da Morridin6
The shapes are defined by coordinates in respect to the center of the dial. This defines the schape in a state that it points to the 3 on the dial.
Negatieve x coordinate means a point to the left of the center (towards the 9 on the dial) and a negative y means a point to the top op the center (towards 12).
Each coordinate will be connected to the next one and finally to the first again. Then the shape is complete.
The seconds shape does work somewhat, but since the analog dial doesn’t animate when shown, it only shows the seconds value at the time the screen becomes visible and doesn’t move.