I’m currently building an app that uses tableView widgets inside a single scrollView widget.
All my buttons work fine inside the scrollView, however the tableView objects get stuck in the “press” phase when clicking it. I had the same problem for my buttons, but a simple “return true” statement released the “press” phase.
This doesn’t work for the tableView though, and as soon as you click it, it gets ‘stuck’. I tried setting the focus on the tableView, but I’m getting the error that I have a bad #-2 argument (proxy expected, got nil)
Any suggestions? [import]uid: 86582 topic_id: 28299 reply_id: 328299[/import]