Hello smart people,
i am writing bachelor thesis about garmin configuratable apps and i wanted to know according to (https://forums.garmin.com/forum/deve...o-app-settings) if there is a way to dynamicly change user settings input fields during selection from GC/GE.
At my watchface app.
For example i have two fields where user can select from list how large should be displayed matrix at device so user set matrix X and matrix Y for example 3x3 as maximum.
/*Matrix 3x3*/
1 - 2 - 3
4 - 5 - 6
7 - 8 - 9
Now i have another field where user can specifiead at which position he want to Display TIME again as list(9 positions). So lets say he choose 9 = bottom right. Here i go with problem, if he choose at start matrix 3x2 how i can delete/erase choosable positions from displayed list at user app settings?
/*Matrix 3x2*/ for this matrix he can still choose 9 positions i want just 6.
1 - 2 - 3
4 - 5 - 6
Or is here some better way to do this stuff(wont to use layouts).
community.garmin.com/.../1450196.png