• RE: NordicThingy 52 sample - BLE possibly not working?

    GRRR****!@@#@# Again! This thing doesn't work with SDK 7.1.0!!! WHY!!????? Both Nordic apps crash when I start them wit SDK 7. No matter if the dongle is there or not. See: forums.garmin.com/.../bug-sdk-7-1-0-both-nordic-sample-apps-crash

    With SDK…

  • RE: Bitmap Transformation

    The double translation is supposed to be necessary. At least that's what I found on the web. To rotate the image around it's own center (that's what I'm trying to do) I need to move it to the origin point, then rotate it and then move it back where it…

  • Enforcing execution order of files

    There are a few files that are generated by a script:

    all.mc, foo.mc, bar.mc

    all.mc:
    const ALL = [null, null, null, FOO, null, BAR];

    foo.mc:
    const FOO = [...];
    bar.mc:
    const BAR = [...];
    I get a compilation warning:
    WARNING: fenix6: all.mc:4,6: Trying…
  • RE: json from resource

    Well you can always hardcode the list of devices which don't support JSON resources (which you would have to do anyway, if you want to include CIQ 1 devices in a project that has JSON resources for all supported devices.)

    It's a pain but at least…

  • Is there an issue will Trial App Downloads ?

    I've released an update to my app in the last few days. It uses Garmin's Trial App functionality to limit usage to 30 days for non paying customers. Some of my customers are reporting that after the update they now have the trial version back which locks…

  • SDK 6.2.0 crash and older versions?

    I want to get into Garmin development for the first time, downloaded the SDK, and it promptly crashed on install. As far as I can tell from the forums, this is a known bug that "only" affects Windows and Linux. Well, I don't have a mac, so if I want to…

  • RE: Distance Not Working?

    WHAT IS GOING ON?? I rebooted my Windows machine. I converted over from Eclipse to VS Code. I upgraded Java to the latest build. Still my Activity "elaspedDistance" is locked at ZERO, when all the other simulated metrics act normally. Ugh. Next step I…

  • Select a function efficiently

    In my app, I have 8 screens through which users can scroll to see all kinds of statistics. I have all made this in the same view, and made separate functions for each screen.

    In order to select the right view, I have a variable that sets the current page…

  • RE: Black screen on app launch

    It starts black and stays black. I can toggle power mode but no effect. When I toggle hide/show screen goes from white/black. Heat map is grey, I click button and it's all green. CIQ 4.2 is same version as Fenix 7x on my wrist and code works fine on it…

  • RE: Is there an app planned for the freestyle libre 3 - glucose monitoring ??

    You could use xDrip+ with "Web Follower" as data source.

    https://xdrip.readthedocs.io/en/latest/install/webfollower/#configure-xdrip-web-follower

    But this is not really a good solution because the data sent from the Libre 3 App sometimes is…