Garmin Forums
Garmin Forums
  • Site
  • User
  • Site
  • Search
  • User
  • Apps & Software
  • Outdoor Recreation
  • Sports & Fitness
  • Pilots
  • Developer
  • Beta Program
  • German Forum
  • More
  • Cancel
  • Calling new Graphics.BufferedBitmap(..) causes crash on Fenix 7/7S/7X

    trudelta
    trudelta

    It seems like even though Fenix 7S passes the Toybox.Graphics has :BufferedBitmap check, calling  new Graphics.BufferedBitmap(..) causes a crash

    My sample code:

     if (Toybox.Graphics has :BufferedBitmap) {
     dcOffscreenBuffer = new Graphics.BufferedBitmap(…
    • over 3 years ago
    • Connect IQ
    • Connect IQ Bug Reports
  • How do I run my app in the simulator?

    scottchapman_
    scottchapman_

    Starting my first app development, I am running visual studio code with the monkey C extension. I've been able to build my app (at least I end up with a prg file) for the 1030, but when I launch the simulator for the 1030 I'm a bit lost. All I see if…

    • Answered
    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: How to get a list of the watches that have a compass ?

    flowstate
    flowstate

    If the docs are to be believed, then the at least the original Vivoactive does not have a magnetic compass. (I'm assuming that in this context, "compass" means magnetic compass and not GPS compass.)

    https://developer.garmin.com/connect-iq…

    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Paid for Applications; Activation Codes

    Michael
    Michael

    Micro Payments must be enabled manually - by contacting paypal... And I'm not sure if a business account is necessary, but yes, I have one - but only because I do need API access and that's only available for a business account. I don't see hidden fees…

    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Getting settings from Garmin Connect

    el34rob
    el34rob

    Not sure if you've left this out of the code you posted above, but I don't see a <strings> section in your properties, yet you reference at least one?

    From what you've posted, it looks like you need to add:

    <strings>
    <st…
    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: How to simply read pressure info?

    surfr.dsign
    surfr.dsign

    Yes, as we wrote before, we are using Activity.getActivityInfo().ambientPressure, meanSeaLevelPressure and rawAmbientPressure, and none of them seem to match the value of the pressure at GARMIN app, or the readings other watchfaces do. They might be getting…

    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • Weather API

    DaveBrillhart
    DaveBrillhart

    Interesting!! Grabbing the EDGE "device" temp is often misleading - it bakes in the exposed sun (at least here in Florida) and the temps can be 20+ degrees too high. Plus it was a pain to grab using background processing.

    Apparently, CIQ 3.2…

    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Understanding SDK and target device versions

    Travis.ConnectIQ
    Travis.ConnectIQ
    Shent-Aurkhan (SHN) said:

    But the right syntax is 

    Application.Properties etc... Right ? 

    It depends on the using clause. Either of these would be correct...

    function f() {
        var value = Toybox.Application.Properties.getValue(key);
    }
    

    or

    using Toybox…

    • over 4 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Watch Face advice desired for several topics: layout, partial update, resource handling

    jim_m_58
    jim_m_58

    In the sim, under File, use "View Watchface Diagnostics."

    You can see how you're doing.

    The WF must be running in low power mode.

    Here's an example (total time that second is 9.29ms):

    If after a full minute, you've exceeded the avg…

    • over 5 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
  • RE: Any advice for grainy images?

    Travis.ConnectIQ
    Travis.ConnectIQ

    Does the original image have aliasing issues like that? If so, then that is definitely a problem.

    The best way to ensure you get what you want is to use the color palette available on the device when creating your assets and to not scale them after. Scaling…

    • over 5 years ago
    • Connect IQ
    • Connect IQ App Development Discussion
<>
Copyright © 1996-2023 Garmin Ltd. or its subsidiaries
  • Site Map
  • Terms of Use
  • Privacy
  • Security