TableView with scrollView inside some rows -> scrollViews prevent scrolling

hi,

ive encountered a problem and couldnt find a solution yet.

i have a tableView widget and inside some of the tableViews rows are scrollViews. (the scrollViews are only scrolling horizontally, vertical scrolling is disabled. the tableView, of course, is scrolling vertically).

the problem now is that the scrollviews in some rows prevent the scrolling of the tableview itself. it catches the tap/touch event listener i guess… i know that you would normally just do the “return true;” trick, but it doesnt really work with scrollViews, does it?

hope somebody has a workaround or a fix…

thanks! [import]uid: 42936 topic_id: 33551 reply_id: 333551[/import]

As of now, scrollViews inside tableViews are not really compatible with each other because of the way they are using touch events. The team is working on remaking scrollViews, tableViews, buttons, pickerWheels etc from scratch with the new widget framework. See: http://www.coronalabs.com/blog/2012/11/06/new-widgets-part-1/

We can’t provide an exact date when this is going to be completed, however we are working on getting this in your hands asap. [import]uid: 199310 topic_id: 33551 reply_id: 133367[/import]

all right, thanks! [import]uid: 42936 topic_id: 33551 reply_id: 133373[/import]

As of now, scrollViews inside tableViews are not really compatible with each other because of the way they are using touch events. The team is working on remaking scrollViews, tableViews, buttons, pickerWheels etc from scratch with the new widget framework. See: http://www.coronalabs.com/blog/2012/11/06/new-widgets-part-1/

We can’t provide an exact date when this is going to be completed, however we are working on getting this in your hands asap. [import]uid: 199310 topic_id: 33551 reply_id: 133367[/import]

all right, thanks! [import]uid: 42936 topic_id: 33551 reply_id: 133373[/import]