ComboBox with >6 menuItems does not trigger onClicked
I"m trying to make my first app, and one of the things i need is a comboBox with 7 menuItems. I noteced that whenever i choose a menu item when the programs runs it does not trigger the onClicked event (checked with console.log("clicked !") ). When i remove one option, no matter which one, it works as expected. GUI-wise there seems to be a big difference: up to 6 items are displayed as a menu on the current page, with 7 and more it creates a new page on the pagestack.
Do i have to do something special to get onClicked events with 7 or more menuItems ?
Not an answer since I'm not a developer, but I read UI guidelines and in general I think that more than 3 entries is too much. It gets difficult to swipe down. Why don't you put 3 entries on top and 3 on bottom? Maybe you can group them by feature.
magullo ( 2014-05-31 19:57:37 +0200 )editI know the UI guidelines say i should avoid this, but in my case i need to stick to a standard and the standard offers 7 choices. My question is not about the menu on the top or bottom of the screen but about the "ComboBox" element which you can see for example in the settings, sounds and feedback, and then the vibration setting.
pa4wdh ( 2014-05-31 20:11:21 +0200 )edit