• Stock Market Cube Watch : thanks to Garmin Forum

    By this litlle post I'd like to thanks this forum and Jim of course.

    It's not an easy way to make some App, but with the help and explanations i received ,

    i managed to dev my first WF with some interesting features (at least, for me !) like BG…

  • RE: New SDK and documentation for Fenix 6?

    New SDK is for sure near, but of course one would ask whether release of CIQ platform 2 weeks after new CIQ flag-ship devices were released on stores was on original purpose. To me it is far from ideal plan not only because of increased level of support…

  • Sending a constant stream of accelerometerdata

    Former Member
    Former Member

    Hello, 
    I'm trying to send a constant stream of accelerometer data to my pc and wanted to ask what's the best way to do so. 
    At first, I tried to display the current value of the accelerometer at my Vivoactive Music, to at least now if I get the current…

  • Font Size Bug?

    This is a new one. In the simulator, for the Edge 1030 at least, drawing to a single data field generates a different font size than when rendered in more than one data field. My "value" content is drawn with Font = 3. I don't adjust that in the code…
  • RE: monkey.jungle

    Travis, thanks for your help, I stripped some information to keep my posting readable (that's what I've thought at least)...

    The full path for the source file is "C:\Program Files\System\Connect IQ\Samples\Watchface\BirdWatch\source". The three…
  • RE: watch app addlap and end session

    Dunno if this helps, but try thinking of it this way:
    - Every lap has a beginning and an end
    - When you start an activity, that's also the start of the first lap
    - When you end an activity, that's the end of the current lap
    - When the app calls addLap…
  • RE: Detect simulator

    peterdedecker sometimes the debugger is too slow for what you want to do. Even println statements can mess with your program timing or flow, so imagine what an actual breakpoint would do. Sometimes you just have too many things to print. And sometimes…
  • RE: Edge 1030 doesn't get data from my sensor

    I don't do anything from the sensor hardware side, but playing with a bunch of difference sensors (Footpods, HR, power, Runscribe (Ant & Ant+), etc) on a number of different devices (FR 630, FR935, F5+, Edge1030, Edge 130), I have noticed some differences…
  • RE: FONT_SYSTEM_NUMBER_THAI_HOT wrong positioning on Fenix 5


    Yes, it is this what I am seeing.
    I hoped, that for all round watches with 240x240px I can use the same resource/layout-file.
    Using an own made font, it is placed correctly, but uses more memory, and my datafield on Fenix5 is already at the limit of it…
  • RE: Reading CIQ_LOG.txt

    Some info on the call stack, the values correspond to values in the debug.xml file (when compiling your program there's a .prg and .prg.debug.xml created).

    First translate the 0x values (which are hexadecimal) to decimal values:
    0x000e117b -> 921979…