• Shape polygon points position within drawable list

    Hello friends!

    I am a software developer, but very new to the Garmin ecosystem, so please bare with me if this is obvious and I am missing the point completely.

    I am having issue with <shape type="polygon"> inside a <drawable-list> and then rendered…

  • RE: onLayout datafield

    I can obtain width and height of df but how to obtain locX and locY, especial for different devices.

    You cannot. This information is not available to the data field. Trying to infer it based on the size and obscurity values will not scale well…

  • Step through debugging

    Is there any change Garmin will get step through debugging sorted out on Eclipse? 

    It worked in a half-a... way for a while, though it was highly unreliable.  It is now more reliable in the sense that it almost never works.  I can enter breakpoints but then…

  • RE: setData correct use

    With smart recording the file size should be smaller. Can't speak to CPU load. I do think smart recording works the way Garmin says: the file is only changed when it needs to be.

    Personally as an end user (runner) I would never use smart recording…

  • RE: Math.PI is WRONG (when a 64bit representation....)!

    Math.PI is assigned the value 3.14159265358979323846.. The value is initialized exactly like the documentation shows (the documentation is taken from the source code). It looks like this...

    module Math {
    
        const PI = 3.14159265358979323846;
        …

  • RE: Is it possible to fill a string or number with two colors?

    There are at least two obvious ways to do this.

    1) use a clipping rectangle to draw the top half in one color, and then update the clipping rectangle to draw the bottom in another.
    2) use a custom font that defines the font to look like cutouts (the glyph…

  • A fun and very nerdy afternoon leading to a big question; CIQ1 support.

    After indulging myself with a somewhat nerdy afternoon cutting and refactoring and cutting till I could get the functionality of this one https://apps.garmin.com/en-US/apps/542d099f-4f5d-46af-8c71-11c17c4f2f1c to run on a CIQ1 device following a user r…

  • Help: Failed invoking <symbol> Invalid Value after last line of active code in onUpdate() runs through

    Hey guys,

    I am a beginner programmer and am currently struggling with an error which I cant solve cause i don't even know where to start looking.

    I have an app called Flightmeter which I am currently trying to improve with new features.

    Every since…

  • RE: Buttons work in simulator, not on device

    Former Member Unfortunately, on 235 (and similar devices from the same generation), you just cannot detect a long press. Furthermore, there are so many long press events for various devices (either system-level/non-overrideable or optional hot keys), that…

  • GC iOS: App Settings page closes automatically (discarding changes)

    Environment
    Garmin Connect (iOS) 4.15.1.2
    iOS 12.1.4 - iPhone 6S
    FR935 12.20

    Description of Problem
    The Garmin Connect iOS CIQ app settings page closes automatically, silently discarding changes, if a bluetooth sync happens while the page is open. This can…