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…
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…
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…
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…
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…
When you run in the simulator then you'll only see your data field. When you install it on a real device (side load or [beta] app via the store) then you'll be able to add it to the layout of your preference.
When in the simulator you'll be able…
No, that's a new option
It's true that there's a new option. But so what? We're talking about whether eclipse vs vscode could cause different code generation.
And the answer is yes (at least in the sense that eclipse and…
That was a long read :-D (even with skipping the middle part for another day, though this experience proves that threading, and linking exact comments would be welcome in the forums.) I learned something new again with this System level things. If I understood…