I encountered an unexpected result in my latest release: the build generated output for 166 devices, despite my manifest specifying only 90. Curious, I delved into the reason behind this discrepancy.
This might be well-known to experienced…
I encountered an unexpected result in my latest release: the build generated output for 166 devices, despite my manifest specifying only 90. Curious, I delved into the reason behind this discrepancy.
This might be well-known to experienced…
There, the date uses a vector font if available. Not all fonts are scalable - FONT_TINY isn't scalable but others on the device may be,
Hi Jim,
Thanks for the example. As far as I can see there you also use :face and :size, not :font…
Do you have an example of an editor that's more modern than VS Code? I'm speaking about the IDE itself, and not the Monkey C plugin.Choice of editors is really a personal decision.
Sure, but I was asking you to back…
But I don't have any file called default.jungle in my whole hard disk!
default.jungle should be generated in the SDK bin folder if you successfully build at least once. Perhaps the problem is that it's failing to be generated (for the…
The first call to loadResource() loads the whole string resource table (and other resource tables) into memory, including any strings that are used only for app settings (and not by the actual watch app). If you add more string resources, you should see…
When I started with CIQ I had a vivoactive and all my apps were just for that. As I started supporting other devices, what I wound up was a bunch of spaghetti code. As I did other things, I found a few tricks to make life easier, such as doing all the…
TL;DR In my experience, as far as memory efficiency goes, I think that JSON resources are always better than hardcoded data (due to the huge overhead of the code to initialize the data), provided your app already calls loadResource() once for reasons…
The "Forum about the Forum" was my attempt to separate complaints about forum functionality from more general developer discussions since they don't really belong there. The problem I'm want to address is forum-related issues getting lost in the sea of…
how is it possible on the code section above with timers example it look like not equal symbol "≠"?
Sorry for the screenshot, the forum has been code blocking us for months now.
The actual text is "timer != null". It's displayed in…
i'm developing a BLE background watchface and am seeing complete watch hangs on Instinct 2S after about 1 to 2 days of running the wf (and I believe FR 965M but I have stopped testing that due to its inadequate battery.)
i'm not sure which connect…