Here's what little I have so far:
Code: Select all
local pScoreList = tolua.cast(gWindowMgr:getWindow("lbScores"), "CEGUI::Listbox");
local listItem = gWindowMgr:createWindow("WindowsLook/ListboxItem","item1");
pScoreList:addItem(listItem);The second line does not work at all, there's no factory for that type. Do I need one? Or am I way off?
