[SOLVED]listview-highlight on n950
QML and Qt Quick
1
Posts
1
Posters
1.0k
Views
1
Watching
-
I tryed this example
http://doc.qt.nokia.com/4.7-snapshot/declarative-modelviews-listview-highlight-qml.html
but highlight is correct only if i use keyboard, with touch do nothing. Is it n950 problem or is a qml bug?I solved added ListView.currentIndex = index whe touch list item.