Acknowledged

bug with settings in datafiled

1. When getSettingsView() returns [v, d] 

where

- v extends UII.Menu2

- d extends UII.Menu2InputDelegate

sim shows menu inside last DF

2. on my f7 14.36 there is problem to show 2 CIQ DFs (especially when I want to change type of DF),

- list of CIQ DF

-- is empty

-- showing only first selected CIQ DF

-- selecting stopper after pressing down

-- ...

- when system shows question about settings start button doesn't work

  • 1.

    - yes, when there is only one df's layout it's ok (like on first 2 screenshots)

    - but... when I use simple data field example is ok

    but example uses menu2 indirectly:

    public function getSettingsView() as Array<Views or InputDelegates>?

    {

    return [new $.DataFieldSettingsView(), new $.DataFieldSettingsDelegate()] as Array<Views or InputDelegates>;

    }

    class DataFieldSettingsView extends WatchUi.View

    class DataFieldSettingsDelegate extends WatchUi.BehaviorDelegate

    2.The problem with ciq df is e.g. in f6/f7

    - usually the first time you choose ciq df  there is no problem

    - but if you want to change something it's impossible - usually you have to remove all cig dfs then exit form page and start from beginning (yes, I know there is the limit of ciq dfs)

    -symptoms are different: ciq menu is empty, you choose one ciq dfs watch shows different etc.

  • The first issue might be due a limitation of the simulator. You're probably aware that the sim can display all supported layouts, but it doesn't really understand that each of the fields in the layout is unique—it displays the running app in each of the data field areas of the layout. I suspect this works fine if you're using a one-field layout. I'll report it and see what we can do.

    The second issue I'm not entirely clear about. Is the problem that you can't select more than one CIQ data field to display in your layout on the device?