-
-
Notifications
You must be signed in to change notification settings - Fork 198
Description
posted on https://gitter.im/ArduinoMenu/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link by @jamesarm97
I have a SELECT defined with three choices. If it is at the root menu via a SubMenu(selOptions), when I select this I can move between the options and then press Select again to act on it. As I go through the values they change on the LCD real time. If I put the same SubMenu(selOptions) within another submenu I get the menu and can move between options and press Select and it shows the new option, but it doesn't update the screen showing the ones I am moving between until I press Select. If I go through the motions (say it starts at 0) and press the down button 2 times, it will end up on 2 when I press Select but doesn't show 0,1,2 as I press the down arrow. Same menu on root does. I tried expanding the MAXLEVELS but that didn't help. If I change from SELECT to CHOOSE it works ok on either location.