Search found 4 matches

by killzone721
Tue Aug 15, 2006 23:14
Forum: Help
Topic: Problem with Listbox
Replies: 8
Views: 6692

Thanks to all for helping me, it was that silly mistake, one more question how do you edit the looknfeel file. I tried by changing the file type to txt file, however it seems that txt file is not designed to read the looknfeel format, what should i do?
by killzone721
Tue Aug 15, 2006 20:13
Forum: Help
Topic: Problem with Listbox
Replies: 8
Views: 6692

ok it compiles now, thanks to you but it doesn't show............................ :S My code: CEGUI::Combobox* objectComboBox = (CEGUI::Combobox*)CEGUI::WindowManager::getSingleton().createWindow("TaharezLook/Combobox", (CEGUI::utf8*)"VideoListBox"); objectComboBox->addItem(new C...
by killzone721
Tue Aug 15, 2006 18:55
Forum: Help
Topic: Problem with Listbox
Replies: 8
Views: 6692

Ok so i remoeved the xml file and created my own window, however it still crashes ......... :S My code: CEGUI::Listbox* TexFilter = (CEGUI::Listbox*)CEGUI::WindowManager::getSingleton().createWindow("TaharezLook/ListBar", (CEGUI::utf8*)"VideoListBox"); TexFilter->addItem(new CEGU...
by killzone721
Tue Aug 15, 2006 16:36
Forum: Help
Topic: Problem with Listbox
Replies: 8
Views: 6692

Problem with Listbox

I don't know what happenning, but when i create a listbox, it crashes :( My code: [code] CEGUI::Listbox* work= (CEGUI::Listbox*)CEGUI::WindowManager::getSingleton().getWindow("ChatWindow/ListBox"); CEGUI::ListboxTextItem *listboxitem = new CEGUI::ListboxTextItem("MessageToDisplay"...

Go to advanced search