Hi all,
I’ve got a really cool tableView now, with 2 buttons on each row. These buttons are “tiles” that take up the whole row together (50% display width each).
I want to be able to scroll the tableview up and down, as well as “tap” the buttons.
If I understand correctly, in corona, the underlying tableview should be able to receiving the presses on the buttons… but as soon as my buttons are rendered, I loose the ability to scroll the tableView.
I’ve tried using button widgets, with onPress, onEvent, onRelease and none have made any difference.
I tried switching to display.newImageRect instead of buttons, and adding a listener… but still cant do this.
Can anyone help or is this impossible?
I’m guessing the answer lies in “event.phase”
Any help, gratefully appreciated