• RE: Animation Bug?

    I think it would be helpful if you provided some code.

    If WatchUi.animate() was not called, then we have no way to know to call onAnimationComplete()... so you must have called WatchUi.animate() at least once.

    So it seems that you have animations running…

  • RE: font.fnt

    xoffset = how many pixels to shift the character right (= extra blank pixels to left of character)

    yoffset = how many pixels to shift the character down (= extra blank pixels above character)

    xadvance = total width of character in pixels (so adds xadvance…

  • info.timerTime and info.elapsedDistance

    I have a question about reliability of info.elapsedDistance in the simulator (or FIT-file). If I, at the same call to compute in a simple data field,store both info.timerTime and info.elapsedDistance and then later do the same and use those to calculate…

  • RE: best practices for restoring data field state after a pause timeout

    This is definitely a hard one to debug since you can't do it in the simulator. I can't think of any scenario in the simulator where you can "resume" an activity with a new instance. And running it on the Edge requires a several minute…
  • RE: Device status, activity info, scuba divind specific data etc vs Garmin Descent MK1

    Former Member
    Former Member
    The best you can do is derive this data from ambientPressure / meanSeaLevelPressure / elevation / altitude / pressurehistory / elevationhistory so it will require a lot of testing (eg with a pressure chamber) to get this right, plus also note if you intend…
  • RE: onBack() function in BehaviourDelegate

    From a design perspective, the progress bar is just an indicator to show the user that some long-running process is happening. The progress bar itself isn't where the long-running processing should be done, that should be happening somewhere else.…
  • Stroke rate problem for paddling app

    Former Member
    Former Member
    Hi all,
    I've programmed custom kayaking app for essentially one reason : since I'm kayaing quite often (at least twice a week), I'm tired of having to change the type of activity to "canoe-kayak" when using SUP (stand up paddle) application.…
  • All-in-one running data field

    There are several all-in-one data fields for running. I *think* I've tried them all, but I can't find any that show just what I'm looking for. Here's what I'd like to see in an all-in-one for running:

    Pace (current pace - an option…
  • RE: Ant.GenericChannel callback double-up

    Former Member
    Former Member
    I'm not sure what the msg.timestamp is. The documentation says it rolls over every 2 seconds and that it's based on the 32768 kHz
    clock


    Yes, I saw that. I'm not sure why your timestamp isn't changing. Mine is null for some messages, and as posted…
  • RE: multiple placements of the same DataField

    Former Member
    Former Member
    Thanks for the clarification. So if I read the correctly, multiple placements isn't really supported. At least not in a way that makes sense. I have my 520 setup in 10 field mode, so if I put two CIQ fields on that same page, I will get two onUpdate(…