I noticed that now, I had another error which crashed my program instead, but I got it all working now.
Thanks!
Search found 6 matches
- Sat May 27, 2006 22:42
- Forum: Modifications / Integrations / Customisations
- Topic: MultiColumnList selection color
- Replies: 2
- Views: 1878
- Sat May 27, 2006 18:11
- Forum: Modifications / Integrations / Customisations
- Topic: MultiColumnList selection color
- Replies: 2
- Views: 1878
MultiColumnList selection color
I've read how make a listbox mark the selected item in another color but how do I make the MultiColumnList mark the row I selected?
- Wed May 17, 2006 17:21
- Forum: Modifications / Integrations / Customisations
- Topic: Unload and reload CEGUI
- Replies: 3
- Views: 2290
- Wed May 17, 2006 13:20
- Forum: Modifications / Integrations / Customisations
- Topic: Unload and reload CEGUI
- Replies: 3
- Views: 2290
Unload and reload CEGUI
I need to unload CEGUI completley and reload it at a later stage in my application. But when I load it the second time it crashes at this: CEGUI::SchemeManager::getSingletonPtr()->loadScheme((CEGUI::utf8*)"TaharezLook.scheme"); I think I unload everything correctly ...
- Fri May 12, 2006 10:29
- Forum: Help
- Topic: [SOLVED] Custom images for PushButtons
- Replies: 2
- Views: 3517
- Wed May 10, 2006 12:27
- Forum: Help
- Topic: [SOLVED] Custom images for PushButtons
- Replies: 2
- Views: 3517
[SOLVED] Custom images for PushButtons
I've been reading the tutorials and searched the forums for this, but I cant find anything that works. This is the code I'm using: CEGUI::Texture* texturePtr = CEGUI::System::getSingletonPtr()->getRenderer()->createTexture("menubuttons.jpg","Data/Media/Menu"...