Yah, I'd been trying to sort out that bug for long enough that anything else 
just wasn't part of my universal view :)

Turned out the problem I was having was related to a ListView inside a 
ScrollView, which causes the position of the cursor to always be zero on 
every iteration. 
Note sure if its a bug, but essentially the list is built from ListVIew's 
onMeasure which arbitrarily sets a hard coded 0 position if onMeasure 
detects a measureSpec it doesn't like (or if the cursor is null, which is 
reasonable).

Anyway, I didn't find it until I gave up and release my brain from its loop 
:)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to