• RE: makeRequest does not call method(:onReceive) in background / WF

    Thanks. i may have change something for my weather request (i probably did !).


    no image ing bg.exit(), ok.
    but I was sure i would have been able to put the receive image in a global ?

    so why can i use makeImageRequest in BG but not use RECEIVED image …

  • RE: using DeviceSettings.isGlanceModeEnabled attribute

    I think we are agreeing, with the caveat that the simulator currently doesn't work like that (which I believe is causing the confusion). Right now, for me on MacOS at least, the only way to get from the glance view to the started, details view of my widget…

  • 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…