TextureTarget not clear after fullscreen switching -

For help with anything that CEGUI doesn't offer straight out-of-the-box, e.g.:
- Implementation of new features, such as new Core classes, widgets, WindowRenderers, etc. ...
- Modification of any existing features for specific purposes
- Integration of CEGUI in new engines or frameworks and writing of new plugins (Renderer, Parser, ...) or modules

Moderators: CEGUI MVP, CEGUI Team

kintaroe
Just popping in
Just popping in
Posts: 9
Joined: Wed Jan 26, 2011 11:45

TextureTarget not clear after fullscreen switching -

Postby kintaroe » Tue Feb 08, 2011 09:09

Hello,

I'm using CEGUI 0.7.5, Directx9 Renderer, Windows XP SP3. I'm using the beginner tutorial code of CEGUI current Wiki, so I create my first window.

My application starts in window mode, than I toggle fullscreen, than I go back to window. In this last change the window target remains dirty.

I captured the TextureTarget with Nvidia PerfHud here they are (follow the links if you can't visualize pictures):

1. that's the FrameWindow in "window mode", note the transparent part is black

Image


2. that's the FrameWindow in "fullscreen", notice that is bigger (640 x 512)

Image

3. that's the FrameWindow back in "window mode", notice that is still as big as 2. but it's dirty

Image


Here's the CEGUI.log, but contains nothing particular...

Code: Select all

31/01/2011 15:30:32 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
31/01/2011 15:30:32 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
31/01/2011 15:30:32 (Std)    +                          (http://www.cegui.org.uk/)                         +
31/01/2011 15:30:32 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

31/01/2011 15:30:32 (Std)    CEGUI::Logger singleton created. (04A055C8)
31/01/2011 15:30:32 (Std)    
31/01/2011 15:30:32 (Std)    ********************************************************************************
31/01/2011 15:30:32 (Std)    * Important:                                                                   *
31/01/2011 15:30:32 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
31/01/2011 15:30:32 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
31/01/2011 15:30:32 (Std)    *     support being given; please do not waste our time.                       *
31/01/2011 15:30:32 (Std)    ********************************************************************************
31/01/2011 15:30:32 (Std)    ********************************************************************************
31/01/2011 15:30:32 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
31/01/2011 15:30:32 (Std)    ********************************************************************************
31/01/2011 15:30:32 (Std)    ---- Version 0.7.5 (Build: Nov 19 2010 Microsoft Windows MSVC++ 9.0 32 bit) ----
31/01/2011 15:30:32 (Std)    ---- Renderer module is: CEGUI::Direct3D9Renderer - Official Direct3D 9 based 2nd generation renderer module. ----
31/01/2011 15:30:32 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
31/01/2011 15:30:32 (Std)    ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
31/01/2011 15:30:32 (Std)    ---- Scripting module is: None ----
31/01/2011 15:30:32 (Std)    ********************************************************************************
31/01/2011 15:30:32 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
31/01/2011 15:30:32 (Std)    ********************************************************************************
31/01/2011 15:30:32 (Std)    
31/01/2011 15:30:32 (Std)    ---- Begining CEGUI System initialisation ----
31/01/2011 15:30:32 (Std)    CEGUI::ImagesetManager singleton created (04E936A0)
31/01/2011 15:30:32 (Std)    CEGUI::FontManager singleton created. (04E93938)
31/01/2011 15:30:32 (Std)    CEGUI::WindowFactoryManager singleton created
31/01/2011 15:30:32 (Std)    CEGUI::WindowManager singleton created (04E92900)
31/01/2011 15:30:32 (Std)    CEGUI::SchemeManager singleton created. (04E94488)
31/01/2011 15:30:32 (Std)    CEGUI::MouseCursor singleton created. (04E92F20)
31/01/2011 15:30:32 (Std)    CEGUI::GlobalEventSet singleton created. (04E91008)
31/01/2011 15:30:32 (Std)    CEGUI::AnimationManager singleton created (04E94990)
31/01/2011 15:30:32 (Std)    CEGUI::WidgetLookManager singleton created. (04E900A8)
31/01/2011 15:30:32 (Std)    CEGUI::WindowRendererManager singleton created (04E92C60)
31/01/2011 15:30:32 (Std)    CEGUI::RenderEffectManager singleton created (04E90128)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'DefaultWindow' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'DefaultWindow' windows added. (04E93BB8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'DragContainer' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'DragContainer' windows added. (04E96028)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'ScrolledContainer' windows added. (04E96198)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'ClippedContainer' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'ClippedContainer' windows added. (04E966E0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Checkbox' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (04E968F8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (04E96A98)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (04E96CB0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (04E96D58)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (04E96EB8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (04E970E0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (04E97188)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (04E975D8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (04E977F0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (04E97898)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (04E97AB0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (04E97DC0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (04E97EC0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (04E98020)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (04E980C8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (04E98318)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (04E98478)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (04E985D8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (04E98738)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (04E987E0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (04E989F8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (04E98AA0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (04E98D70)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (04E98ED0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (04E98F78)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (04E99020)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (04E992E8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (04E99448)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (04E995A8)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (04E99740)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (04E999A0)
31/01/2011 15:30:32 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
31/01/2011 15:30:32 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (04E99C70)
31/01/2011 15:30:32 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
31/01/2011 15:30:32 (Std)    CEGUI::System singleton created. (04E8F0C0)
31/01/2011 15:30:32 (Std)    ---- CEGUI System initialisation completed ----
31/01/2011 15:30:32 (Std)    
31/01/2011 15:30:32 (Std)    Started creation of Scheme from XML specification:
31/01/2011 15:30:32 (Std)    ---- CEGUI GUIScheme name: TaharezLook
31/01/2011 15:30:32 (Std)    Started creation of Imageset from XML specification:
31/01/2011 15:30:32 (Std)    ---- CEGUI Imageset name: TaharezLook
31/01/2011 15:30:32 (Std)    ---- Source texture file: TaharezLook.tga in resource group: (Default)
31/01/2011 15:30:32 (Std)    Started creation of Font from XML specification:
31/01/2011 15:30:32 (Std)    ---- CEGUI font name: DejaVuSans-10
31/01/2011 15:30:32 (Std)    ----       Font type: FreeType
31/01/2011 15:30:32 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
31/01/2011 15:30:32 (Std)    ---- Real point size: 10
31/01/2011 15:30:32 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
31/01/2011 15:30:32 (Std)    ===== Look and feel parsing completed =====
31/01/2011 15:30:32 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Button' added. (071167B8)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Default' added. (04F51508)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (04ECCD08)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (04E9EEA8)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (07139740)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (071397E8)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (07139A00)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (07139AA8)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (07139B50)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (07139BF8)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (0707B008)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (0707B220)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (0707B380)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (0707B4E0)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (0707B7B0)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (04F516E8)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Slider' added. (04F51790)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Static' added. (04F518F0)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (04F51998)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (04F51AF8)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (04F51E80)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (04F51F28)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (04F51FD0)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (0713B078)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (0713B120)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (0713B1C8)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (0713B328)
31/01/2011 15:30:32 (Std)    Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
31/01/2011 15:30:32 (Std)    WindowRendererFactory 'Falagard/Tree' added. (0713B3D0)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/Checkbox' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/ImageButton' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/RadioButton' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'TaharezLook/FrameWindow' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'TaharezLook/Titlebar' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/Editbox' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'TaharezLook/MultiLineEditbox' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'TaharezLook/Menubar' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'TaharezLook/PopupMenu' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'TaharezLook/MenuItem' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/AltProgressBar' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/ProgressBar' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/VUMeter' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/VerticalScrollbar' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/HorizontalScrollbar' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/VerticalScrollbarThumb' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/LargeVerticalScrollbar' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'TaharezLook/TabButton' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'TaharezLook/TabControl' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/ComboEditbox' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Combobox' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/Listbox' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'TaharezLook/ListHeader' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'TaharezLook/ListHeaderSegment' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'TaharezLook/MultiColumnList' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'TaharezLook/Slider' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/SliderThumb' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'TaharezLook/ScrollablePane' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Spinner' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'TaharezLook/Tooltip' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'TaharezLook/ItemListbox' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'TaharezLook/ListboxItem' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Creating falagard mapping for type 'TaharezLook/Tree' using base type 'CEGUI/Tree', window renderer 'Falagard/Tree' Look'N'Feel 'TaharezLook/Tree' and RenderEffect ''. (0012B044)
31/01/2011 15:30:32 (Std)    Started creation of Font from XML specification:
31/01/2011 15:30:32 (Std)    ---- CEGUI font name: DejaVuSans-10
31/01/2011 15:30:32 (Std)    ----       Font type: FreeType
31/01/2011 15:30:32 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
31/01/2011 15:30:32 (Std)    ---- Real point size: 10
31/01/2011 15:30:32 (Std)    ---- Returning existing instance of Font named 'DejaVuSans-10'.
31/01/2011 15:30:33 (Std)    Attempting to create Imageset 'DejaVuSans-10_auto_glyph_images_ ' with texture only.
31/01/2011 15:32:50 (Std)    Display resize: w=741 h=497
31/01/2011 15:32:51 (Std)    Display resize: w=1280 h=1024
31/01/2011 15:32:51 (Std)    Attempting to create Imageset 'DejaVuSans-10_auto_glyph_images_ ' with texture only.
31/01/2011 15:33:15 (Std)    Display resize: w=741 h=497
31/01/2011 15:33:15 (Std)    Display resize: w=1280 h=1024
31/01/2011 15:33:15 (Std)    Display resize: w=741 h=497
31/01/2011 15:33:15 (Std)    Display resize: w=741 h=497
31/01/2011 15:33:15 (Std)    Attempting to create Imageset 'DejaVuSans-10_auto_glyph_images_ ' with texture only.
31/01/2011 15:33:52 (Std)    ---- Begining CEGUI System destruction ----
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Tree' windows removed. (04E995A8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Tree' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Thumb' windows removed. (04E98ED0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Thumb' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Slider' windows removed. (04E987E0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Slider' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Editbox' windows removed. (04E970E0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Editbox' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Listbox' windows removed. (04E977F0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Listbox' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Menubar' windows removed. (04E97DC0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Menubar' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Spinner' windows removed. (04E989F8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Spinner' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Tooltip' windows removed. (04E99020)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Tooltip' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'DefaultWindow' windows removed. (04E93BB8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'DefaultWindow' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'DragContainer' windows removed. (04E96028)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'DragContainer' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Checkbox' windows removed. (04E968F8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Checkbox' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Combobox' windows removed. (04E96D58)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Combobox' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/GroupBox' windows removed. (04E99448)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/GroupBox' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/MenuItem' windows removed. (04E98020)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/MenuItem' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Titlebar' windows removed. (04E98F78)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Titlebar' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows removed. (04E975D8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/ItemEntry' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows removed. (04E97EC0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/PopupMenu' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows removed. (04E98738)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/Scrollbar' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/TabButton' windows removed. (04E98AA0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/TabButton' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/ListHeader' windows removed. (04E97898)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/ListHeader' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/PushButton' windows removed. (04E96A98)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/PushButton' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/TabControl' windows removed. (04E98D70)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/TabControl' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'ClippedContainer' windows removed. (04E966E0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'ClippedContainer' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows removed. (04E97188)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/FrameWindow' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows removed. (04E992E8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/ItemListbox' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows removed. (04E98478)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/ProgressBar' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/RadioButton' windows removed. (04E96CB0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/RadioButton' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'ScrolledContainer' windows removed. (04E96198)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'ScrolledContainer' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows removed. (04E96EB8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/ComboDropList' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'GridLayoutContainer' windows removed. (04E99C70)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'GridLayoutContainer' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows removed. (04E985D8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/ScrollablePane' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows removed. (04E980C8)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/MultiColumnList' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows removed. (04E98318)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/MultiLineEditbox' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows removed. (04E97AB0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'CEGUI/ListHeaderSegment' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'VerticalLayoutContainer' windows removed. (04E999A0)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'VerticalLayoutContainer' windows.
31/01/2011 15:33:52 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows removed. (04E99740)
31/01/2011 15:33:52 (Std)    Deleted WindowFactory for 'HorizontalLayoutContainer' windows.
31/01/2011 15:33:52 (Std)    ---- Begining cleanup of GUI Scheme system ----
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Button' WindowRenderers removed. (071167B8)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Button' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Default' WindowRenderers removed. (04F51508)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Default' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Editbox' WindowRenderers removed. (04ECCD08)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers removed. (04E9EEA8)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers removed. (07139740)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers removed. (071397E8)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers removed. (07139A00)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Listbox' WindowRenderers removed. (07139AA8)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Menubar' WindowRenderers removed. (07139B50)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers removed. (07139BF8)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers removed. (0707B008)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers removed. (0707B220)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers removed. (0707B380)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers removed. (0707B4E0)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers removed. (0707B7B0)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers removed. (04F516E8)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Slider' WindowRenderers removed. (04F51790)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Static' WindowRenderers removed. (04F518F0)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Static' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers removed. (04F51998)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/StaticText' WindowRenderers removed. (04F51AF8)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers removed. (04F51E80)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/TabButton' WindowRenderers removed. (04F51F28)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/TabControl' WindowRenderers removed. (04F51FD0)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers removed. (0713B078)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers removed. (0713B120)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers removed. (0713B1C8)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers removed. (0713B328)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
31/01/2011 15:33:52 (Std)    WindowRendererFactory for 'Falagard/Tree' WindowRenderers removed. (0713B3D0)
31/01/2011 15:33:52 (Std)    Deleted WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
31/01/2011 15:33:52 (Std)    CEGUI::SchemeManager singleton destroyed. (04E94488)
31/01/2011 15:33:52 (Std)    CEGUI::WindowManager singleton destroyed (04E92900)
31/01/2011 15:33:52 (Std)    CEGUI::WindowFactoryManager singleton destroyed
31/01/2011 15:33:52 (Std)    CEGUI::WidgetLookManager singleton destroyed. (04E900A8)
31/01/2011 15:33:52 (Std)    CEGUI::WindowRendererManager singleton destroyed (04E92C60)
31/01/2011 15:33:52 (Std)    CEGUI::AnimationManager singleton destroyed (04E94990)
31/01/2011 15:33:52 (Std)    CEGUI::RenderEffectManager singleton destroyed (04E90128)
31/01/2011 15:33:52 (Std)    ---- Begining cleanup of Font system ----
31/01/2011 15:33:52 (Std)    CEGUI::FontManager singleton destroyed. (04E93938)
31/01/2011 15:33:52 (Std)    CEGUI::MouseCursor singleton destroyed. (04E92F20)
31/01/2011 15:33:52 (Std)    ---- Begining cleanup of Imageset system ----
31/01/2011 15:33:52 (Std)    CEGUI::ImagesetManager singleton destroyed (04E936A0)
31/01/2011 15:33:52 (Std)    CEGUI::GlobalEventSet singleton destroyed. (04E91008)
31/01/2011 15:33:52 (Std)    CEGUI::System singleton destroyed. (04E8F0C0)
31/01/2011 15:33:52 (Std)    ---- CEGUI System destruction completed ----
31/01/2011 15:33:52 (Std)    CEGUI::Logger singleton destroyed. (04A055C8)


Here's the code I use in toggle fullscreen:

Code: Select all

CEGUI::Direct3D9Renderer* pcToReset = 0;
   if(CEGUI::System::getSingletonPtr())
   {
      pcToReset = static_cast<CEGUI::Direct3D9Renderer*>
            (CEGUI::System::getSingleton().getRenderer());

      pcToReset->preD3DReset();
   }

ResetDevice();

   if(pcToReset)
   {
      pcToReset->postD3DReset();
   }

   CEGUI::Size cWindow(cSize.m_iWidth, cSize.m_iHeight);
   if(CEGUI::System::getSingletonPtr())
   {
      CEGUI::System::getSingleton().notifyDisplaySizeChanged(cWindow);
   }



Is it correct that the image 3. is as big as 2. instead of 1. ?? What should I do to have it cleared?

Thanks

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: TextureTarget not clear after fullscreen switching -

Postby CrazyEddie » Tue Feb 08, 2011 14:48

Hi,

First of all I feel the need to thank you for including all the required information up front, which make this a Good Post™ and makes it better than 99% of the other posts on this forum :lol:

To answer the questions...

The sizing thing is because we do not re-allocate for smaller sizes on the D3D renderers. Originally this was a performance optimisation, though clearly it can be wasteful of memory resources. It's a tough call to make sometimes, though perhaps a setting would have been a better thing to have provided here.

The target should automatically clear itself - yeah, I know that's obvious ;) I'll put this on mantis as an issue to be looked into. In the mean time, you should be able to work around this by making a call to CEGUI::System::invalidateAllCachedRendering.

HTH

CE.

kintaroe
Just popping in
Just popping in
Posts: 9
Joined: Wed Jan 26, 2011 11:45

Re: TextureTarget not clear after fullscreen switching -

Postby kintaroe » Tue Feb 15, 2011 16:51

CrazyEddie wrote:Hi,

In the mean time, you should be able to work around this by making a call to CEGUI::System::invalidateAllCachedRendering.

HTH

CE.


Hi,

where should I put that call? Before ResetDevice, after?

Before notifyDisplaySizeChanged? After?

Actually my sequence

is Reset->invalidate->notify

but it doesn't change...

Thanks a lot

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: TextureTarget not clear after fullscreen switching -

Postby CrazyEddie » Wed Feb 16, 2011 07:47

First I have to say that I tested this out this past weekend, but could not reproduce any issue - so I closed the ticket as 'unable to reproduce'.

The sequence should be Reset, then invalidate. There should be no need to perform the notification step, since this is (usually) automatic with D3D 9 - though no harm is done by doing that manually.

So, right now I am wondering what else is at work here - I will make a note to double check a couple of things next time I am on Windows. Right now the only thing I can think of is some kind of state issue, though normally we might expect to see effects other than just failing to clear the textures.

CE.

kintaroe
Just popping in
Just popping in
Posts: 9
Joined: Wed Jan 26, 2011 11:45

Re: TextureTarget not clear after fullscreen switching -

Postby kintaroe » Mon Feb 21, 2011 10:13

thx, I'll investigate more deeply :-)


Return to “Modifications / Integrations / Customisations”

Who is online

Users browsing this forum: No registered users and 10 guests