Garmin Forums
Garmin Forums
  • Site
  • User
  • Site
  • Search
  • User
  • Apps & Software
  • Outdoor Recreation
  • Sports & Fitness
  • Pilots
  • Developer
  • Beta Program
  • German Forum
  • More
  • Cancel
  • RE: App occasionally gets ERROR: System Error DETAILS: failed inside handle_json_callback

    Horsetooth
    Horsetooth
    Horsetooth,
    Again, please let us know if anything comes up or if this firmware proves to be stable.

    Thanks,
    -Coleman


    I had a reliable way to reproduce it that no longer shows it, and also I've been using it as my daily watch with the CGM loop app for a week…
    • over 7 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Extra! Extra!

    danielp27
    danielp27
    three more links, this time in spanish.
    this one, summarizing best connect iq apps
    http://www.sport.es/labolsadelcorredor/plataforma-garmin-connect-iq-guia-y-mejores-aplicaciones/

    this site also reviewed dwmap:
    http://www.sport.es/labolsadelcorredor/app…
    • over 8 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Object Store space and setProperty()

    gasteropod
    gasteropod
    Thanks Brian. I'm glad the watch works the same way as the simulator at least and it's easier to handle that the entire store gets blown away rather than ending up inconsistent or corrupt if you try to save too much.

    I'll plan on doing my own…
    • over 8 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Big data

    travis.vitek
    travis.vitek
    I think this should work to iterate over the sensor history as you'd like. I haven't tried to compile it, but it at least makes sense to me.

    // given an iterator `it', advance `it' through `n' valid samples, and return
    // that sample…
    • over 8 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: FR235 and menu key - button action fires both "menu" and "up" key events

    travis.vitek
    travis.vitek
    Is there some API that would let me at least "poll" the current state of a button? If might help in trying to determine pressed/released as part of the work around.


    That sucks. I don't remember that, but it does make those methods less than…
    • over 8 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Widget-Configuration using date failing using Mac/iPhone?

    Former Member
    Former Member
    I just downloaded your Biorhythm widget and had no difficulty setting birthdays 1 & 2 with Garmin Express on my MacBook Air. It synced with my watch (FR 235) and seems to be working. I will see if there are any difficulties as I view the widget throughout…
    • over 8 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: app-id within the manifest-file deviates from the one originally registered

    geniuswrist
    geniuswrist
    This one is for the Garmin guys.

    It is really a hard decision to delete my apps and reupload then as new ones. I will also have to send a mail to all my users to inform them they will have to uninstall the old version and install the new one if they…
    • over 8 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Newbie question .. how to disable Back button on Vivoactive HR

    Former Member
    Former Member
    You only want to return true for the back key, not all keys:

    var ret = false;
    if (evt.getKey() == Ui.KEY_DOWN_LEFT) // BACK - LEFT KEY
    {
    Att.vibrate(vibrateDataShort);
    Att.backlight(true);
    ret = true;
    }

    return ret;



    Thanks .. I thought it was something…
    • over 9 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: mMyBMFont.toString() Error!

    PiotrekZ5
    PiotrekZ5
    I was hoping to get resource ID number or at least memory pointer. Font works fine but I did it only out of curiosity because I have to use code like this:
    class MyDrawable extends Ui.Drawable
    {
    hidden var m_Font;
    hidden const c_LastFont = 8;

    function…
    • over 9 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Watchface: Concise

    Former Member
    Former Member
    Hello! This is my favorite watch face by far mostly because it is a clean face and includes the move bar constantly.

    Looking forward to your potential Christmas break update

    I am curious if you will integrate a field to show number of notifications…
    • over 9 years ago
    • Connect IQ
    • Connect IQ App Showcase
<>
Copyright © 1996-2023 Garmin Ltd. or its subsidiaries
  • Site Map
  • Terms of Use
  • Privacy
  • Security