Search found 3 matches
- Fri Aug 19, 2016 10:42
- Forum: Help
- Topic: Listbox doesn't highlight the selected item
- Replies: 6
- Views: 6344
Re: Listbox doesn't highlight the selected item
Great! So the code is more clear and simple..Thank you very much 
- Thu Aug 18, 2016 11:46
- Forum: Help
- Topic: Listbox doesn't highlight the selected item
- Replies: 6
- Views: 6344
Re: Listbox doesn't highlight the selected item
Ok thank you, I fix it. If someone has the same problem.. I create a new ImageSet which contain a very basilar imageSet element, <Imageset autoScaled="true" imagefile="Immagine.png" name="Sfondi" nativeHorzRes="800" nativeVertRes="600" version="...
- Tue Aug 09, 2016 08:59
- Forum: Help
- Topic: Listbox doesn't highlight the selected item
- Replies: 6
- Views: 6344
Listbox doesn't highlight the selected item
Hi, I create a listbox and I add some items: Listbox*listbox = static_cast<CEGUI::Listbox*>(CEGUI::WindowManager::getSingleton().createWindow("TaharezLook/Listbox", "levels listbox")); CEGUI::ListboxTextItem*item = new CEGUI::ListboxTextItem("text"); listbox->addItem(it...