View Single Post
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#304
Touch interaction with list went little better with following ListView properties:
Code:
ListView {
            id: videoList

            property variant checkList : []
            //property string filterString : ""

            anchors { fill: dimmer; topMargin: 50 }
            boundsBehavior: Flickable.DragOverBounds
//            highlightMoveDuration: 500
//            preferredHighlightBegin: 0
//            preferredHighlightEnd: 100
//            highlightRangeMode: ListView.StrictlyEnforceRange
            cacheBuffer: 1000
            interactive: visibleArea.heightRatio < 1
Now I need to disable highlighting. Or is it reason why moving finger 1-3mm doesn´t move list. I´m trying to just find list behaviour that 1:1 follows my finger.

btw.
If I change PropertyAnimation to e.g. 100 it segfaults really easily. Could it be that app is basically tested quite a lot with desktop pc but with N900 the CPU and download hits the wall quite quickly. Did I see right that currently it loads 1000 pixels ahead thumbs and 15 list items? Is this too much for gprs and slow connections How is it possible to take good wifi connection and slowass gprs connection in count and give good usage experience on both?
__________________
TMO links: [iSpy] - [Power search] - [Most thanked] - [Cordia - Maemo5 UI on top MeeGo Core] - [CommunitySSU]

Last edited by slender; 2011-04-12 at 09:08.