• colors in simulator vs. real world

    When writing a (colorful) app the results on my forerunner 935 are sometimes surprising because they do not match with the simulators beautiful colors. So I would ask for a filter functionality in the simulator to show more realistic colors.

    Meantime I…
  • Cannot download watchfaces on Forerunner 935

    Former Member
    Former Member
    Hi,

    I just picked up my Forerunner 935 today and have tried to install a number of watchfaces on it - a few of them works but most of them give me an error message when I try to download "This app requires that you update your Forerunner 935. Use Garmin…
  • RE: App: Fiets! VL route navigation

    Hey,

    Thanks for the workaround tip. That way we can at least have the route easily on the Garmin.
    I agree that a data field would actually be a better option so when you would start a cycling activity then you could see in 2 data field current and next…
  • RE: Data Field : Single Run Field

    Former Member
    Former Member
    There's actually more issues than that... I already asked Angus (the developer of Stryd) a while ago as I (also) had intentions to integrate the power data from the stryd into my Peter's (Race) Pacer field... For reference find below Angus' first reply…
  • RE: DataField to Application: Connect IQ state

    I acknowledge many of these shortcomings, particularly the ones you've listed for FIT contributions. We plan to focus on a lot of these issues throughout this year and get them working. I can't promise perfect solutions for everything (for example, I…
  • RE: Changing parameters of shapes defined in XML

    Hi Travis, thanks for your suggestion! I couldn't figure out how to make a font with custom glyphs, so I went a different route.

    I included the battery outline and levels as separate PNGs in my drawables.xml, then declare an array with references to…
  • RE: Create drawable and labels dynamically

    Yes it is easy to do:

    You can implement your label as a drawable:
    using Toybox.WatchUi as Ui;
    using Toybox.Graphics as Gfx;

    class MyLabel extends Ui.Drawable {

    var Text, TextAlign, TextColor, Font;

    function initialize(dictionary) {
    dictionary.put(:identifie…
  • RE: JSON/XML serialization in Monkey C

    Former Member
    Former Member
    We do not use any web services. We use direct messaging.
    We have XML/JSON string as input (which should be parsed with Monkey C code and used on device).
    And we need to write watch data as XML/JSON string (which will be send to mobile app).

    It is not…
  • app store information

    hi,
    i have a couple of questions regarding the info shown in app store. sorry if this has been asked before.
    1) is the information since about one week being updated just once a day (i had the feeling, that it used to be udpated almost real time. but…
  • RE: Data field: Yet Another Interval field - YAIF

    Hi again,

    I fixed all problems and we are now going in an alpha state. Here is the prg file special to you and the start screen especially for your workout. Note, that as soon as you press the lap button the warm up check begins, this means, YAIF2 checks…