11-14-2012 10:38 PM
In order to have a list item selected and open a new Navigation pane, do I need to alter my QML file or ?
Solved! Go to Solution.
11-15-2012 12:30 AM
If you decide to use QML, it is a simple solution to click and open a Navigation Panel - isTriggered event and nav.push
11-15-2012 01:18 PM
Thanks for the answer, but unfortnuately I made a typo in my question (I feel REALLY stupid)
I meant my XML file, instead of QML.
Sorry for the confusion. ![]()
11-15-2012 01:38 PM
11-15-2012 03:58 PM
So I have my StandardListItem...have the code for onTouch, but am fuzzy for the next part. I have navigationPane.push, but how do I tell it what to open for each list item?
11-15-2012 04:35 PM
11-15-2012 07:24 PM
That would be awesome!
11-17-2012 02:40 PM