I have a navbar at the top of a screen with a listview using tableview.lua. The problem is that, even in the sample code for the listview samples, you can click on the navbar, and the capture phase will not end at the navbar, but instead continues all the way to the listview. This makes it so that, as soon as you scroll the list underneath the navbar, any click on the navbar captures the click on the list item instead of on the navbar buttons. I’ve tried to add the navbar group back to the maingroup on the handler, but that doesn’t seem to work (visually, it’s still on top, anyway). I also tried returning true when the navbar button was clicked to end the capture phase, but that didn’t work, either.
I want to be able to go from one listview to another (drill-down type of application), but that’s a problem right now as you can’t scroll the list and then access the navbar. Any ideas?
[import]uid: 19999 topic_id: 18636 reply_id: 318636[/import]
[import]uid: 41884 topic_id: 18636 reply_id: 73252[/import]