Code: Select all
14/02/2011 11:54:52 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
14/02/2011 11:54:52 (Std) + Crazy Eddie's GUI System - Event log +
14/02/2011 11:54:52 (Std) + (http://www.cegui.org.uk/) +
14/02/2011 11:54:52 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
14/02/2011 11:54:52 (Std) CEGUI::Logger singleton created. (03B05D30)
14/02/2011 11:54:52 (Std)
14/02/2011 11:54:52 (Std) ********************************************************************************
14/02/2011 11:54:52 (Std) * Important: *
14/02/2011 11:54:52 (Std) * To get support at the CEGUI forums, you must post _at least_ the section *
14/02/2011 11:54:52 (Std) * of this log file indicated below. Failure to do this will result in no *
14/02/2011 11:54:52 (Std) * support being given; please do not waste our time. *
14/02/2011 11:54:52 (Std) ********************************************************************************
14/02/2011 11:54:52 (Std) ********************************************************************************
14/02/2011 11:54:52 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
14/02/2011 11:54:52 (Std) ********************************************************************************
14/02/2011 11:54:52 (Std) ---- Version 0.7.5 (Build: Jan 6 2011 Debug Microsoft Windows MSVC++ 9.0 32 bit) ----
14/02/2011 11:54:52 (Std) ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
14/02/2011 11:54:52 (Std) ---- XML Parser module is: CEGUI::RapidXMLParser - Official RapidXML based parser module for CEGUI ----
14/02/2011 11:54:52 (Std) ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
14/02/2011 11:54:52 (Std) ---- Scripting module is: None ----
14/02/2011 11:54:52 (Std) ********************************************************************************
14/02/2011 11:54:52 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
14/02/2011 11:54:52 (Std) ********************************************************************************
I'm using the old style RenderQueueListener approach for rendering my gui elements, however I've just come across an issue whereby if I set a unique renderqueue for the CEGUI stuff, it fails to render because that renderqueue doesn't get added to OGRE's list of 'active' renderqueues.
How do I get my CEGUI-only renderqueue to become active?
I tried calling System::renderGUI() after initialising but that didn't make any difference, is addRenderable() the key to activating renderqueue's in OGRE?
Thanks,