• RE: pointers in Monkey C - bug or by design?

    No, that link is showing arrays passed by reference.

    "Because arrays are reference types, the method can change the value of the elements."

    Also, this stackoverflow post discusses the same thing (C# and passing arrays to functions…

  • RE: Max Runtime memory available

    Memory varies not only by device, but by app type.  Memory for a device app will be different than for a watch face on the same device.

    You can look in the comiler.json for a device and you'll see something like this: (This is for a fr945)

        "appTypes…

  • RE: SetPropperty() - unable to set value defined in properties as a list

    Well, my "vm" property was previously true and it changed to false (in the sim's app settings editor.)

    My "c" property (a list of colors where the key is the color name and the value is the CSS code) was previously "Light Grey" and it changed…

  • Gregorian.Info.isDay Instance Member in CIQ 4.0

    Hello guys and hopefully Garmin!

    I've been watching online conference GDVC 2020 and I've read new post about first preview of CIQ 4.0

    That's cool and so many interesting things are coming! 

    I want to leave here one pretty simple request for CIQ…

  • App sporadically fails to draw screen on launch.

    This has been seen on devices - Forerunner 735xt and Vivoactive 4 have been confirmed, not sure what others are affected.

    However, it is VERY easy to replicate on the simulator, and it appears that (on the simulator at least) it is easier on some devices…

  • Arabic, Hebrew and Thai Fonts Broken in Simulator

    I've just gone through the process of internationalising a DataField app to all the available languages and in testing I found that a label I'd drawn to the screen is broken (at least in the simulator) when rendered with text from the FONT_XTINY…

  • Where can I find out how many CIQ DataFields each device can have per activity?

    Hi,

    As per thread title;

    I got a shock when someone with a Fenix 5 explained how he was limited to only two CIQ DF when my lowly 735xt can handle three. I had thought Fenix was supposed to be a top-end SuperWatch for the rich people! Surely, I had assumed…

  • YASW (Yet Another Slack Workspace)

    I've spent the better part of today working on some SDK 3.1 things and realized that some more real-time collaboration between devs might be beneficial. So I created a Slack workspace at:

    https://connect-iq.slack.com

    You can join the workspace using…

  • RE: Gregorian.info() versus System.getClockTime(): Is there a preferred way?

    If you can get all the data you need from a single call to Gregorian.info, you should do that.

    The work of getting a broken-down time (hour/minute/second) has to be done for each of System.getClockTime() and Gregorian.info(). At the very least there is…

  • RE: Debugging a "Symbol Not Found Error" on a specific device (Fenix 5S/X)

    Former Member
    Former Member

    Jim, honestly, thank you for trying to help - but I think you're mistaken there, at least with regards to CIQ 3.0.X. I think that because:

    a) it's working on my wrist, right now, and

    b) because Positioning is explicitly listed as one of the Permissions…