Acknowledged
CIQQA-3508

[BUG] Application Settings Editor does not update *some* properties when using setting group(s) in Simulator

Using (Edit Persistent Storage > Application Properties)

Editing some settings that are backed by <setting> <group> in the simulator.

Not all values are updated.  There doesn't seem to be an obvious pattern as to which settings will apply, and which never get applied / never change in <Application Settings?

Example:

1. Set all boolean toggles to true - all looks good.  The toggles agree with the underlying settings properties, code reads same values:

Before


2. Set all boolean toggles to FALSE . Some of the underlying settings properties have not been updated.  The running code confirms some settings have not been written:

After Saving Settings

Note: to ensure UI values update immediately: Hit Save on App Settings Editor; Ensure Simulator DisplayMode is High Power; Hit Refesh on the Memory Window

The source code for the fully working watchface exhibiting this issue can be found here:  

https://github.com/blueacorn/Infocal

Thanks Slight smile