I have a ScrollViewWidget and dynamically inserts images into it using display.newImage() at the same time the user scrolls down in the ScrollView. It works perfectly as long as the user does not lift the finger from the scroll view. The images are smoothly inserted into the ScrollView.
The problem: If the user swipes down in the ScrollView (swipes and *lift* the finger) the ScrollView proceed to work its way down and finally stops. My problem is that as soon as I insert an image in the ScrollView the scrolling motion abruptly stops.
Have anyone seen this? Any workarounds?
Cheers
/Joakim