It's pretty confusing that the "System 4" announcement defines "System 4" as a set of devices that supports at least Connect IQ API 3.2.0, but then talks about Type Checking and Compile Time Imagine Scaling as "System 4" features …
It's pretty confusing that the "System 4" announcement defines "System 4" as a set of devices that supports at least Connect IQ API 3.2.0, but then talks about Type Checking and Compile Time Imagine Scaling as "System 4" features …
One last update before I give up on this.... The command line debuger mdd works, but only sometimes. Mostly it times out trying to load the prg onto the simulator
mdd --help usage: mdd [-d <arg>] [-e <arg>] [-h] [-x <arg>] -d,--device <arg> Device…
I was i tending to write me own and started planning before I thought "hey, someone has probably tried to do this already..."
I did try your APICall Widget but I don't think I'd realised at that point you needed the App open tp proxy, not just…
I have downloaded the project, I have fixed an error in project (missing 'fonts' directory in defaults 'resource' directory) and fixed a null object in code. Anyway, congratulation nice job. Going further (for me) will take too much time:…
Hi Travis,
I didn't say I didn't want to use Menu2, I just said I thought it appeared to be too restrictive... however, that was before I discovered CustomMenu.
Understand what you're saying about small areas on some devices, but my required UX…
I've seen suggestion posted here so I assume this is the correct place to post a SDK feature request, let me know if I'm in the wrong place.
I think it would be really nice to get some more powerful transformation support for the dc class. If…
I have a similar issue on my Fenix 3 and on my FR935. When i flip between views using up or down there is always a significant 1-2 sec delay before it displays any custom watch face. Garmin's watch faces don't seem to be subject to the same delay.…
Thanks for your reply, shocked to hear nothing improved since then... The array trick is the way, that's also the way I figured out myself at last...
It's really weird, such limitation is actually OK, even limit to 1 is still OK, but shouldn't it be…
Not sure I understand. If I understand correctly then this is independent from the devices. All the devices that were in V1 and are not in V2 will behave the same way, because that "behaviour" is in the store, not in the device. So you already…
Arrays, as you know, can contain elements of different types. This works perfectly fine:
var arr1 = new[10];
arr1 = [2, "string"; false, 3.14156];
Arrays can also contain "resource" elements. This also works fine.
var arr2 = new[10];
arr2 =…