Widgets with MARQ series or Fenix 6

Hi,

I tried to compile my exisiting widgets for Fenix 6S for exampe but I got an out of memory error. Than I tried to compile it for the MARQ series, but a menu is shwown in the simulator instead of my widget. The menu shows my widget name but I can't open the widget by pressing enter. What did I wrong?

  • In the sim under "Simulation", you have glance view checked.  Uncheck it, and you'll see the full screen version.

    If you don't have the code for glance view, you see the icon and name.  Same on the real devices.

  • Got it. Thanks Jim.

    Does that mean that if the user has checked glance view on it's device he can never enter my widget without the delegate code?

    Furthermore do you have an idea why the Fenix 6S goes out of memory? Has it really too less memory? Is there a documentation on the memory each device offers for widgets?

  • The sim works different than the device.  The way I understand it is that when you press start on the device, the glance in the middle goes to full screen.

    As far as memory, make sure you have 3.1 as a target for the run as the glance is limited to 32k.