Search found 6 matches

by eXt
Sat May 27, 2006 22:42
Forum: Modifications / Integrations / Customisations
Topic: MultiColumnList selection color
Replies: 2
Views: 1878

I noticed that now, I had another error which crashed my program instead, but I got it all working now.

Thanks!
by eXt
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?
by eXt
Wed May 17, 2006 17:21
Forum: Modifications / Integrations / Customisations
Topic: Unload and reload CEGUI
Replies: 3
Views: 2290

I get an exception when deleting CEGUI like that:

"WindowFactoryManager::getFactory - A WindowFactory object, an alias, or mapping for 'TaharezLook/StaticImage' Window objects is not registered with the system."

Should I free the windows myself before I delete them or not?
by eXt
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 ...
by eXt
Fri May 12, 2006 10:29
Forum: Help
Topic: [SOLVED] Custom images for PushButtons
Replies: 2
Views: 3517

That is able to set the image but it seems the image isn't scaled to fit or something. It reads only the first pixel of the image. I think "setCustomImageryAutoSized(true)" should fix this but it doesn't. EDIT: Solved it, when defining the images in the imageset I shold specify coordinates...
by eXt
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"&#...

Go to advanced search