This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report.
Currently:
- if you CTRL/CMD-click on an API symbol (e.g. AppBase.getApp()) in an attempt to go to the definition, nothing happens. This is expected, since there is no definition to go to.
- if you hover over an API symbol and click on an API symbol...
Right now there doesn't seem to be any documentation except:
- the API doc
- The Notifications sample app
The sample app is very helpful, as it shows examples of notifications being sent from both the background and foreground.
However, it would...
Crashes with :
EMFILE: too many open files, open '{user}/Library/Application Support/Garmin/ConnectIQ/current-sdk.cfg'
When running lsof -c 'Code Helper (Plugin)'|wc -l in my project directory,
I get an increase in files open under 1.1.1 (5896)...
MacOS 15.3.1, SDK 8.1.0, VSC Monkey C extension: 1.1.1
In one of my projects (that had other problems because of many files which were now deleted) when I try to run / build I get the following error form the compiler:
java -Xms1g -Dfile.encoding...
Most of the "click" actions that worked until 1.1.0 (in SDK 7.3.4) stopped working. In the past I could click on a function and it took me to the function definition, or I could click at the function name in the definition and it opened a list of the...
The Monkey C VSC extension opens every file in the project directory, including irrelevant files i.e under bin/
This wasn't happening until version 1.0.11 (included) but happens in every version since. Happens both with SDK 7.4.3 and 8.1.0
Some symptoms...
The dc.clear() doc says:
Erase the screen using the background color.
Note:
Starting form version 3.1.0, COLOR_TRANSPARENT will also be honored as background color, which will cause the value of pixels in the clip region to be replaced...
This refers to "inline" editing via a popover, after the data page / field in question has already been set up for the first time. (The first time UI uses a full-screen menu as opposed to a popover.)
1) White background (default):
See comment
2...