• Forerunner/Fenix - Golf GPS Issues

    This used to happen on my Forerunner 935, and is now happening on my Fenix 7x:  at least half-a-dozen times per round, the GPS seemingly drops (just shows a static distance to the hole and doesn't change as I walk to or from the hole).... I have to pause…

  • RE: UTC time offset - watch face

    Dude, I appreciate the offer and I understand where you’re coming from, but unfortunately I don’t have time to go that in-depth with help. Besides, I’ve actually never published a CIQ watch face (I’ve done other app types tho).…

  • RE: Creating a Random Number

    I just created this in my barrel that has a bunch of helper functions. Seems to work. But if I set lo/hi to a small range, like say: 5 to 8... at least in the simulator, it seems to camp on a value like "7" for many iterations. Is this a simulator bug…

  • RE: Manually exit a widget (or simulate a keyevent)?

    Thanks for the extensive info! Hmmm....Don't see how handling things different could work. In order to be able to handle the up and down buttons in the 'main' widget I need to have a dummy 'placeholder' screen in between (for non gla…

  • 1040 Layout issues

    got a report that my datafield on the 1040 is looking very different than what the simulator is showing me.  looking at the dimensions, the screen size and field sizes are identical to what the 1030 is (at least for the field size in question for this particular…

  • RE: What's wrong with vscode garmin plugin

    The minimum supported SDK was bumped to support the simulator's new app settings editor, which is the replacement for the settings editor in Eclipse. Since this extension is currently in alpha we're bumping the minimum supported SDK. Once we exit alpha…

  • RE: Tea Timer app

    which would trigger long vibrating alarm even when "running in background".

    That part, as you have surmised, is currently impossible.

    Here's a watch app with multiple timers:

    https://apps.garmin.com/en-US/apps/d5a1a49f-3196…

  • GARMIN weather service location names

    We are using 3.2.x SDK GARMIN service to get weather info and location name as well.

    But we are having some problems, as it does not seem to return labels for every city, or even whole countries.

    We get a null string if we set the location anywhere at…

  • RE: animation element

    Counterpoint: Monkey C enums take up code space (RAM), so if memory is at a premium, I would do something like this:

    dc.drawArc(gW/2,gW/2, gW/15.0/* Graphics.ARC_CLOCKWISE */ 1, start+90, end+90);

    Sure, it's "just" 4 bytes or so each time you use an enum…

  • RE: Super apps and widgets in CIQ 4.0

    Yes. But for widget you need to create a different app submission. Users need to download both the widget and the app... This can be confusing for users, as well as more complicated from a marketing / support side.

    And you cannot share the data between…