Search found 1 match
- Thu Aug 29, 2013 20:11
- Forum: Help
- Topic: Strange ItemListbox behaviour
- Replies: 0
- Views: 9964
Strange ItemListbox behaviour
Hi, i am new CEGUI user and i have a problem, look at this code: CEGUI::Window* root = windowMgr->createWindow("DefaultWindow", "Root"); CEGUI::System::getSingletonPtr()->getDefaultGUIContext().setRootWindow(root); CEGUI::ItemListbox* list = (CEGUI::ItemListbox*)windowMgr->create...