Multiple windows with Ogre3D and CEGUI

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

User avatar
pawn
Just popping in
Just popping in
Posts: 10
Joined: Tue Aug 05, 2014 08:59

Multiple windows with Ogre3D and CEGUI

Postby pawn » Tue Aug 05, 2014 10:21

Hello,
I'm a new user.
I'm trying to develop an application using two windows, the Ogre part seems to work as I create two separate windows and assign to each of them a viewport and a camera. The problem is that I want to display on each of them some CEGUI windows, to do that I assign to each of them a cegui context in the following way:

Code: Select all

    m_pGUIRenderer = &CEGUI::OgreRenderer::create(*m_pRenderWnd[0]);
    CEGUI::OgreWindowTarget *trgt = new CEGUI::OgreWindowTarget(*m_pGUIRenderer,*Ogre::Root::getSingletonPtr()->getRenderSystem(),*m_pRenderWnd[1]);

    CEGUI::ResourceProvider& rerProv = (CEGUI::ResourceProvider&)CEGUI::OgreRenderer::createOgreResourceProvider();
    CEGUI::ImageCodec& imgCod = (CEGUI::ImageCodec&)CEGUI::OgreRenderer:: createOgreImageCodec();
    CEGUI::System::create((CEGUI::Renderer&)*m_pGUIRenderer, &rerProv, static_cast<CEGUI::XMLParser*>(0), &imgCod);

    m_pGUIContext.push_back(&CEGUI::System::getSingletonPtr()->getDefaultGUIContext());
    m_pGUIContext.push_back(&CEGUI::System::getSingletonPtr()->createGUIContext(*trgt));


where m_pRenderWnd is a vector which contains Ogre::RenderWindow*.
The problem is that when I put something in the second guicontext it does not seem to render correctly, i.e. alpha channel seem to be 1.0 everywhere. In the following image I tried to put in each context the same window (cloned)
Image
Here my cegui log:

Code: Select all

