• RE: CIQ 3.0 MapView request for feature

    Former Member
    Former Member
    Brian,

    There is one more missing feature in MapView - I believe you'll agree

    For MapView - when you're in BROWSE mode - you can select any area of map manually - but then - there is no API to get information what area is visible on he screen… something…
  • RE: No widgets working on Edge 820 APAC 8.80

    Former Member
    Former Member
    Aaaaarrgggh....no, I did not know how to access the Widgets on the 820!!!! Thank you! I thought it might be the same as my 520 where the widget shows up at the bottom of the status screen, but no.

    There is ZERO visual indication that you can swipe left…
  • RE: Activity.Info after session

    Some things are actually available afterward (at least for a period of time), and some may update even after the session.

    An example of what's saved for a bit is currentLocation - that's a trick used by watch faces that need the location for sunrise/sunset…
  • Number Picker doesn't work as expected

    Hi, I setup a new picker according to the picker example:
    var dayFactory = new NumberFactory(1,31,1, {});
    Picker.initialize({:title=>title, :pattern=>[dayFactory], :defaults=> [dayFactory.getIndex(21).toNumber()] });


    The picker is not initialized…
  • RE: Missing documentation on when onStop() is called for a watchface

    Former Member
    Former Member
    DEXTER,

    I've got a ticket created to address this. One of the issues we run into with the VM is that it some devices will push different behaviors asynchronously so coming up with an exhaustive list might now be possible since it might not be the same…
  • RE: Check for companionapp from Watchface

    So for now there's no reliable way to check for companion app from watchface -> Feature request! :)
    I know it is a limit for temporal events. Pebble managed to do at least 7 days battery life with no limit on watchfaces communication (you could…
  • RE: The GPS time on the VA-HR runs 5% slow.

    I have an update on this issue. We've verified that the problem is not in the GPS subsystem, but is related to the way the Connect IQ VM listens for position updates. We have a plan to address this that sounds pretty straight-forward, and should correct…
  • RE: 2.3.1 compiler/simulator problem

    I am able to launch prg's just fine with both monkeydo scripts from the command line. Is this failing for you only when you run your make script, or is it also failing if you manually call 'monkeydo.bat SomeApp.prg fr935' on an app that you know runs…
  • DataFields for Watch Faces

    Hi guys,

    I was trying to develop a data field that can be selected to be shown on a watch face (like the other small fields that one can select when configuring a watch face) but it seems, that this is not possible. At least I have not found a way to…
  • GPSAltitude vs BP altitude - can you get both through CIQ

    Within a standard activity, you can select altitude or GPS altitude for fields.

    Is it possible to distinguish between these two from within a CIQ app. I was hoping the onUpdate(pinfo) method you set when you enable GPS events would give the GPS altitude…