tableView question

Hello,

I have figured out by the examples of how to use the tableView widget which works nice. But now I am trying to do something else with it. I have a page with a scrollView that has a picture and some text. Below it I need to show a tableView which I did. When I scroll down to show the tableView I cannot scroll back up above it. The tableView takes over where it is as high as I can go on the page. Is there any way to just show it and let me still click on the rows without it taking over? Does this makes sense?

Thanks,

Warren

I’m not exactly sure I follow what’s going on.  TableViews and ScrollViews both use masks and there maybe inherent dangers in trying to put one inside the other (both with masks and with touch/tap event propagation).  Maybe a screen shot might help?

Rob

tableView inside a scrollView and vice versa works well in my experimentation. 

I must be doing something wrong. Let me look at it again and I will post the code if needed.

Thanks

Okay I got it working just like I want. But every now and then I get an error when scrolling back to the top:

error2.png

I am using the pro version 2013.12.18. This error is not in my project because I do not use those variables or have that many lines.

Thie error is in the simulator also.

Great to hear you got that working! Suggest using the latest daily build as there were lots of tableView changes recently. I don’t know what the issue that you’re seeing might be. Sorry for not having additional info.

I’m not exactly sure I follow what’s going on.  TableViews and ScrollViews both use masks and there maybe inherent dangers in trying to put one inside the other (both with masks and with touch/tap event propagation).  Maybe a screen shot might help?

Rob

tableView inside a scrollView and vice versa works well in my experimentation. 

I must be doing something wrong. Let me look at it again and I will post the code if needed.

Thanks

Okay I got it working just like I want. But every now and then I get an error when scrolling back to the top:

error2.png

I am using the pro version 2013.12.18. This error is not in my project because I do not use those variables or have that many lines.

Thie error is in the simulator also.

Great to hear you got that working! Suggest using the latest daily build as there were lots of tableView changes recently. I don’t know what the issue that you’re seeing might be. Sorry for not having additional info.