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

Parents
  • 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.

Comment
  • 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.

Children
No Data