I am unable to find my "Custom" workouts on my watch. I've tried to find them under several activities (repro steps 1) and by adding the workout as a calendar event (repro steps 2). Neither method has relieved the workout.
Thanks for the…
I am unable to find my "Custom" workouts on my watch. I've tried to find them under several activities (repro steps 1) and by adding the workout as a calendar event (repro steps 2). Neither method has relieved the workout.
Thanks for the…
I'm not sure that's your final solution.
Looking at the code you originally submitted, I'd question why, for speed, you're not initialising "speedValue" to a known value right at the top of compute(). I presume it's defined at…
Hi,
I have a watch face with code that works perfectly in the simulator and perfectly on the watch for generally at least a day, but then fails catastrophically at unpredictable intervals with messages like this one:
ERROR: Unhandled Exception DETAILS…
I've recently uploaded a new version of a DataField app and had a report this afternoon from a user that the Settings button has disappeared in the ConnectIQ app. The user sent me a screenshot (https://imgur.com/a/0mxjgul) and the settings button…
Hi, maybe this has been asked or requested before: I use a temporal event to execute a webRequest from a background process in my Watcface. I use it to access blood glucose levels from a web server. The background process can run only every 5 min and that…
Hi,
I admit I'm a klutz, but...
I have also lost an hour of my life debugging what turned out to be a typo where I reused a fitfield id in two session.createField() calls. It could have been a five second debug, but the only error I got was that the…
Hello,
Taken example code from https://github.com/garmin/connectiq-apps and adapted a bit for my service, using xml, json, and mp3. No auth required, https presents everywhere. Some issues corrected, so no warnings with SDK 3.1.7 present.
After simulator…
Thank you for the app, it's surprising that this basic functionality doesn't come built-in with the device.
Would it be possible to either add an option to autostart tracking when GPS is ready, or to allow the user to start the tracking despite…
Great Idea. I love the autoconnect feature!! I'm close to getting the treadmill Client BLE app up and running. I solved the Catalina 64bit OS issue, by moving the BLE Server portion of the app to a Windows Laptop. It's klunky, but at least the Windows…
Many thanks markdotai for this I use pretty the same things for the ressoures
var LNG = Ui.loadResource(Rez.Strings.LANG).toNumber(); var FONTs=[fonts.customFontSRUS,fonts.customFontSSLO,fonts.customFontSGRE,fonts.customFontS,fonts.customFontS]; var…