Garmin Forums
Garmin Forums
  • Site
  • User
  • Site
  • Search
  • User
  • Apps & Software
  • Outdoor Recreation
  • Sports & Fitness
  • Pilots
  • Developer
  • Beta Program
  • German Forum
  • More
  • Cancel
  • 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
  • RE: Application: Sailing

    Former Member
    Former Member
    It will be great. If possible to add COG (probably like compass in first screen ) it will be ideal :)


    I'm not really sure, if we mean the same. But from my understanding the bearing value (wich is also displayed as the little purple point on the compass…
    • over 10 years ago
    • Connect IQ
    • Connect IQ App Showcase
  • RE: Backlight Status Checking. (Howto?)

    travis.vitek
    travis.vitek
    The only entry in devices.xml that references the light button is the d2bravo. You should be able to capture the Ui.KEY_LIGHT key presses on that device by pressing the power button (at least in the simulator).

    There isn't currently any way to tell if…
    • over 10 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Bug? Position heading behaves weirdly

    tonny.madsen
    tonny.madsen
    Compass no, but I use the the heading in my "Distance To Start" to point in the direction you should go to get back to the start position.

    And at least for the 920xt, the heading is pretty good... as long as you move. When you stand still, it…
    • over 10 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Out of low power or requestUpdate() on change to DeviceSettings?

    jim_m_58
    jim_m_58
    What I do is set a local boolean in onEnterSleep() and onExitSleep() to indicate the mode, and then call Ui.requestUpdate() with a boolean set that displays the current state of the world.

    With phoneConnected() on the vivoctive at least, the device only…
    • over 10 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Old vs Beta Firmware

    EDUARDOBUST
    EDUARDOBUST
    Yes, it seems there is a bug in older firmware < 3.03 which causes out of memory if you check for the feature with HAS operator. It's OK in 3xx betas. I had this problem in my watch face too and obtained several low ratings. Workaround is moving feature…
    • over 10 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Nearly Old School watch face displays wrong hour two hours a day

    travis.vitek
    travis.vitek
    Yes, it affects the other watch faces as well (at least Timeascii). Additionally, the Timeascii watch face is nearly unreadable on a 920xt because of the text color selection. Using one dark color and one light color might help. I suppose this may be…
    • over 10 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Instructions: How to modify existing projects to work with SDK 0.2.4 in Eclipse

    travis.vitek
    travis.vitek
    It's right there in the README.txt

    * Added launcher icon support. The launcher icon and app name must now be specified as
    resource IDs. The launcher icon is optional (a default icon will be compiled in). If
    resources are specified as:
    …
    • over 10 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
<>
Copyright © 1996-2023 Garmin Ltd. or its subsidiaries
  • Site Map
  • Terms of Use
  • Privacy
  • Security