We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-05-31 18:34:37 +0200 |
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 ?
2 | No.2 Revision |
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 ?
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 ?
4 | retagged |
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 ?