[SailfishDevel] Displaying large models in SailfishOS

2013-12-26 Thread Luciano Montanaro
Hi everybody, This is the second problem I realized I have, now that I can test my application on the actual hardware: With a long list of items in the view, it is possible to go so much down the list of items, that accessing the pulley menu becomes difficult. On Harmattan, this problem is

Re: [SailfishDevel] Displaying large models in SailfishOS

2013-12-26 Thread Andrey Kozhevnikov
I solved this in two ways: 1. Put SilicaListView inside SIlicaFlickable. SilicaFlickable { interactive: !listView.flicking pressDelay: 0 PullDownMenu {} PageHeader {} SilicaListView { pressDelay: 0 } } Now i have fixed header and can always pull down menu, and its not intercepting

Re: [SailfishDevel] Displaying large models in SailfishOS

2013-12-26 Thread Kari Pihkala
I'm also facing the pulley menu problem with long lists in my app. Could we go the browser way and have some sort of a standard situation and show menu activation button when e.g. user scrolls up a little? The browser works this way. However, it has a small delay before it displays it. Slow