Garmin addresses what I said as follows:
[https://developer.garmin.com/connect-iq/monkey-c/exceptions-and-errors/]
Exceptions and Errors
Monkey C supports structured exception handling for non-fatal errors from which there can be recovery. The syntax…
i need exactly the same view. I say right away, the menu and menu2 give a completely different view. Thanks.
If you use a Menu2 with items as IconMenuItem (with a subLabel), you should be able to implement a menu that's fairly similar to…
Yeah no problem!
But there are many other places in the text where there are numbers and it doesn't choke on them. Weird.
That's why I think this is very similar to problems we have seen in the forums both years ago on the old platform…
Yes, but a device having a limited number of data pages is actually another argument for a CIQ data field to be full screen and display many fields of its own: it allows the user to see more fields in total than they would normally be able to. For me…
If anyone uses "Off Course Distance", it is broken and unreliable at best. Thankfully, "Distance to Destination" (D2D) works in almost every corner case and scenario. Here is a great workaround...
If you go "off course", D2D remains…
Not sure if this is a feature or a bug, but I don't see it documented anywhere in the API docs and it feels like strange behavior to implement as a default, so it was definitely unexpected to me.
Scenario:
I am subscribing to the COMPLICATION_TYPE_STEPS…
Unfortunately the simulator is not always faithful to the real devices. Also, real devices have different UI between models, and in some cases, between firmware. If I'm not mistaken, 945 and 945 LTE originally came out with an older UI which looks like…
For example, if you assign the data field to two different fields on a screen
I wonder how that actually works in terms of app "instances" / memory consumption. (Here when I say "instance", I mean a distinct instantiation of the app…
Thanks to your support I managed to Beta Launch my first app today! Thanks for all the helps so far. But upon using it on my actual garmin device I noticed that the screen only updates when I tap it (activating functions that explicitly call WatchUi.re…