I am converting to Graphics 2.0 and running into the following with all my tableView objects
Seems like something that should not be possible in the widget code … the variable separatorRightPadding is not initialized … seems like no matter what i am doing that should not be possible. (see error below)
The error gets tossed when i insert a row into my TableView.
That code looks like:
self.tableView:insertRow{ rowHeight=100, isCategory=false, rowColor={ default={ 1, 1, 1 }, over={ 1, 0.5, 0, 0.2 } }, lineColor={0, 0, 0, 128} }
Anyone else seen this? Using the latest daily 2183
ps … i do not have the variable ‘separatorRightPadding’ in my code anywhere.
?:0: attempt to perform arithmetic on field 'separatorRightPadding' (a nil value) message stack traceback: ?: in function \<?:218\> [C]: ? ?: in function '\_createRow' ?: in function \<?:1116\> (tail call): ? /Users/marcslack/Library/Application Support/luaglider2/dev/ProjectBuilds/ArcherZUpshot(Builds)/ArcherZUpshot(ArcherZUpshot Build)/ArcherZUpshot/sceneListEvents.lua:440: in function 'renderEventList' /Users/marcslack/Library/Application Support/luaglider2/dev/ProjectBuilds/ArcherZUpshot(Builds)/ArcherZUpshot(ArcherZUpshot Build)/ArcherZUpshot/sceneListEvents.lua:464: in function 'willEnterScene' /Users/marcslack/Library/Application