Hi Rob,
The codes as follows
–Text to show which item we selected
local itemSelected = display.newText( “You selected”, 0, 0, native.systemFontBold, 24 )
itemSelected:setFillColor( 0 )
itemSelected.x = display.contentWidth + itemSelected.contentWidth * 0.5
itemSelected.y = display.contentCenterY
widgetGroup:insert( itemSelected )
FYI, I just download the earlier collapsingTableView.zip, unzipped it and run main.lua.
The error “main.lua:66: attempt to call method ‘setFillColor’ (a nil value)” pops up instanteously upon running main.lua
No modification of codes are done.
I’m using corona 2013.1137 (2013.6.7)
Thank you in advance
regards,
Mok