there's no varargs
I guess Method.invoke() actually does use varargs somehow, but I don't know of any way for *us* to use varargs.
So it seems like Lang.Method uses at least 2 "special" language features that don't really work …
there's no varargs
I guess Method.invoke() actually does use varargs somehow, but I don't know of any way for *us* to use varargs.
So it seems like Lang.Method uses at least 2 "special" language features that don't really work …
Hi Jim, thanks for your reply.
I am super new to Connect IQ development and what I am trying to do is a super simple DataField that takes the entire screen width.
Since I have multiple data to render (which I can easily do with <label> tag defined in…
Actually I use Android File Transfer, and both seem to work, at least in the order I work with them. I don't think I ever worked GE,AT,GE or AT,GE,AT, but I did work for sure with: AT (always on, but watch not connected), open GE, disregard the warning…
I'm not sure how this can even happen. A screenshot from a user. This is a single CIQ data field. And like being half pregnant, somehow part of the field crashed and the top half was still operational. Wild. The arc region is a seperate function within…
For anyone else reading, the context is that Position.Info.accuracy is an enum [Position.Quality] with 5 values:
It seems that the complaint here is that the quality is immediately 4, as opposed to starting at 0 or 1 and moving through some intermediate…
Oh right that is definitely the most plausible explanation. Can't believe I didn't think of that haha.
There isn't even a way to select part numbers to build for, except indirectly, by specify a minApiLevel that excludes certain part numbers.…
Is it absolutely necessary to move your static functions into a separate module?
No it isn't... Just made it like that to separate the implementations from the class definition...
For me, the line with IMPL3 at least…
I'll try onStop instead for resetting variable value explicitly, although it should be purged with all the other objects and variables after onStop
I tried, and it doesn't work, just as I expected. I see, that variable in view keeps its…
In my wf/df I use getSettingsView and probably for devices below 3.2.0 user can't use settings on device.
Clearly the real GPSMAP67 at least has partial support for on-device settings, because:
- getSettingsView() had to be called in the…
I think this is a bug in the fenix6/fenix6pro simulator. I use the same implementation for fr245/fenix6s/fenix6spro/fenix6xpro, and they work fine.
I added your code but the weird thing is that even the "r" is the same for every instance of AppBase. Also…