• Extended text description in settings

    Hi,

    I downloaded an app and realized that one setting in the app (which was adjustable mobile/Express) had an extended description below the title and the current setting. I am wondering how this was achieved?

    If I have a look to the programmers guid…

  • Reset the background timer at app start

    Hello there,

    I'm not so optimistic but is it true that there is no way to reset background timer, at least at each app start because I need to do OAuth at the start and as I use a datafield the only way is to use a background event (and the app has no…

  • RE: Old forum URLs - what happens after full migration to new platform?

    Yeah, good idea. I already saved the newer posts in my showcase threads on the old platform.


    It would be good that at least the how to do app settings topic would have a .htaccess redirect from the old topic url to the new one though…
  • Method to get the list of available fonts on a device

    Since the UX Guide seems to be out of date and it doesn't include font specifications for the Edge 1030 and Edge 130 I was wondering if there is any way to get the list of available fonts and sizes using Monkey C directly.

    At least in the SIM using…
  • 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…