ScrollView still disables bottom nav

Hi, I thought this issue was resolved from reading various forum threads but I am still having this problem.

The scrollView blocks/disables the touch events of my bottom navigation (3 buttons). These buttons are below the scrollView. The scrollView seems to be bleeding out of the bounds I have set. The buttons only work when you scroll to the bottom of the scrollView. TableViews do not have this problem.

I am using stable release 840. If this has been resolved already, I would love to know!

Thanks,
Perry [import]uid: 44435 topic_id: 30064 reply_id: 330064[/import]

can you put the buttons above the scroll view instead? [import]uid: 122310 topic_id: 30064 reply_id: 120395[/import]

Hi, thank you for the reply. I have a header up top and the buttons are on the bottom on the footer.

But actually… After much searching I finally found the answer on a forum from a little while ago for anyone who is interested:

http://developer.coronalabs.com/forum/2012/03/26/scrollview-prevent-scrolling-when-touch-originates-outside-mask

This is the critical part, and then just messing with the group.y position that contains the scrollView.

myScrollView.isHitTestMasked = true

Thanks,
Perry [import]uid: 44435 topic_id: 30064 reply_id: 120399[/import]

can you put the buttons above the scroll view instead? [import]uid: 122310 topic_id: 30064 reply_id: 120395[/import]

Hi, thank you for the reply. I have a header up top and the buttons are on the bottom on the footer.

But actually… After much searching I finally found the answer on a forum from a little while ago for anyone who is interested:

http://developer.coronalabs.com/forum/2012/03/26/scrollview-prevent-scrolling-when-touch-originates-outside-mask

This is the critical part, and then just messing with the group.y position that contains the scrollView.

myScrollView.isHitTestMasked = true

Thanks,
Perry [import]uid: 44435 topic_id: 30064 reply_id: 120399[/import]