Hi, i am trying to follow this example: http://blog.anscamobile.com/2010/09/create-scrolling-list-views-with-text-and-graphics-in-coronasdk-ios-android-tutorial/ the first part is where im getting the problem:
My main.lua file looks like this:
[code]tableView = require(“tableView”)
local myList = tableView.newList{ }
local data = {
“Hot Coffee”,
“Iced Coffee”,
“Espresso”,
“Cappuccino”,
“Latte”,
“Americano”
}[/code]
and the error i seem to be getting is:
/Users//Desktop/List View App/tableView.lua:278: attempt to get length of local ‘data’ (a nil value)
stack traceback:
[C]: ?
/Users//Desktop/List View App/tableView.lua:278: in function 'newList’
the tableView.lua is within the same directory as my main.lua file…seems like such a easy tutorial but i cant even get past the first hurdle 
cheers [import]uid: 34863 topic_id: 22629 reply_id: 322629[/import]