The compiler gives a wrong (or at least misleading or partial) error message when using anything from Toybox.ActivityRecording:
Permission 'Fit' required for '$.Toybox.ActivityRecording'.
However I already have the "FIT Contributor" permission…
The compiler gives a wrong (or at least misleading or partial) error message when using anything from Toybox.ActivityRecording:
Permission 'Fit' required for '$.Toybox.ActivityRecording'.
However I already have the "FIT Contributor" permission…
I updated my watch face and checked CIQ store for several days, I don't see my newly updated watch face under the chosen category.
Instead, I see lots of similar watch faces developed by the same developer being list under the category, I call it…
Hey Garmin community,
I understand the reasons for
> Due to current regulations, Connect IQ cannot make your apps available in the EEA region until you obtain Garmin approval. Learn more
I personally don't mind providing whatever is needed to verify…
Oups, I forgot to push to the repo. It's done now. I did a simple app with the code you posted (https://github.com/SylvainGa/TestDict/tree/main) and it works with the compiler V1.0.10 and 1.0.11 through SDK 7.4.3. I then switched back to my Crystal…
My experience is that indeed "static" can not be used at function scope. There is directly a translation-error.
If I declare a variable at class scope without "static" , the variable can be used in different member functions of the…
FYI: On the EDGE 1050, the GRADE is completely broken at least in beta 11.18. Strangely it seemed to work for about an hour and then goes haywire. Both the built-in native GRADE and my CIQ Grade Field. This is also being reported by others in the Beta…
As I stated above: line 11 takes every percent into account. To get a „real existing“ angle difference for each percent, the arc has to be 100° at least. Then 100% SOC equals to 100°, 99% SOC equals to 99° - and so on. And the radius of the arc has to…
Again, try it yourself and report back.
Or you could just explain why you are now saying that the amount of code (and the nature of the code) that runs in onUpdate() doesn't make any difference to battery life (for watchfaces), but back…
I've been trying to follow this thread, and maybe I'm wrong, but if if want, you can display your info in your own watch face (or at least the important stuff..) Seems every 5 minutes is OK for you, so that means a background service. What you…