05/08/2014 11:50:18 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
05/08/2014 11:50:18 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
05/08/2014 11:50:18 (Std)    +                          (http://www.cegui.org.uk/)                         +
05/08/2014 11:50:18 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

05/08/2014 11:50:18 (Std)    CEGUI::Logger singleton created. (0x142a9a0)
05/08/2014 11:50:18 (Std)    
05/08/2014 11:50:18 (Std)    ********************************************************************************
05/08/2014 11:50:18 (Std)    * Important:                                                                   *
05/08/2014 11:50:18 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
05/08/2014 11:50:18 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
05/08/2014 11:50:18 (Std)    *     support being given; please do not waste our time.                       *
05/08/2014 11:50:18 (Std)    ********************************************************************************
05/08/2014 11:50:18 (Std)    ********************************************************************************
05/08/2014 11:50:18 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
05/08/2014 11:50:18 (Std)    ********************************************************************************
05/08/2014 11:50:18 (Std)    ---- Version: 0.8.4 (Build: Jul  9 2014 GNU/Linux g++ 4.9.0 20140604 (prerelease) 64 bit) ----
05/08/2014 11:50:18 (Std)    ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
05/08/2014 11:50:18 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
05/08/2014 11:50:18 (Std)    ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
05/08/2014 11:50:18 (Std)    ---- Scripting module is: None ----
05/08/2014 11:50:18 (Std)    ********************************************************************************
05/08/2014 11:50:18 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
05/08/2014 11:50:18 (Std)    ********************************************************************************
05/08/2014 11:50:18 (Std)    
05/08/2014 11:50:18 (Std)    ---- Begining CEGUI System initialisation ----
05/08/2014 11:50:18 (Std)    [CEGUI::ImageManager] Singleton created (0x1429110)
05/08/2014 11:50:18 (Std)    [CEGUI::ImageManager] Registered Image type: BasicImage
05/08/2014 11:50:18 (Std)    CEGUI::FontManager singleton created. (0x1429400)
05/08/2014 11:50:18 (Std)    CEGUI::WindowFactoryManager singleton created
05/08/2014 11:50:18 (Std)    CEGUI::WindowManager singleton created (0x14298e0)
05/08/2014 11:50:18 (Std)    CEGUI::SchemeManager singleton created. (0x1428640)
05/08/2014 11:50:18 (Std)    CEGUI::GlobalEventSet singleton created. (0x13f5ae0)
05/08/2014 11:50:18 (Std)    CEGUI::AnimationManager singleton created (0x1428770)
05/08/2014 11:50:18 (Std)    CEGUI::WidgetLookManager singleton created. (0x142e8c0)
05/08/2014 11:50:18 (Std)    CEGUI::WindowRendererManager singleton created (0x1428e10)
05/08/2014 11:50:18 (Std)    CEGUI::RenderEffectManager singleton created (0x1429660)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'DefaultWindow' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'DefaultWindow' windows added. (0x141fb40)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'DragContainer' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'DragContainer' windows added. (0x13f58d0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'ScrolledContainer' windows added. (0x141fdc0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'ClippedContainer' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'ClippedContainer' windows added. (0x141ff60)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (0x1420100)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (0x14202a0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (0x1420440)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (0x14205e0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (0x1420780)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (0x1420920)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (0x1420ac0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (0x1420c60)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (0x1420e00)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (0x1420fa0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (0x1421140)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (0x14212e0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (0x1421480)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (0x1421730)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (0x14218d0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (0x1421a70)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (0x1421c10)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (0x1421db0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (0x1421f50)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (0x14220f0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (0x1422290)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (0x1422430)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (0x14225d0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (0x1422770)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/ToggleButton' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/ToggleButton' windows added. (0x1422910)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (0x1422ab0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (0x1422c50)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (0x1422df0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (0x1422f90)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'LayoutCell' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'LayoutCell' windows added. (0x1421620)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (0x1423420)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (0x14235c0)
05/08/2014 11:50:18 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
05/08/2014 11:50:18 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (0x1423760)
05/08/2014 11:50:18 (Std)    CEGUI::System singleton created. (0x1429e20)
05/08/2014 11:50:18 (Std)    ---- CEGUI System initialisation completed ----
05/08/2014 11:50:18 (Std)    
05/08/2014 11:50:18 (Std)    Started creation of Scheme from XML specification:
05/08/2014 11:50:18 (Std)    ---- CEGUI GUIScheme name: TaharezLook
05/08/2014 11:50:18 (Std)    [ImageManager] Started creation of Imageset from XML specification:
05/08/2014 11:50:18 (Std)    [ImageManager] ---- CEGUI Imageset name: TaharezLook
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture file: TaharezLook.png
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture resource group: (Default)
05/08/2014 11:50:18 (Std)    [OgreRenderer] Created texture: TaharezLook
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ClientBrush' (0x143ded0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/GenericBrush' (0x143e1a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/WindowLeftEdge' (0x143e9f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/WindowRightEdge' (0x143ec80) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopEdge' (0x1427100) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomEdge' (0x1425bc0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopLeft' (0x143e860) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopRight' (0x143ee90) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomLeft' (0x143f0a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomRight' (0x143f2b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftNormal' (0x143f4c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleNormal' (0x14274a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightNormal' (0x14276b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftPushed' (0x142fe00) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddlePushed' (0x1430010) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightPushed' (0x1430220) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftHighlight' (0x1430430) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleHighlight' (0x1430640) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightHighlight' (0x1430850) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxNormal' (0x1430a60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxHover' (0x1430c70) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxMark' (0x1430e80) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonNormal' (0x1431090) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonHover' (0x14312a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonMark' (0x14314b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarLeft' (0x14316c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarMiddle' (0x14318d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarRight' (0x1431ae0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarLeft' (0x1431cf0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarMiddle' (0x143e6d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarRight' (0x1432a40) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/SysAreaMiddle' (0x1432c50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/SysAreaRight' (0x1432e60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticLeft' (0x1433070) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticRight' (0x1433280) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTop' (0x1433490) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottom' (0x14336a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTopLeft' (0x14338b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTopRight' (0x1433ac0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottomLeft' (0x1433cd0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottomRight' (0x1433ee0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBackdrop' (0x14340f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarLeft' (0x1434300) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarMiddle' (0x1434510) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarRight' (0x1434720) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarDimSegment' (0x1434930) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarLitSegment' (0x1434c60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxLeft' (0x1434f90) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxMiddle' (0x14351a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxRight' (0x14353b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxCaret' (0x14355c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerUpNormal' (0x14357d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerDownNormal' (0x14359e0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerUpHover' (0x1435bf0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerDownHover' (0x1435e00) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TextSelectionBrush' (0x1436010) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollTop' (0x1436220) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollMiddle' (0x1436430) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollBottom' (0x1436640) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollBarSegment' (0x1436850) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollThumbNormal' (0x1436b80) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollThumbHover' (0x1436eb0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollUpNormal' (0x14371e0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollDownNormal' (0x14373f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollUpHover' (0x1437720) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollDownHover' (0x1437930) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollBarSegment' (0x1437cd0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbNormal' (0x1437fd0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbTopNormal' (0x1438550) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbMiddleNormal' (0x143dd40) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbBottomNormal' (0x1455a10) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbTopHover' (0x1455e60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbMiddleHover' (0x1456280) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbBottomHover' (0x1456610) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbHover' (0x14569a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollUpNormal' (0x1456cf0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollDownNormal' (0x1457040) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollUpHover' (0x1457390) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollDownHover' (0x14576c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderBody' (0x1457a10) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderThumbNormal' (0x1457c20) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderThumbHover' (0x1457f50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollBarSegment' (0x1458280) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbNormal' (0x14585d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbLeftNormal' (0x1458920) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbMiddleNormal' (0x1458d40) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbRightNormal' (0x14590d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbHover' (0x1459460) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbLeftHover' (0x14597b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbMiddleHover' (0x1459b20) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbRightHover' (0x1459eb0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollLeftNormal' (0x145a220) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollRightNormal' (0x145a570) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollLeftHover' (0x145a8c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollRightHover' (0x145ac10) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxLeft' (0x145af60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxRight' (0x145b170) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTop' (0x145b380) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottom' (0x145b590) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTopLeft' (0x145b7a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTopRight' (0x145b9b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottomLeft' (0x145bbc0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottomRight' (0x145bdd0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBackdrop' (0x145bfe0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxSelectionBrush' (0x145c1f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxEditLeft' (0x145c520) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxEditMiddle' (0x145c730) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListButtonNormal' (0x145c940) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListButtonHover' (0x145cc90) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListLeft' (0x145cfe0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListRight' (0x145d1f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTop' (0x145d400) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottom' (0x145d610) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTopLeft' (0x145d820) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTopRight' (0x145da30) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottomLeft' (0x145dd60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottomRight' (0x145e0b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBackdrop' (0x145e400) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxSelectionBrush' (0x145e730) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerLeft' (0x145ea80) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerMiddle' (0x145ec90) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerRight' (0x145efc0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarBackdropNormal' (0x145f2f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarBackdropHover' (0x145f640) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSplitterNormal' (0x145f990) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSplitterHover' (0x145fce0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSortUp' (0x1460030) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSortDown' (0x1460240) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListLeft' (0x1460450) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListRight' (0x1460660) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTop' (0x1460870) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottom' (0x1460a80) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTopLeft' (0x1460c90) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTopRight' (0x1460ea0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottomLeft' (0x14610b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottomRight' (0x14612c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBackdrop' (0x14615f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListSelectionBrush' (0x1461800) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLeft' (0x1461b50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressMiddle' (0x1461d60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressRight' (0x1461f70) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressQuarter' (0x1462180) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressHalf' (0x1462390) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight1' (0x14625a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight2' (0x14627b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight3' (0x14629c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight4' (0x143f860) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight5' (0x1462d60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight6' (0x14e3000) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight7' (0x14e3210) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight8' (0x14e3420) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight9' (0x14e3630) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight10' (0x14e3840) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonNormal' (0x14e3a50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonHover' (0x14e3c60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonPressed' (0x14e3e70) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonNormal' (0x14e4080) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonHover' (0x14e4290) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonPressed' (0x14e44a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxLeft' (0x14e46b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxRight' (0x14e48c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTop' (0x14e4ad0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottom' (0x14e4ce0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTopLeft' (0x14e50d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTopRight' (0x14e5420) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottomLeft' (0x14e5a90) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottomRight' (0x14e5d50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBackdrop' (0x14e60c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxSelectionBrush' (0x14e65f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MouseTarget' (0x14e6d70) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MouseArrow' (0x143dbb0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MouseMoveCursor' (0x14e72a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNoSoCursor' (0x14e74b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MouseEsWeCursor' (0x14e76c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNeSwCursor' (0x14e78d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNwSeCursor' (0x14e7ae0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MouseTextBar' (0x14e7cf0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabHorizontalFiller' (0x14e6f80) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpperLeft' (0x14e69b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpper' (0x14e7f00) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpperRight' (0x14e8020) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLeft' (0x14e8230) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneRight' (0x14e8440) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLower' (0x14e8650) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLowerLeft' (0x14e8860) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLowerRight' (0x14e8bb0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneMiddle' (0x14e8f00) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollLeftNormal' (0x14e92a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollRightNormal' (0x14e9780) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollLeftHover' (0x14e6460) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollRightHover' (0x14e9d30) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLeftNormal' (0x14ea080) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonRightNormal' (0x14ea290) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperNormal' (0x14ea4a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerNormal' (0x14ea7d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeftNormal' (0x14eac90) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeft2Normal' (0x14eb080) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperRightNormal' (0x14eb3d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerLeftNormal' (0x14eb720) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRightNormal' (0x14eba70) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRight2Normal' (0x14ebf50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonMiddleNormal' (0x143f6d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLeftSelected' (0x14ec460) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonRightSelected' (0x14ec800) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperSelected' (0x14ecb50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerSelected' (0x14ecea0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeftSelected' (0x14ed380) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperRightSelected' (0x14ed7a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerLeftSelected' (0x14edb10) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRightSelected' (0x14ede80) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonMiddleSelected' (0x14ee1f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopLeft' (0x14ee400) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopRight' (0x14ee610) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomLeft' (0x14ee820) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomRight' (0x14eea30) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipLeftEdge' (0x14eec40) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipRightEdge' (0x14eee50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopEdge' (0x14ef060) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomEdge' (0x14ef270) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipMiddle' (0x14ef480) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTopLeft' (0x14ef690) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTopRight' (0x14ef8a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottomLeft' (0x14efab0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottomRight' (0x14efcc0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuLeft' (0x14efed0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuRight' (0x14f00e0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTop' (0x14f02f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottom' (0x14f0500) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/MenuMiddle' (0x14f0710) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTopLeft' (0x14f0920) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTopRight' (0x14f0b30) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottomLeft' (0x14f0f20) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottomRight' (0x14f1270) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameLeft' (0x14f15c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameRight' (0x14f17d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTop' (0x14f19e0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottom' (0x14f1bf0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuMiddle' (0x14f1e00) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuArrowRight' (0x14f2010) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuArrowLeft' (0x14f2220) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TreeListClosed' (0x14f2430) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'TaharezLook/TreeListOpened' (0x14f2640) of type: BasicImage
05/08/2014 11:50:18 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
05/08/2014 11:50:18 (Std)    ===== Look and feel parsing completed =====
05/08/2014 11:50:18 (Std)    No window renderer factories specified for module 'CEGUICoreWindowRendererSet' - adding all available factories...
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Button' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Button' added. (0x1438e50)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Default' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Default' added. (0x1653570)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Editbox' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Editbox' added. (0x1653710)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/FrameWindow' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/FrameWindow' added. (0x1623f60)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/ItemEntry' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/ItemEntry' added. (0x1624100)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/ListHeader' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/ListHeader' added. (0x16242a0)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/ListHeaderSegment' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/ListHeaderSegment' added. (0x16d2b10)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Listbox' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Listbox' added. (0x16d2cb0)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Menubar' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Menubar' added. (0x16d2e50)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/MenuItem' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/MenuItem' added. (0x16d2ff0)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/MultiColumnList' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/MultiColumnList' added. (0x16cf960)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/MultiLineEditbox' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/MultiLineEditbox' added. (0x16cfb00)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/PopupMenu' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/PopupMenu' added. (0x16cfca0)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/ProgressBar' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/ProgressBar' added. (0x16cfe40)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/ScrollablePane' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/ScrollablePane' added. (0x16cffe0)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Scrollbar' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Scrollbar' added. (0x16d3790)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Slider' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Slider' added. (0x16d3930)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Static' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Static' added. (0x16d3be0)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/StaticImage' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/StaticImage' added. (0x16d3d80)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/StaticText' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/StaticText' added. (0x16d3f20)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/TabButton' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/TabButton' added. (0x16d1210)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/TabControl' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/TabControl' added. (0x16d13b0)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Titlebar' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Titlebar' added. (0x16d1550)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/ToggleButton' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/ToggleButton' added. (0x16d16f0)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Tooltip' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Tooltip' added. (0x16d1890)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/ItemListbox' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/ItemListbox' added. (0x16d1a30)
05/08/2014 11:50:18 (Std)    Created WindowRendererFactory for 'Core/Tree' WindowRenderers.
05/08/2014 11:50:18 (Std)    WindowRendererFactory 'Core/Tree' added. (0x16d1bd0)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Label' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Label' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/ToggleButton', window renderer 'Core/ToggleButton' Look'N'Feel 'TaharezLook/Checkbox' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/ImageButton' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Core/ToggleButton' Look'N'Feel 'TaharezLook/RadioButton' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Core/FrameWindow' Look'N'Feel 'TaharezLook/FrameWindow' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Core/Titlebar' Look'N'Feel 'TaharezLook/Titlebar' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'TaharezLook/Editbox' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Core/MultiLineEditbox' Look'N'Feel 'TaharezLook/MultiLineEditbox' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Core/Menubar' Look'N'Feel 'TaharezLook/Menubar' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Core/PopupMenu' Look'N'Feel 'TaharezLook/PopupMenu' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Core/MenuItem' Look'N'Feel 'TaharezLook/MenuItem' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/AltProgressBar' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/ProgressBar' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/VUMeter' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/VerticalScrollbar' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/HorizontalScrollbar' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/VerticalScrollbarThumb' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/LargeVerticalScrollbar' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Core/TabButton' Look'N'Feel 'TaharezLook/TabButton' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Core/TabControl' Look'N'Feel 'TaharezLook/TabControl' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Core/Listbox' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'TaharezLook/ComboEditbox' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Combobox' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Core/Listbox' Look'N'Feel 'TaharezLook/Listbox' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Core/ListHeader' Look'N'Feel 'TaharezLook/ListHeader' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Core/ListHeaderSegment' Look'N'Feel 'TaharezLook/ListHeaderSegment' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Core/MultiColumnList' Look'N'Feel 'TaharezLook/MultiColumnList' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Core/Slider' Look'N'Feel 'TaharezLook/Slider' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/SliderThumb' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Core/ScrollablePane' Look'N'Feel 'TaharezLook/ScrollablePane' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Spinner' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Core/Tooltip' Look'N'Feel 'TaharezLook/Tooltip' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Core/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Core/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Core/ItemListbox' Look'N'Feel 'TaharezLook/ItemListbox' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Core/ItemEntry' Look'N'Feel 'TaharezLook/ListboxItem' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'TaharezLook/Tree' using base type 'CEGUI/Tree', window renderer 'Core/Tree' Look'N'Feel 'TaharezLook/Tree' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Started creation of Scheme from XML specification:
05/08/2014 11:50:18 (Std)    ---- CEGUI GUIScheme name: RamblerLook
05/08/2014 11:50:18 (Std)    [ImageManager] Started creation of Imageset from XML specification:
05/08/2014 11:50:18 (Std)    [ImageManager] ---- CEGUI Imageset name: RamblerLook
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture file: RamblerLook.tga
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture resource group: (Default)
05/08/2014 11:50:18 (Std)    [OgreRenderer] Created texture: RamblerLook
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/MouseArrow' (0x1588950) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonUPLeft' (0x1583370) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonUPMid' (0x1588c50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonUPRight' (0x1588e60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonDOWNLeft' (0x1589070) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonDOWNMid' (0x1589280) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonDOWNRight' (0x1589490) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonPUSHLeft' (0x15896a0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonPUSHMid' (0x15898b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ButtonPUSHRight' (0x1589ac0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/SliderCursor' (0x1589cd0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/WhiteSliderCursor' (0x1589ee0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/SliderBarL' (0x158a0f0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/SliderBarM' (0x158a300) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/SliderBarR' (0x158a510) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/GenericBrush' (0x158a720) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/DarkGrayBrush' (0x158a930) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/LightGrayBrush' (0x158ab40) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/WhiteTraspBrush' (0x158ad50) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/ListboxSelectionBrush' (0x158af60) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'RamblerLook/WindowBottomEdge' (0x158b320) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Started creation of Imageset from XML specification:
05/08/2014 11:50:18 (Std)    [ImageManager] ---- CEGUI Imageset name: AbstractBackground
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture file: danceofthespirits.jpg
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture resource group: (Default)
05/08/2014 11:50:18 (Std)    [OgreRenderer] Created texture: AbstractBackground
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'AbstractBackground/Background' (0x18e75b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Started creation of Imageset from XML specification:
05/08/2014 11:50:18 (Std)    [ImageManager] ---- CEGUI Imageset name: TaharezLook
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture file: TaharezLook.png
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture resource group: (Default)
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing texture: TaharezLook
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ClientBrush
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/GenericBrush
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/WindowLeftEdge
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/WindowRightEdge
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/WindowTopEdge
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/WindowBottomEdge
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/WindowTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/WindowTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/WindowBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/WindowBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonLeftNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonMiddleNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonRightNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonLeftPushed
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonMiddlePushed
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonRightPushed
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonLeftHighlight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonMiddleHighlight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ButtonRightHighlight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/CheckboxNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/CheckboxHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/CheckboxMark
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/RadioButtonNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/RadioButtonHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/RadioButtonMark
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TitlebarLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TitlebarMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TitlebarRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/NewTitlebarLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/NewTitlebarMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/NewTitlebarRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/SysAreaMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/SysAreaRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticTop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticBottom
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/StaticBackdrop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ProgressBarLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ProgressBarMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ProgressBarRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ProgressBarDimSegment
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ProgressBarLitSegment
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/EditBoxLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/EditBoxMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/EditBoxRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/EditBoxCaret
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/SpinnerUpNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/SpinnerDownNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/SpinnerUpHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/SpinnerDownHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TextSelectionBrush
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollTop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollBottom
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollBarSegment
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollThumbNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollThumbHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollUpNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollDownNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollUpHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertScrollDownHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollBarSegment
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollThumbNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollThumbTopNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollThumbMiddleNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollThumbBottomNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollThumbTopHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollThumbMiddleHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollThumbBottomHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollThumbHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollUpNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollDownNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollUpHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniVertScrollDownHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertSliderBody
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertSliderThumbNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/VertSliderThumbHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollBarSegment
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollThumbNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollThumbLeftNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollThumbMiddleNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollThumbRightNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollThumbHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollThumbLeftHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollThumbMiddleHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollThumbRightHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollLeftNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollRightNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollLeftHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MiniHorzScrollRightHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxTop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxBottom
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxBackdrop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ListboxSelectionBrush
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxEditLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxEditMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListButtonNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListButtonHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListTop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListBottom
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxListBackdrop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxSelectionBrush
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxDividerLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxDividerMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/ComboboxDividerRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/HeaderBarBackdropNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/HeaderBarBackdropHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/HeaderBarSplitterNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/HeaderBarSplitterHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/HeaderBarSortUp
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/HeaderBarSortDown
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListTop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListBottom
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListBackdrop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiListSelectionBrush
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressQuarter
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressHalf
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight1
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight2
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight3
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight4
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight5
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight6
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight7
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight8
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight9
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/AltProgressLight10
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/CloseButtonNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/CloseButtonHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/CloseButtonPressed
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/NewCloseButtonNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/NewCloseButtonHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/NewCloseButtonPressed
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxTop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxBottom
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxBackdrop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MultiLineEditboxSelectionBrush
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MouseTarget
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MouseArrow
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MouseMoveCursor
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MouseNoSoCursor
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MouseEsWeCursor
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MouseNeSwCursor
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MouseNwSeCursor
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MouseTextBar
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabHorizontalFiller
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneUpperLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneUpper
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneUpperRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneLower
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneLowerLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneLowerRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabContentPaneMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonScrollLeftNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonScrollRightNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonScrollLeftHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonScrollRightHover
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLeftNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonRightNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonUpperNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLowerNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonUpperLeftNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonUpperLeft2Normal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonUpperRightNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLowerLeftNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLowerRightNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLowerRight2Normal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonMiddleNormal
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLeftSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonRightSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonUpperSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLowerSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonUpperLeftSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonUpperRightSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLowerLeftSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonLowerRightSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TabButtonMiddleSelected
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipLeftEdge
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipRightEdge
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipTopEdge
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipBottomEdge
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TooltipMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuTop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuBottom
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/MenuMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuFrameTopLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuFrameTopRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuFrameBottomLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuFrameBottomRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuFrameLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuFrameRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuFrameTop
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuFrameBottom
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuMiddle
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuArrowRight
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/PopupMenuArrowLeft
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TreeListClosed
05/08/2014 11:50:18 (Std)    [ImageManager] WARNING: Using existing image :TaharezLook/TreeListOpened
05/08/2014 11:50:18 (Std)    [ImageManager] Started creation of Imageset from XML specification:
05/08/2014 11:50:18 (Std)    [ImageManager] ---- CEGUI Imageset name: GOR
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture file: gor.png
05/08/2014 11:50:18 (Std)    [ImageManager] ---- Source texture resource group: (Default)
05/08/2014 11:50:18 (Std)    [OgreRenderer] Created texture: GOR
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'GOR/green' (0x18e82b0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'GOR/orange' (0x18e84c0) of type: BasicImage
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'GOR/red' (0x18e86d0) of type: BasicImage
05/08/2014 11:50:18 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
05/08/2014 11:50:18 (Std)    ===== Look and feel parsing completed =====
05/08/2014 11:50:18 (Std)    No window renderer factories specified for module 'CEGUICoreWindowRendererSet' - adding all available factories...
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'RamblerLook/Button' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'RamblerLook/Button' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'RamblerLook/LPButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'RamblerLook/LPButton' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'RamblerLook/Slider' using base type 'CEGUI/Slider', window renderer 'Core/Slider' Look'N'Feel 'RamblerLook/Slider' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'RamblerLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'RamblerLook/SliderThumb' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'RamblerLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Core/FrameWindow' Look'N'Feel 'RamblerLook/FrameWindow' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    Creating falagard mapping for type 'RamblerLook/Panel' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'RamblerLook/Panel' and RenderEffect ''. (0x7fff90791d10)
05/08/2014 11:50:18 (Std)    ---- Successfully completed loading of GUI layout from 'Menu_GUI.layout' ----
05/08/2014 11:50:18 (Std)    [OgreRenderer] Created texture: DejaVuSans-10_auto_glyph_images_32
05/08/2014 11:50:18 (Std)    ---- Successfully completed loading of GUI layout from 'Roaming_GUIpan.layout' ----
05/08/2014 11:50:18 (Std)    ---- Successfully completed loading of GUI layout from 'Lab_GUI.layout' ----
05/08/2014 11:50:18 (Std)    [OgreRenderer] Created texture: DBOPCEGUITexture
05/08/2014 11:50:18 (Std)    [ImageManager] Created image: 'Path/Image' (0x2680610) of type: BasicImage
05/08/2014 11:50:18 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'ROAMING_GUI' to enable rotation support.
05/08/2014 11:50:18 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_0
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_0
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'LeftPanel' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_1
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_1
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'exitBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_2
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_2
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'gotolabBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_3
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_3
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'groupBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_4
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_4
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'pickedLBX' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_5
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_5
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'unpickBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_6
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_6
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'eraseBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_7
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_7
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'RightPanel' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_8
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_8
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'Image' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_9
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_9
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'pickedLBX' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_10
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_10
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'detatchBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_11
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_11
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'selectBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_12
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_12
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'typeBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_13
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_13
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'TopPanel' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_14
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_14
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'BottomPanel' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_15
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_15
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'begdateBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_16
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_16
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'nowdateBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_17
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_17
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'enddateBTN' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_18
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_18
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'StatPanel' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_19
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_19
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'timeSlider' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_20
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_20
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'calMainWnd' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_21
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_21
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'yearContainer' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_22
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_22
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'yearText' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_23
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_23
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'yearbtnNext' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_24
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_24
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'yearbtnPrev' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_25
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_25
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'monthContainer' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_26
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_26
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'monthText' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_27
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_27
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'monthbtnNext' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_28
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_28
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'monthbtnPrev' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_29
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_29
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'dayContainer' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_30
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_30
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'MENU_GUI' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_31
05/08/2014 11:50:19 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_31
05/08/2014 11:50:19 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'EnterButton' to enable rotation support.
05/08/2014 11:50:19 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_32
05/08/2014 11:50:20 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_32
05/08/2014 11:50:20 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'ExitButton' to enable rotation support.
05/08/2014 11:50:20 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_33
05/08/2014 11:50:20 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_33
05/08/2014 11:50:20 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'MENU_GUI' to enable rotation support.
05/08/2014 11:50:20 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_34
05/08/2014 11:50:20 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_34
05/08/2014 11:50:20 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'EnterButton' to enable rotation support.
05/08/2014 11:50:20 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_35
05/08/2014 11:50:20 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_35
05/08/2014 11:50:20 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'ExitButton' to enable rotation support.
05/08/2014 11:50:20 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_36
05/08/2014 11:50:20 (Std)    [OgreRenderer] Destroyed texture: _ogre_tt_tex_36


I think that could be a problem similar to viewtopic.php?f=10&t=6729 but I'm not sure as I don't need to render to texture...
Any help is really appreciated :D
thanks!

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Multiple windows with Ogre3D and CEGUI

Postby Ident » Tue Aug 05, 2014 16:55

I am 100% sure this is an alpha blending issue.

Are those actually two different application windows? If yes, then i am actually surprised it renders anything somewhat correct at all, lol.What Renderer was selected in ogre?
CrazyEddie: "I don't like GUIs"

User avatar
pawn
Just popping in
Just popping in
Posts: 10
Joined: Tue Aug 05, 2014 08:59

Re: Multiple windows with Ogre3D and CEGUI

Postby pawn » Tue Aug 05, 2014 21:34

Yes,
those are the two windows of my application, I created them with:

Code: Select all

root->createRenderWindow("The Render Window", 800, 600, false, &misc );

The renderer I use is OpenGL Rendering Subsystem.

Thanks

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Multiple windows with Ogre3D and CEGUI

Postby Ident » Wed Aug 06, 2014 05:17

I am not sure about the details of Ogre and I can currently not be bothered to inspect their source code for how they do things, but what I can tell for sure is that Ogre needs to use some sort of GL Contexts sharing for this purpose. The only other way to have multiple render windows is to have one GL Context per window, but that does not allow to share buffers and textures between them which would make what your screenshots show impossible and also it kinda defeats the purpose of having multiple windows in a single application

Assuming that it is true that they use an GL Context per window while sharing data, an issue that would come up is that each of the contexts will have different GL states. I am not 100% sure how the CEGUIOgreRenderer handles this but what I suspect is that it only updates the states of one contexts. This includes blend states, and blend function amongst other things. A solution should be simple: The CEGUI Renderer for Ogre needs to update the state for any other OpenGL-context as well. How this is to be done depends on the CEGUIOgreRenderer's code. I didn't write it and only made minor changes to it so I can't tell for sure, but if you would look at the code and look for blending settings then we could look at the issue here and find a solution. Just post code lines that are in question.

Edited for clarification
CrazyEddie: "I don't like GUIs"

User avatar
pawn
Just popping in
Just popping in
Posts: 10
Joined: Tue Aug 05, 2014 08:59

Re: Multiple windows with Ogre3D and CEGUI

Postby pawn » Wed Aug 06, 2014 14:11

Ok,
I found the following function:

Code: Select all

void OgreRenderer::initialiseRenderStateSettings()
{
    using namespace Ogre;

    // initialise render settings
    [...]

    bindShaders();

    // set alpha blending to known state
    setupRenderingBlendMode(BM_NORMAL, true);
}

which calls

Code: Select all

void OgreRenderer::setupRenderingBlendMode(const BlendMode mode,
                                           const bool force)
{
    using namespace Ogre;

    // do nothing if mode appears current (and is not forced)
    if ((d_pimpl->d_activeBlendMode == mode) && !force)
        return;

    d_pimpl->d_activeBlendMode = mode;

    if (d_pimpl->d_activeBlendMode == BM_RTT_PREMULTIPLIED)
        d_pimpl->d_renderSystem->_setSceneBlending(SBF_ONE,
                                                    SBF_ONE_MINUS_SOURCE_ALPHA);
    else
        d_pimpl->d_renderSystem->
            _setSeparateSceneBlending(SBF_SOURCE_ALPHA,
                                      SBF_ONE_MINUS_SOURCE_ALPHA,
                                      SBF_ONE_MINUS_DEST_ALPHA,
                                      SBF_ONE);
}


Where d_renderSystem is the Ogre RenderSystem.
These functions are called within the following stack at each execution of the application loop:

  1. CEGUI::OgreRenderer::initialiseRenderStateSettings()
  2. CEGUI::OgreRenderer::beginRendering()
  3. CEGUI::System::renderAllGUIContexts()
  4. CEGUI::OgreGUIFrameListener::frameRenderingQueued(Ogre::FrameEvent const&)
  5. Ogre::Root::_fireFrameRenderingQueued(Ogre::FrameEvent&)
  6. Ogre::Root::_fireFrameRenderingQueued()
  7. Ogre::Root::_updateAllRenderTargets()
  8. Ogre::Root::renderOneFrame()

Are these the piece of code you asked or I need to search other things?
I also found that:
  • If I initialize the first context in the second window and the second context in the first window the first context renders well and the second not
  • If I go to my next application state where there are some Ogre mesh and some gui control in the "ugly window" all the gui appears black and if I move the Ogre camera when a transparent mesh is displayed the CEGUI windows remains black but with alpha value...

Don't know if these informations are irrelevant/obvious or what else XD

Thanks

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Multiple windows with Ogre3D and CEGUI

Postby Ident » Wed Aug 06, 2014 17:30

If you create multiple Ogre windows do you get multiple Ogre::RenderSystem*s ? Do you get anything twice? Is there any way you cna access the two Ogre Contexts differently?
CrazyEddie: "I don't like GUIs"

User avatar
pawn
Just popping in
Just popping in
Posts: 10
Joined: Tue Aug 05, 2014 08:59

Re: Multiple windows with Ogre3D and CEGUI

Postby pawn » Wed Aug 06, 2014 22:57

I create two windows from Ogre::Root, I do not use (explicitly) opengl contexts and from the Ogre code seems to use a unique renderer.
I've not found a way to access the contexts, if I need to access them I'll try to search more deeply...

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Multiple windows with Ogre3D and CEGUI

Postby Ident » Thu Aug 07, 2014 05:16

What kind of class is a "Window" in Ogre? Ogre::Window? Or do you just get a window handle "hwnd" ?
In case you cannot access stuff from Ogre independently, this means Ogre HAS to be taking care of sending the states to BOTH contexts when needed. If it doesn't it is a bug or you have to call some functions extra that you might have overlooked. It could of courseindeed be a bug, but I am not sure about it because I never use multi-windows there.It could also be the case that they expect you to directly apply the states via OpenGL, but that would kind of defeat the purpose of having an engine...

Could you try to do something: calling the function that sets the blend states excplicitly everytime before u render and see if it changes anything?

Btw how does the Ogre root know which mesh belongs into which window etc?
CrazyEddie: "I don't like GUIs"

User avatar
pawn
Just popping in
Just popping in
Posts: 10
Joined: Tue Aug 05, 2014 08:59

Re: Multiple windows with Ogre3D and CEGUI

Postby pawn » Thu Aug 07, 2014 10:45

Sorry I write window but I should write RenderWindow...
I tried to sets the blend states explicitly by calling the function:

Code: Select all

                  root->getRenderSystem()->_setSeparateSceneBlending(Ogre::SBF_SOURCE_ALPHA,
                                                                                                    Ogre::SBF_ONE_MINUS_SOURCE_ALPHA,
                                                                                                    Ogre::SBF_ONE_MINUS_DEST_ALPHA,
                                                                                                    Ogre::SBF_ONE);

after

Code: Select all

root->renderOneFrame()

what happened is that the first scene (the menu that I posted in the first message) rendered correctly, but as I change to my next state it renders as before: all black and if there is some mesh with alpha < 1.0 all black but with alpha channel.
Moreover if I switch back to the menu state the colours aren't correct anymore (white becomes blue...)
I'll post some images:

Image
Image
Image

The Program works kinda like this:
  • Ogre::Root holds SceneManagers and renderWindow
  • Ogre::SceneManager holds meshes cameras...
  • Ogre::RenderWindow has a viewport which is linked to a camera so in a RenderWindow appears what the camera is watching

Thanks

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Multiple windows with Ogre3D and CEGUI

Postby Ident » Fri Aug 08, 2014 05:04

Can you call initialiseRenderStateSettings() instead?

Is there anything that can be set for the RenderWindow or how do you handle into which RenderWindow you render momentarily?
CrazyEddie: "I don't like GUIs"

User avatar
pawn
Just popping in
Just popping in
Posts: 10
Joined: Tue Aug 05, 2014 08:59

Re: Multiple windows with Ogre3D and CEGUI

Postby pawn » Sat Aug 09, 2014 01:46

Well, I tried to call initialiseRenderStateSettings() and now renders correctly the main menu but not correctly the second state. (Referring to the previous screenshots the first and the third are now correct, the second is still the same...

RenderWindows can be initialized with some misc parameters and there are functions to handle vsync, depthbuffer, FSAA, screenposition, title...

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Multiple windows with Ogre3D and CEGUI

Postby Ident » Sat Aug 09, 2014 06:11

What is the "second state"?
CrazyEddie: "I don't like GUIs"

User avatar
pawn
Just popping in
Just popping in
Posts: 10
Joined: Tue Aug 05, 2014 08:59

Re: Multiple windows with Ogre3D and CEGUI

Postby pawn » Sat Aug 09, 2014 07:50

By "second state" I meant when in my application there are 3d objects and gui (like the 2nd image)

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Multiple windows with Ogre3D and CEGUI

Postby Ident » Sat Aug 09, 2014 08:06

Before you render your 3d objects u ll have to change the blend function and state etc, to whatever you need it to be. Whenever u render the gui these states have to be set to what cegui needs. Is this already the case?

I am not sure this is helpful at this point but I dont really know what the issue here is. It could be that Ogre is just not prepared for such sort of usage or that the CEGUI calls are not apprioriate for multi-windows.
CrazyEddie: "I don't like GUIs"

User avatar
pawn
Just popping in
Just popping in
Posts: 10
Joined: Tue Aug 05, 2014 08:59

Re: Multiple windows with Ogre3D and CEGUI

Postby pawn » Mon Aug 11, 2014 11:09

I am not sure that works, infact now if in the second RenderWindow I don't look meshes the gui part renders correctly, when meshes appears the gui part is not correct.
I mean in the scene there always are meshes but the gui renders differently if I point the camera to a direction where there are not meshes or where there are meshes with alpha < 1.0
I think as you said that the problem might be that some functions relative to the CEGUI::GuiContext of the second window were not called.
I'll try to search for something in that way...


Return to “Help”

Who is online

Users browsing this forum: No registered users and 15 guests