Hi,
Im hoping Im not the only one whos been trying something like this and even more so I hope theres a solution for it: Ive been trying to get a ContextMenu inside the PullDownMenu with code like this: PullDownMenu { MenuItem { ComboBox { width: page.width label: "Kampus: " menu: ContextMenu { id: menu Repeater { model: ["Kaikki", "Otaniemi", "Töölö", "Arabia", "Kumpula", "Keskusta", "Kallio", "Viikki"] MenuItem { text: modelData onClicked: { kampus = modelData } } } } } } Buut, it doesnt do anything when selected, another thing I did was try to replace the MenuItem with the ComboBox straight, but of course that didnt do squat. Ive also tried to insert the ContextMenu straight to the MenuItem buuut that keeps telling me I cant (surprise). So, any pointers/tips/solutions? -- Lauri Lavanti laurilava...@gmail.com --- avast! Antivirus käynnissä, joten tässä sähköpostiviestissä ei ole viruksia tai haittaohjelmia. http://www.avast.com
_______________________________________________ SailfishOS.org Devel mailing list