[SailfishDevel] SilicaListView searchfield looses focus on search

2018-03-12 Thread Jesper Schmitz Mouridsen
Hi list. I'm making a searchable (play)list for vlc-remote's playlist https://github.com/jsm222/harbour-vlc-remote/tree/cpp-playlist At the moment I'm using a timer to regain focus on the SearchField in the header, since it looses focus on every single char input. (After the search result)

Re: [SailfishDevel] SilicaListView searchfield looses focus on search

2018-03-12 Thread Jesper Schmitz Mouridsen
{ id: listView model:listModel.proxyModel anchors.fill: parent currentIndex: -1 // otherwise currentItem will steal focus // ... } ``` Lukas Thanks that works :-) Dne pondělí 12. března 2018 12:11:10 CET Jesper Schmitz Mouridsen napsal(a): Hi list. I&#