if by backgound image you meant the tiled frame then it's not supported by CEGUI 0.5
i don't think that changing the one-image background of a FrameWindow is supported either with WindowsLook or TaharezLook, you'll have to modify the existing loooknfeel files to add this feature.
Search found 2 matches
- Mon Feb 12, 2007 11:40
- Forum: Help
- Topic: Dynamically changing a window's frame
- Replies: 2
- Views: 1915
- Fri Jan 26, 2007 12:03
- Forum: Help
- Topic: Dynamically changing a window's frame
- Replies: 2
- Views: 1915
Dynamically changing a window's frame
Hi, I'm trying to adapt an Ogre sample from CEGUI version 0.4 to 0.5 and I'm stuck on a call to StaticText::setFrameImages() like this: StaticText* panel = (StaticText*)WindowManager::getSingleton().createWindow("WindowsLook/StaticText", "Panel 1"); "...