• RE: Epoch to readable date Problem

    I pulled the current epoch value from the Unix_time wikipedia page and then wrote this code...

    var offset = 1447841725; // (2015-11-18T10:15:25Z)
    Sys.println(offset);

    // offset by the local time zone offset because Time.Moment
    // considers…
  • RE: ActivityRecording:Session Tones and Vibes

    It would seem most consistent to have all 5 activity methods (start, stop, save, discard, and addLap) have the same response (automatic native vs nothing/do it yourself) for the 3 UI types (display, audible, haptic). Why should addLap be different than…
  • RE: Phone as bridge for BLE sensors

    Former Member
    Former Member
    This is sad

    That is bad news. Because HR history is more important for me for later analysis.
    I hope that at the time http://www.ampstrip.com/ will be available I can use it during competitions (convinient HR strap is not comfortable if athlete run with…
  • RE: Dual Time zone question

    At least on the va, the two ways it sets it's time are manual, or from the mobile device. It doesn't use GPS to set time.

    Using GPS would be complex, as time zone lines aren't straight or consistent, and often follow state or country borders,…
  • Best practices - performance, memory management, optimization

    Can you please share what your best practices are in terms of

    Memory management and
    Optimization for performance

    I have now had two users providing feedback that my watchface slows down the watch overall.
    For example apparently when the user wants to…
  • RE: What does this error screen mean?

    With the circ buffer, it can be sped up once you have a total for all 10 elements. (lets say the total is 2500)

    when you are going to replace, say, the 3rd element, subtract it's value from the 2500 (say 35), and add the value of the replacement (say…
  • RE: Widget: Note2Watch

    Former Member
    Former Member
    As far as I understand it, one can either create and edit notes on the website, or mail them in. I very much prefer the second option, and I tried it. Apparently, only notes sent from the email address that I used to associate it with the account are…
  • Submenus

    Former Member
    Former Member
    Am I missing a way to define a submenu (or even a 2nd menu) in XML? I tried adding a second menu to my menu.xml file and it won't compile. I tried adding a second XML file with the second menu and it doesn't find it at runtime. I even tried adding a line…
  • VA Single Field DataApp

    Hi -

    in the simulator, I can't seem to be able to get my code to work on the VA.
    The VA by default only has the 3 horizontal layout is it?
    I looked at the resolution / size and it seems like it's the same as the 920xt (205x148)
    so I coded my…
  • RE: Feature request : add recovery time to watch face API

    Its not so much it's hidden in the menu as not available to the watch face API and therefore as a developer I cannot show it...

    Yes, I meant it is hidden, thus it would be very useful to have it on main screen, to avoid digging through the menu. I…