Indeed. I saw the chrono dials and eagerly checked the action section. Nothing.
That’s why I then looked to see what those sub-dials actually did, if anything.
Must be a way to trigger watch dials. Thought you might have run across it, although my main reason for the post was to mention an interesting alternate use for those sub-dials.
Believe me, there is no .wfs file triggering chrono. It has no user action related tags and every time we asked for such, the reply was a lame excuse, that WFS was meant to be a designer tool, not developer tool.
Changed the index for the sub-dial they were using for days instead of chronograph minutes to show 31 days. That works properly.
Changed the index for the sub-dial showing UTC from 12 to 24 hours. That works.
Left the sub-dial being used for UTC minutes as it was, because? Well, maybe you’re in one of those places with 30 minute time zone off-set or something.
Question:
I’ve got a formula for the UTC hour sub-dial that works. I’d like it to be jump hour instead of smooth. How should I change the formula I’m using - (([UTC_TS] / (1000 * 60 * 60) %24/ 24)* 360)
Thanks. This is what I get for working on this until way late. Too lazy at that point to even load my expression into an editor that matches parenthesis.
Thought I must have had this in some other watch. The HTML dial I made for Santa GMT made it very simple:
//Added GMT hand right now it copies the hour hand
const gmt = now.getUTCHours();
const gmtDegrees = (gmt / 24) * 360 + 90;
Facer is about the same. They give you a tag for UTC hours so it’s just: