Ticket Created

CIQQA-492

wf can't find property

sdk 4.0.3
eclipse plug in 4.0.4
eclipse Version: 2021-06 (4.20.0) Build id: 20210612-2011
windows 10
watch face
minSdkVersion 2.4.0

form era:

Error Name: Unhandled Exception
Devices:
    Venu® Sq: 2.70
Languages: dut

using Toybox.Application.Properties    as PRP;

//in line:

k = PRP.getValue(k);

but:

1. Properties should exist - sim/other devices read it

2. when I call for not existed property  k = PRP.getValue("k"); in IDE

Error: Unhandled Exception
Exception: Key does not exist in Application Properties

it would be useful to get name of exception in ERA

Parents Comment Children