I’m trying to use the tableView library with the ui library and I can’t get them to work together. Basically I want objects that are clickable and able to scroll.
I attached a very simple test project that I made to clearly show the issue. There are a few other libraries included, but that is only to stay consistent with the code I’m using for my game. You can view the code for the scrolling objects under MainMenu.lua. You can see that currently, the objects are scrolling fine. However, if you comment out the newImageRect code and uncomment the ui button code, the objects will fail to scroll. The simulator only gets the touch input for the button and not the drag (scroll).
If anyone could help me out with this issue I would greatly appreciate it.
Thanks,
Garrett