(...)(if you've ever used Pythons IDE you might notice a similar behavior). To that extent we tried to name things (in particular enum values) so that you could start typing a base keyword and the…
What was the timing of releasing versions 1.2 and 1.2.1? Were they released very close together? Even if they were not, is it possible that some people downloaded 1.2 while 1.2.1 was still pending (after 1.2.1 was released but before it was approved)
…What really isn’t clear to me is how Garmin can possibly “force” users to upgrade to the paid version of an app. (I don’t have any personal experience with this yet, but I do have someone else’s app which has transitioned to paid on an…
CIQ for Eclipse hasn't been maintained for years
If that's what you meant, that's what you should've said, especially when the topic is "Setting up Eclipse for CIQ Development". In the context of this thread, Eclipse…
Hello all,
there seems to be a problem with both the Forerunner 165 and 165 Music models. The SDK used is the latest version 7.1.1 in Visual Studio. The Forerunner 165 model has a screen resolution of 390x390 pixels, and shares the same sub-project as…
There's also a dot to the right of the project that gets built
The dot means your project has "emphasized items" (errors/warnings from the build which show up in the Problems tab in the bottom pane.) It's not surprising that the project…
Yes, I'm simply pointing out that the code snippet that you say you copied should not exhibit the problems you describe because it stops calling Position.enableLocationEvents() as soon as one call passes.
There is no guarantee…
I had assumed that in a static method, "self" would be the corresponding class object, rather than an instance of the class (just like, in a module, self is the module object).
But it turns out that inside a static method, self can also be an…