Recently I have felt the urge to create a footer in my FrameWindow. The problem is, that I don't want all my FrameWindows to contain a footer but only some of them and I wonder if I can somehow specify in my lookNFeel new NamedArea and ImagerySection for it when the window contains a footer. Then I would like to decide if given FrameWindow should have a footer in my code using something like this CEGUI::FrameWindow::setProperty("ContainsFooter", "TRUE");. Is that possible?
CEGUI.log
Code: Select all
20/01/2013 18:20:08 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
20/01/2013 18:20:08 (Std) ********************************************************************************
20/01/2013 18:20:08 (Std) ---- Version 0.7.8 (Build: Dec 24 2012 Microsoft Windows MSVC++ 9.0 32 bit) ----
20/01/2013 18:20:08 (Std) ---- Renderer module is: CEGUI::Direct3D9Renderer - Official Direct3D 9 based 2nd generation renderer module. ----
20/01/2013 18:20:08 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
20/01/2013 18:20:08 (Std) ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
20/01/2013 18:20:08 (Std) ---- Scripting module is: None ----
20/01/2013 18:20:08 (Std) ********************************************************************************
20/01/2013 18:20:08 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *