Hello,
New to Corona and trying to follow some of the examples and write some test apps. I searched the forums and couldn’t find an answer to this one.
Using the ListView apps in the sample code of the SDK, and version 1.7 of the TableView library (tableView.lua), I put together an app with two list views, clicking on an item in the first list brings up the second list. This is where I run into a problem.
No matter what I try, I can only get ONE of the two lists to scroll. It’s always the second one created in the code. If I reverse their declarations, the other one scrolls. At first I thought it required two variable declarations so tried something like this:
local tblView1 = require(“tableView”)
local tblView2 = require(“tableView”)
and used those, but still only the one table will scroll. Is this a limitation of the tableView code that I should try and change or a limitation of the Android OS? Anyone successfully put two or more lists in an application and have them scroll okay?
[import]uid: 47399 topic_id: 8304 reply_id: 308304[/import]
