Ive spent days trying to debug, Forgot how painful this is with no interactive debugger.
If I insert a row into a tableview with this code:
fileView:insertRow(
{
isCategory = isCategory,
rowHeight = rowHeight,
rowColor = rowColor,
lineColor = lineColor,
params = {thewords = file, selected = false},
}
Then I should be able to access the params in onTouch using this code?
print (event.target.thewords)
event.target.index works.