[ Solved ] Problem with EventCloseClicked

If you found a bug in our library or on our website, please report it in this section. In this forum you can also make concrete suggestions or feature requests.

Moderators: CEGUI MVP, CEGUI Team

User avatar
hadesfury
Just popping in
Just popping in
Posts: 10
Joined: Mon Nov 23, 2009 13:31

[ Solved ] Problem with EventCloseClicked

Postby hadesfury » Wed Nov 25, 2009 10:56

hello,

in general I seek until death the solution to my problem but the last test I've done disappoint me a lot

In on version 0.7.1 on Svn source

here's my function :

Code: Select all

void ManagerGui::RegisterCloseAction(
    const std::string & window_name,
    HandleFunction close_function
    )

    CEGUI::Window
        * gui_sheet = CEGUI::System::getSingleton().getGUISheet();

    if ( gui_sheet != Null )
    {
        CEGUI::FrameWindow
            * frame_window = static_cast<CEGUI::FrameWindow *>( gui_sheet->getChildRecursive( window_name ) );

        frame_window->subscribeEvent( CEGUI::FrameWindow::EventCloseClicked, boost::bind( &ManagerGui::OnChange, this, _1, close_function ) );
    }
}


when the event is thrown it call the function OnChange that call the function handle_function

Code: Select all

Bool ManagerGui::OnChange(
    const CEGUI::EventArgs & event_args,
    HandleFunction handle_function
    )
{
    if ( handle_function )
    {
        handle_function();

        return True;
    }

    return False;
}


the problem is the subscribe function :

Code: Select all

frame_window->subscribeEvent( CEGUI::FrameWindow::EventCloseClicked, boost::bind( &ManagerGui::OnChange, this, _1, close_function ) );

does not work ... the function OnChange is never called but if I change CEGUI::FrameWindow::EventCloseClicked into CEGUI::FrameWindow::EventActivated then it works well

so far it seems that the subscribtion goes well and that when the "x" button is clicked the function

Code: Select all

void FrameWindow::onCloseClicked(WindowEventArgs& e)
{
   fireEvent(EventCloseClicked, e, EventNamespace);
}

is called

but nothing that called my function

Best regard

hades
Last edited by hadesfury on Wed Oct 06, 2010 12:00, edited 1 time in total.

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

Re: Problem with EventCloseClicked

Postby CrazyEddie » Thu Dec 03, 2009 10:21

What happens if you don't use boost::bind? I suspect this is perhaps causing an issue somewhere (i.e. if you can get it to work, more power to you, if not, it's not something we really support using ;)).

CE.

User avatar
hadesfury
Just popping in
Just popping in
Posts: 10
Joined: Mon Nov 23, 2009 13:31

Re: Problem with EventCloseClicked

Postby hadesfury » Tue Mar 23, 2010 12:20

Hello,

I'm back ... I found some time to investigate on this problem ... and I try to remove the boost:bind to find the real problem... and I found that when I call the getCloseButton() function it called an exception "23/03/2010 13:15:18 (Error) CEGUI::UnknownObjectException in file d:\_lib_\_cegui_\cegui\src\ceguiwindowmanager.cpp(256) : WindowManager::getWindow - A Window object with the name 'asset_browser_window__auto_closebutton__' does not exist within the system"

I think my OnClose registration problem is link with this "non present" close button ... could you gave me some way to look for about this problem?

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

Re: Problem with EventCloseClicked

Postby CrazyEddie » Tue Mar 23, 2010 15:07

Wow! 4 months to reply? :rofl:

This type of error should never be seen. Can you set the logging level to Informative and post the CEGUI.log file, thanks.

CE.

User avatar
hadesfury
Just popping in
Just popping in
Posts: 10
Joined: Mon Nov 23, 2009 13:31

Re: Problem with EventCloseClicked

Postby hadesfury » Tue Mar 23, 2010 15:47

Sorry for the wait ^^

Here's my CEGUI.log

Code: Select all

23/03/2010 16:43:17 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
23/03/2010 16:43:17 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
23/03/2010 16:43:17 (Std)    +                          (http://www.cegui.org.uk/)                         +
23/03/2010 16:43:17 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

23/03/2010 16:43:17 (Std)    CEGUI::Logger singleton created. (02652480)
23/03/2010 16:43:17 (Std)    
23/03/2010 16:43:17 (Std)    ********************************************************************************
23/03/2010 16:43:17 (Std)    * Important:                                                                   *
23/03/2010 16:43:17 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
23/03/2010 16:43:17 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
23/03/2010 16:43:17 (Std)    *     support being given; please do not waste our time.                       *
23/03/2010 16:43:17 (Std)    ********************************************************************************
23/03/2010 16:43:17 (Std)    ********************************************************************************
23/03/2010 16:43:17 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
23/03/2010 16:43:17 (Std)    ********************************************************************************
23/03/2010 16:43:17 (Std)    ---- Version 0.7.2 (Build: Feb  4 2010 Debug Microsoft Windows MSVC++ 9.0 32 bit) ----
23/03/2010 16:43:17 (Std)    ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module.  TextureTarget support enabled via FBO extension. ----
23/03/2010 16:43:17 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
23/03/2010 16:43:17 (Std)    ---- Image Codec module is: FreeImageCodec - FreeImage based image codec ----
23/03/2010 16:43:17 (Std)    ---- Scripting module is: None ----
23/03/2010 16:43:17 (Std)    ********************************************************************************
23/03/2010 16:43:17 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
23/03/2010 16:43:17 (Std)    ********************************************************************************
23/03/2010 16:43:17 (Std)    
23/03/2010 16:43:17 (Std)    ---- Begining CEGUI System initialisation ----
23/03/2010 16:43:17 (Std)    CEGUI::ImagesetManager singleton created (02655FA0)
23/03/2010 16:43:17 (Std)    CEGUI::FontManager singleton created. (02656410)
23/03/2010 16:43:17 (Std)    CEGUI::WindowFactoryManager singleton created
23/03/2010 16:43:17 (Std)    CEGUI::WindowManager singleton created (02656CB8)
23/03/2010 16:43:17 (Std)    CEGUI::SchemeManager singleton created. (026537B0)
23/03/2010 16:43:17 (Std)    CEGUI::MouseCursor singleton created. (02656F28)
23/03/2010 16:43:17 (Std)    CEGUI::GlobalEventSet singleton created. (02653CB8)
23/03/2010 16:43:17 (Std)    CEGUI::WidgetLookManager singleton created. (02653E08)
23/03/2010 16:43:17 (Std)    CEGUI::WindowRendererManager singleton created (02654080)
23/03/2010 16:43:17 (Std)    CEGUI::RenderEffectManager singleton created (026541C0)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'DefaultWindow' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'DefaultWindow' windows added. (02654378)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'DragContainer' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'DragContainer' windows added. (02654538)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'ScrolledContainer' windows added. (02654740)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'ClippedContainer' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'ClippedContainer' windows added. (02656FC0)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Checkbox' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (02657098)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (02654A40)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (02657258)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (02657478)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (02657638)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (026577F8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (026579B8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (02657C18)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (02657F18)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (026580D8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (02658298)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (02658528)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (026586E8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (026588A8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (02658A68)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (02658C28)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (02658DE8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (02658FA8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (02659168)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (02659328)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (026594E8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (026596A8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (02659868)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (02659A28)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (02659BE8)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (02659E90)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (0265A050)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (0265A210)
23/03/2010 16:43:17 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
23/03/2010 16:43:17 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (0265A3D0)
23/03/2010 16:43:17 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
23/03/2010 16:43:17 (Std)    CEGUI::System singleton created. (02652260)
23/03/2010 16:43:17 (Std)    ---- CEGUI System initialisation completed ----
23/03/2010 16:43:17 (Std)    
23/03/2010 16:43:17 (Std)    Started creation of Scheme from XML specification:
23/03/2010 16:43:17 (Std)    ---- CEGUI GUIScheme name: TaharezLook
23/03/2010 16:43:17 (Info)    Finished creation of GUIScheme 'TaharezLook' via XML file. (02660428)
23/03/2010 16:43:17 (Info)    ---- Begining resource loading for GUI scheme 'TaharezLook' ----
23/03/2010 16:43:17 (Std)    Started creation of Imageset from XML specification:
23/03/2010 16:43:17 (Std)    ---- CEGUI Imageset name: TaharezLook
23/03/2010 16:43:17 (Std)    ---- Source texture file: TaharezLook.tga in resource group: (Default)
23/03/2010 16:43:18 (Info)    Finished creation of Imageset 'TaharezLook' via XML file. (0265C770)
23/03/2010 16:43:18 (Std)    Started creation of Font from XML specification:
23/03/2010 16:43:18 (Std)    ---- CEGUI font name: DejaVuSans-10
23/03/2010 16:43:18 (Std)    ----       Font type: FreeType
23/03/2010 16:43:18 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
23/03/2010 16:43:18 (Std)    ---- Real point size: 10
23/03/2010 16:43:18 (Info)    Succsessfully loaded 3045 glyphs
23/03/2010 16:43:18 (Info)    Finished creation of Font 'DejaVuSans-10' via XML file. (02661A08)
23/03/2010 16:43:18 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Button'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Button'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/RadioButton'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/RadioButton'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Checkbox'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Checkbox'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Editbox'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Editbox'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Titlebar'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Titlebar'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/FrameWindow'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/FrameWindow'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/GroupBox'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/GroupBox'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ProgressBar'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ProgressBar'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/AltProgressBar'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/AltProgressBar'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/VUMeter'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/VUMeter'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/SliderThumb'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/SliderThumb'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Slider'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Slider'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/HorizontalScrollbarThumb'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/HorizontalScrollbarThumb'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/HorizontalScrollbar'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/HorizontalScrollbar'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/VerticalScrollbarThumb'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/VerticalScrollbarThumb'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/VerticalScrollbar'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/VerticalScrollbar'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Listbox'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Listbox'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ComboDropList'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ComboDropList'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ComboEditbox'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ComboEditbox'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Combobox'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Combobox'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Spinner'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Spinner'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/StaticShared'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/StaticShared'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/StaticImage'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/StaticImage'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/StaticText'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/StaticText'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ListHeaderSegment'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ListHeaderSegment'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ListHeader'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ListHeader'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/MultiColumnList'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/MultiColumnList'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/MultiLineEditbox'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/MultiLineEditbox'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Tooltip'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Tooltip'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ScrollablePane'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ScrollablePane'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/TabButton'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/TabButton'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/TabContentPane'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/TabContentPane'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/TabButtonPane'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/TabButtonPane'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/TabControl'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/TabControl'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/MenuItem'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/MenuItem'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/PopupMenu'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/PopupMenu'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Menubar'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Menubar'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/LargeVerticalScrollbarThumb'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/LargeVerticalScrollbarThumb'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/LargeVerticalScrollbar'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/LargeVerticalScrollbar'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ImageButton'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ImageButton'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ItemListbox'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ItemListbox'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/ListboxItem'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/ListboxItem'.
23/03/2010 16:43:18 (Info)    ---> Start of definition for widget look 'TaharezLook/Tree'.
23/03/2010 16:43:18 (Info)    ---< End of definition for widget look 'TaharezLook/Tree'.
23/03/2010 16:43:18 (Std)    ===== Look and feel parsing completed =====
23/03/2010 16:43:19 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Button' added. (05F7D108)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Default' added. (05FA8F28)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (02710100)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (02713450)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (05F78060)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (0265D260)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (0270D328)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (05F99008)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (026610A0)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (02660070)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (0270FD68)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (05F83B10)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (05F46820)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (05F64630)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (0265DC88)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (05EEE9C0)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Slider' added. (05FA14B8)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Static' added. (05FA1678)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (05FA1838)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (05FA19F8)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (05FA1BB8)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (05FA1D78)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (05FA1F38)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (0265B060)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (0265B220)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (0265B3E0)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (0265B5A0)
23/03/2010 16:43:19 (Std)    Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
23/03/2010 16:43:19 (Std)    WindowRendererFactory 'Falagard/Tree' added. (0265B760)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/Checkbox' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/ImageButton' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/RadioButton' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'TaharezLook/FrameWindow' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'TaharezLook/Titlebar' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/Editbox' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'TaharezLook/MultiLineEditbox' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'TaharezLook/Menubar' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'TaharezLook/PopupMenu' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'TaharezLook/MenuItem' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/AltProgressBar' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/ProgressBar' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/VUMeter' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/VerticalScrollbar' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/HorizontalScrollbar' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/VerticalScrollbarThumb' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/LargeVerticalScrollbar' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'TaharezLook/TabButton' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'TaharezLook/TabControl' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/ComboEditbox' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Combobox' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/Listbox' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'TaharezLook/ListHeader' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'TaharezLook/ListHeaderSegment' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'TaharezLook/MultiColumnList' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'TaharezLook/Slider' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/SliderThumb' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'TaharezLook/ScrollablePane' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Spinner' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'TaharezLook/Tooltip' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'TaharezLook/ItemListbox' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'TaharezLook/ListboxItem' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Std)    Creating falagard mapping for type 'TaharezLook/Tree' using base type 'CEGUI/Tree', window renderer 'Falagard/Tree' Look'N'Feel 'TaharezLook/Tree' and RenderEffect ''. (0092B6EC)
23/03/2010 16:43:19 (Info)    ---- Resource loading for GUI scheme 'TaharezLook' completed ----
23/03/2010 16:43:19 (Std)    Started creation of Font from XML specification:
23/03/2010 16:43:19 (Std)    ---- CEGUI font name: DejaVuSans-6
23/03/2010 16:43:19 (Std)    ----       Font type: FreeType
23/03/2010 16:43:19 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
23/03/2010 16:43:19 (Std)    ---- Real point size: 6
23/03/2010 16:43:19 (Info)    Succsessfully loaded 3045 glyphs
23/03/2010 16:43:19 (Info)    Finished creation of Font 'DejaVuSans-6' via XML file. (05E7D920)
23/03/2010 16:43:19 (Std)    Started creation of Font from XML specification:
23/03/2010 16:43:19 (Std)    ---- CEGUI font name: DejaVuSans-8
23/03/2010 16:43:19 (Std)    ----       Font type: FreeType
23/03/2010 16:43:19 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
23/03/2010 16:43:19 (Std)    ---- Real point size: 8
23/03/2010 16:43:19 (Info)    Succsessfully loaded 3045 glyphs
23/03/2010 16:43:19 (Info)    Finished creation of Font 'DejaVuSans-8' via XML file. (05FE80D0)
23/03/2010 16:43:19 (Std)    Started creation of Font from XML specification:
23/03/2010 16:43:19 (Std)    ---- CEGUI font name: DejaVuSans-10
23/03/2010 16:43:19 (Std)    ----       Font type: FreeType
23/03/2010 16:43:19 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
23/03/2010 16:43:19 (Std)    ---- Real point size: 10
23/03/2010 16:43:19 (Info)    Succsessfully loaded 3045 glyphs
23/03/2010 16:43:19 (Info)    Finished creation of Font 'DejaVuSans-10' via XML file. (05E7C7B0)
23/03/2010 16:43:19 (Std)    ---- Returning existing instance of Font named 'DejaVuSans-10'.
23/03/2010 16:43:19 (Std)    Started creation of Font from XML specification:
23/03/2010 16:43:19 (Std)    ---- CEGUI font name: DejaVuSans-20
23/03/2010 16:43:19 (Std)    ----       Font type: FreeType
23/03/2010 16:43:19 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
23/03/2010 16:43:19 (Std)    ---- Real point size: 20
23/03/2010 16:43:20 (Info)    Succsessfully loaded 3045 glyphs
23/03/2010 16:43:20 (Info)    Finished creation of Font 'DejaVuSans-20' via XML file. (060993E0)
23/03/2010 16:43:20 (Info)    Window 'CEGUI::System::default__auto_tooltip__' of type 'TaharezLook/Tooltip' has been created. (06098960)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Tooltip' to the window 'CEGUI::System::default__auto_tooltip__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/Tooltip' to window 'CEGUI::System::default__auto_tooltip__'.
23/03/2010 16:43:20 (Info)    ---- Beginning loading of GUI layout from 'loading_screen.layout' ----
23/03/2010 16:43:20 (Info)    Window 'loading_screen' of type 'DefaultWindow' has been created. (0614DEE8)
23/03/2010 16:43:20 (Info)    Window 'loading_text' of type 'TaharezLook/StaticText' has been created. (06151558)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'loading_text'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'loading_text'.
23/03/2010 16:43:20 (Info)    Window 'loading_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (061557E0)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'loading_text__auto_hscrollbar__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'loading_text__auto_hscrollbar__'.
23/03/2010 16:43:20 (Info)    Window 'loading_text__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0615A6F8)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'loading_text__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:20 (Info)    Window 'loading_text__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0615FE50)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'loading_text__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:20 (Info)    Window 'loading_text__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (06165740)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'loading_text__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:20 (Info)    Window 'loading_text__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0616B4D0)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'loading_text__auto_vscrollbar__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'loading_text__auto_vscrollbar__'.
23/03/2010 16:43:20 (Info)    Window 'loading_text__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (06170360)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'loading_text__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:20 (Info)    Window 'loading_text__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (06175D98)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'loading_text__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:20 (Info)    Window 'loading_text__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0617B678)
23/03/2010 16:43:20 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:20 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'loading_text__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:20 (Error)   Attempt to set value of '136'  to read only property 'HorzExtent' on window: loading_text
23/03/2010 16:43:20 (Error)   Attempt to set value of '39.7236'  to read only property 'VertExtent' on window: loading_text
23/03/2010 16:43:20 (Std)    Attempting to create Imageset 'DejaVuSans-20_auto_glyph_images_ ' with texture only.
23/03/2010 16:43:20 (Std)    ---- Successfully completed loading of GUI layout from 'loading_screen.layout' ----
23/03/2010 16:43:27 (Info)    ---- Beginning loading of GUI layout from 'main_menu.layout' ----
23/03/2010 16:43:28 (Info)    Window 'main_menu' of type 'DefaultWindow' has been created. (0B600368)
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text' of type 'TaharezLook/StaticText' has been created. (0B603BE0)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'press_button_message_text'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'press_button_message_text'.
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (063673E0)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'press_button_message_text__auto_hscrollbar__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'press_button_message_text__auto_hscrollbar__'.
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0636C478)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'press_button_message_text__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'press_button_message_text__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (06371DD0)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'press_button_message_text__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'press_button_message_text__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (06377790)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'press_button_message_text__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'press_button_message_text__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0637D8E0)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'press_button_message_text__auto_vscrollbar__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'press_button_message_text__auto_vscrollbar__'.
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (06382D80)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'press_button_message_text__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'press_button_message_text__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (063884A0)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'press_button_message_text__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'press_button_message_text__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:28 (Info)    Window 'press_button_message_text__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0638DF10)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'press_button_message_text__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'press_button_message_text__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:28 (Error)   Attempt to set value of '380'  to read only property 'HorzExtent' on window: press_button_message_text
23/03/2010 16:43:28 (Error)   Attempt to set value of '39.7236'  to read only property 'VertExtent' on window: press_button_message_text
23/03/2010 16:43:28 (Info)    Window 'main_menu_text' of type 'TaharezLook/StaticText' has been created. (063963E0)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'main_menu_text'

User avatar
hadesfury
Just popping in
Just popping in
Posts: 10
Joined: Mon Nov 23, 2009 13:31

Re: Problem with EventCloseClicked

Postby hadesfury » Tue Mar 23, 2010 15:48

here's the rest of the file ^^ it was too long for the forum

Code: Select all

23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'main_menu_text'.
23/03/2010 16:43:28 (Info)    Window 'main_menu_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B616970)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'main_menu_text__auto_hscrollbar__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'main_menu_text__auto_hscrollbar__'.
23/03/2010 16:43:28 (Info)    Window 'main_menu_text__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B61BA40)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'main_menu_text__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'main_menu_text__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:28 (Info)    Window 'main_menu_text__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B621350)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'main_menu_text__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'main_menu_text__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:28 (Info)    Window 'main_menu_text__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B626AB8)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'main_menu_text__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'main_menu_text__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:28 (Info)    Window 'main_menu_text__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0B62CCB0)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'main_menu_text__auto_vscrollbar__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'main_menu_text__auto_vscrollbar__'.
23/03/2010 16:43:28 (Info)    Window 'main_menu_text__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B631E58)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'main_menu_text__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'main_menu_text__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:28 (Info)    Window 'main_menu_text__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B6376A8)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'main_menu_text__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'main_menu_text__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:28 (Info)    Window 'main_menu_text__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0B63CFA8)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'main_menu_text__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'main_menu_text__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:28 (Error)   Attempt to set value of '213'  to read only property 'HorzExtent' on window: main_menu_text
23/03/2010 16:43:28 (Error)   Attempt to set value of '39.7236'  to read only property 'VertExtent' on window: main_menu_text
23/03/2010 16:43:28 (Info)    Window 'credit_text' of type 'TaharezLook/StaticText' has been created. (0B645860)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'credit_text'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'credit_text'.
23/03/2010 16:43:28 (Info)    Window 'credit_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B6493A0)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'credit_text__auto_hscrollbar__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'credit_text__auto_hscrollbar__'.
23/03/2010 16:43:28 (Info)    Window 'credit_text__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B64E830)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'credit_text__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'credit_text__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:28 (Info)    Window 'credit_text__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B653D28)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'credit_text__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'credit_text__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:28 (Info)    Window 'credit_text__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B659608)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'credit_text__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'credit_text__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:28 (Info)    Window 'credit_text__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0B65F650)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'credit_text__auto_vscrollbar__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'credit_text__auto_vscrollbar__'.
23/03/2010 16:43:28 (Info)    Window 'credit_text__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (06397368)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'credit_text__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'credit_text__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:28 (Info)    Window 'credit_text__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0639CF60)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'credit_text__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'credit_text__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:28 (Info)    Window 'credit_text__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (063A2838)
23/03/2010 16:43:28 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'credit_text__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:28 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'credit_text__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:28 (Error)   Attempt to set value of '293'  to read only property 'HorzExtent' on window: credit_text
23/03/2010 16:43:28 (Error)   Attempt to set value of '19.8618'  to read only property 'VertExtent' on window: credit_text
23/03/2010 16:43:28 (Std)    Attempting to create Imageset 'DejaVuSans-6_auto_glyph_images_ ' with texture only.
23/03/2010 16:43:28 (Std)    ---- Successfully completed loading of GUI layout from 'main_menu.layout' ----
23/03/2010 16:43:36 (Info)    ---- Beginning loading of GUI layout from 'game_mode.layout' ----
23/03/2010 16:43:36 (Info)    Window 'game_mode' of type 'DefaultWindow' has been created. (0B679CF0)
23/03/2010 16:43:36 (Info)    Window 'score_text' of type 'TaharezLook/StaticText' has been created. (0B86C118)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'score_text'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'score_text'.
23/03/2010 16:43:36 (Info)    Window 'score_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B870288)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'score_text__auto_hscrollbar__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'score_text__auto_hscrollbar__'.
23/03/2010 16:43:36 (Info)    Window 'score_text__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B874F38)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'score_text__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'score_text__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:36 (Info)    Window 'score_text__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B87AAE0)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'score_text__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'score_text__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:36 (Info)    Window 'score_text__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B8804A8)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'score_text__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'score_text__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:36 (Info)    Window 'score_text__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0B886220)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'score_text__auto_vscrollbar__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'score_text__auto_vscrollbar__'.
23/03/2010 16:43:36 (Info)    Window 'score_text__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B88B698)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'score_text__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'score_text__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:36 (Info)    Window 'score_text__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B890D00)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'score_text__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'score_text__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:36 (Info)    Window 'score_text__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0B896408)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'score_text__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'score_text__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:36 (Error)   Attempt to set value of '156'  to read only property 'HorzExtent' on window: score_text
23/03/2010 16:43:36 (Error)   Attempt to set value of '39.7236'  to read only property 'VertExtent' on window: score_text
23/03/2010 16:43:36 (Info)    Window 'multiplier_text' of type 'TaharezLook/StaticText' has been created. (0B89E6A0)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'multiplier_text'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'multiplier_text'.
23/03/2010 16:43:36 (Info)    Window 'multiplier_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B8A2788)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'multiplier_text__auto_hscrollbar__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'multiplier_text__auto_hscrollbar__'.
23/03/2010 16:43:36 (Info)    Window 'multiplier_text__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B8A79B0)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'multiplier_text__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'multiplier_text__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:36 (Info)    Window 'multiplier_text__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B8AD1F8)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'multiplier_text__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'multiplier_text__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:36 (Info)    Window 'multiplier_text__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B8B2B18)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'multiplier_text__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'multiplier_text__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:36 (Info)    Window 'multiplier_text__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0B8B8CC0)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'multiplier_text__auto_vscrollbar__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'multiplier_text__auto_vscrollbar__'.
23/03/2010 16:43:36 (Info)    Window 'multiplier_text__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B8BDCB8)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'multiplier_text__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'multiplier_text__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:36 (Info)    Window 'multiplier_text__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B8C36C0)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'multiplier_text__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'multiplier_text__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:36 (Info)    Window 'multiplier_text__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0B8C8FD8)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'multiplier_text__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'multiplier_text__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:36 (Error)   Attempt to set value of '233'  to read only property 'HorzExtent' on window: multiplier_text
23/03/2010 16:43:36 (Error)   Attempt to set value of '39.7236'  to read only property 'VertExtent' on window: multiplier_text
23/03/2010 16:43:36 (Info)    Window 'life_point_text' of type 'TaharezLook/StaticText' has been created. (0B8D1B98)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'life_point_text'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'life_point_text'.
23/03/2010 16:43:36 (Info)    Window 'life_point_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B8D5398)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'life_point_text__auto_hscrollbar__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'life_point_text__auto_hscrollbar__'.
23/03/2010 16:43:36 (Info)    Window 'life_point_text__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B8DA480)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'life_point_text__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'life_point_text__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:36 (Info)    Window 'life_point_text__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B8DFDB0)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'life_point_text__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'life_point_text__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:36 (Info)    Window 'life_point_text__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B8E5600)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'life_point_text__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'life_point_text__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:36 (Info)    Window 'life_point_text__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0B8EB868)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'life_point_text__auto_vscrollbar__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'life_point_text__auto_vscrollbar__'.
23/03/2010 16:43:36 (Info)    Window 'life_point_text__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B8F08A8)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'life_point_text__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'life_point_text__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:36 (Info)    Window 'life_point_text__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B8F62E8)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'life_point_text__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'life_point_text__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:36 (Info)    Window 'life_point_text__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0B8FBB30)
23/03/2010 16:43:36 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'life_point_text__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:36 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'life_point_text__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:36 (Error)   Attempt to set value of '120'  to read only property 'HorzExtent' on window: life_point_text
23/03/2010 16:43:36 (Error)   Attempt to set value of '39.7236'  to read only property 'VertExtent' on window: life_point_text
23/03/2010 16:43:36 (Std)    ---- Successfully completed loading of GUI layout from 'game_mode.layout' ----
23/03/2010 16:43:37 (Info)    ---- Beginning loading of GUI layout from 'editor_mode.layout' ----
23/03/2010 16:43:37 (Info)    Window 'editor_mode' of type 'DefaultWindow' has been created. (0B906D10)
23/03/2010 16:43:37 (Info)    Window 'add_button' of type 'TaharezLook/Button' has been created. (0B90A548)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'add_button'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/Button' to window 'add_button'.
23/03/2010 16:43:37 (Info)    Window 'save_button' of type 'TaharezLook/Button' has been created. (0B910380)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'save_button'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/Button' to window 'save_button'.
23/03/2010 16:43:37 (Info)    Window 'delete_button' of type 'TaharezLook/Button' has been created. (0B915DE0)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'delete_button'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/Button' to window 'delete_button'.
23/03/2010 16:43:37 (Info)    Window 'layer_button' of type 'TaharezLook/Button' has been created. (0B91B858)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'layer_button'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/Button' to window 'layer_button'.
23/03/2010 16:43:37 (Info)    Window 'level_button' of type 'TaharezLook/Button' has been created. (0B9212C0)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'level_button'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/Button' to window 'level_button'.
23/03/2010 16:43:37 (Info)    Window 'debug_info' of type 'TaharezLook/StaticText' has been created. (0B9273A8)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'debug_info'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'debug_info'.
23/03/2010 16:43:37 (Info)    Window 'debug_info__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B92AC80)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'debug_info__auto_hscrollbar__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'debug_info__auto_hscrollbar__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B92FBA8)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'debug_info__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B9354B0)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'debug_info__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B93ACC8)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'debug_info__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0B940C88)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'debug_info__auto_vscrollbar__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'debug_info__auto_vscrollbar__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B946100)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'debug_info__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B94B6D0)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'debug_info__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0B950E28)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'debug_info__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:37 (Error)   Attempt to set value of '176'  to read only property 'HorzExtent' on window: debug_info
23/03/2010 16:43:37 (Error)   Attempt to set value of '23.736'  to read only property 'VertExtent' on window: debug_info
23/03/2010 16:43:37 (Info)    Window 'debug_info_text' of type 'TaharezLook/StaticText' has been created. (0B95A7C8)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'debug_info_text'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'debug_info_text'.
23/03/2010 16:43:37 (Info)    Window 'debug_info_text__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B95D2D0)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'debug_info_text__auto_hscrollbar__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'debug_info_text__auto_hscrollbar__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info_text__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B962790)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info_text__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'debug_info_text__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info_text__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B967C18)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info_text__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'debug_info_text__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info_text__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B96D538)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info_text__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'debug_info_text__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info_text__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0B9737A0)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'debug_info_text__auto_vscrollbar__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'debug_info_text__auto_vscrollbar__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info_text__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B978798)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info_text__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'debug_info_text__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info_text__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B97E1E0)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info_text__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'debug_info_text__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:37 (Info)    Window 'debug_info_text__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0B983B00)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'debug_info_text__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'debug_info_text__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:37 (Info)    Window 'type_button' of type 'TaharezLook/Button' has been created. (0B98B9C8)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'type_button'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/Button' to window 'type_button'.
23/03/2010 16:43:37 (Info)    Window 'new_button' of type 'TaharezLook/Button' has been created. (0B98BFA0)
23/03/2010 16:43:37 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'new_button'
23/03/2010 16:43:37 (Info)    Assigning LookNFeel 'TaharezLook/Button' to window 'new_button'.
23/03/2010 16:43:37 (Std)    ---- Successfully completed loading of GUI layout from 'editor_mode.layout' ----
23/03/2010 16:43:39 (Info)    ---- Beginning loading of GUI layout from 'asset_browser_window.layout' ----
23/03/2010 16:43:39 (Info)    Window 'asset_browser_window' of type 'DefaultWindow' has been created. (0B99B448)
23/03/2010 16:43:39 (Info)    Window 'asset_browser_frame' of type 'TaharezLook/FrameWindow' has been created. (0B9A28F8)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/FrameWindow' to the window 'asset_browser_frame'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/FrameWindow' to window 'asset_browser_frame'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_frame__auto_titlebar__' of type 'TaharezLook/Titlebar' has been created. (0B9A6B30)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Titlebar' to the window 'asset_browser_frame__auto_titlebar__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/Titlebar' to window 'asset_browser_frame__auto_titlebar__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_frame__auto_closebutton__' of type 'TaharezLook/ImageButton' has been created. (0B9AB5F8)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_frame__auto_closebutton__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_frame__auto_closebutton__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree' of type 'TaharezLook/Tree' has been created. (0B9B1E18)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Tree' to the window 'asset_browser_tree'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/Tree' to window 'asset_browser_tree'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B9B6E10)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'asset_browser_tree__auto_hscrollbar__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'asset_browser_tree__auto_hscrollbar__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B9BBC60)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_tree__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_tree__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B9C1520)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_tree__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_tree__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B9C6E68)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_tree__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'asset_browser_tree__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0B9CD110)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'asset_browser_tree__auto_vscrollbar__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'asset_browser_tree__auto_vscrollbar__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B9D23C8)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_tree__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_tree__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B9D7B70)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_tree__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_tree__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_tree__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0B9DD420)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_tree__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'asset_browser_tree__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_preview' of type 'TaharezLook/StaticImage' has been created. (0B9E3EE0)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/StaticImage' to the window 'asset_browser_preview'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/StaticImage' to window 'asset_browser_preview'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label' of type 'TaharezLook/StaticText' has been created. (0B9E9160)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'asset_browser_selected_asset_label'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'asset_browser_selected_asset_label'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0B9ED1E0)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'asset_browser_selected_asset_label__auto_hscrollbar__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'asset_browser_selected_asset_label__auto_hscrollbar__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0B9F2538)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0B9F7E08)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0B9FD7A0)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'asset_browser_selected_asset_label__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0BA037E8)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'asset_browser_selected_asset_label__auto_vscrollbar__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'asset_browser_selected_asset_label__auto_vscrollbar__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0BA08AB8)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0BA0E380)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0BA13E58)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'asset_browser_selected_asset_label__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset' of type 'TaharezLook/StaticText' has been created. (0BA1C1E8)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/StaticText' to the window 'asset_browser_selected_asset'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/StaticText' to window 'asset_browser_selected_asset'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset__auto_hscrollbar__' of type 'TaharezLook/HorizontalScrollbar' has been created. (0BA1FF68)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'asset_browser_selected_asset__auto_hscrollbar__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbar' to window 'asset_browser_selected_asset__auto_hscrollbar__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset__auto_hscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0BA25100)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset__auto_hscrollbar____auto_incbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_selected_asset__auto_hscrollbar____auto_incbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset__auto_hscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0BA2AA38)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset__auto_hscrollbar____auto_decbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_selected_asset__auto_hscrollbar____auto_decbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset__auto_hscrollbar____auto_thumb__' of type 'TaharezLook/HorizontalScrollbarThumb' has been created. (0BA30410)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset__auto_hscrollbar____auto_thumb__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/HorizontalScrollbarThumb' to window 'asset_browser_selected_asset__auto_hscrollbar____auto_thumb__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset__auto_vscrollbar__' of type 'TaharezLook/VerticalScrollbar' has been created. (0BA364D8)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'asset_browser_selected_asset__auto_vscrollbar__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbar' to window 'asset_browser_selected_asset__auto_vscrollbar__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset__auto_vscrollbar____auto_incbtn__' of type 'TaharezLook/ImageButton' has been created. (0BA3BA28)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset__auto_vscrollbar____auto_incbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_selected_asset__auto_vscrollbar____auto_incbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset__auto_vscrollbar____auto_decbtn__' of type 'TaharezLook/ImageButton' has been created. (0BA41130)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset__auto_vscrollbar____auto_decbtn__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/ImageButton' to window 'asset_browser_selected_asset__auto_vscrollbar____auto_decbtn__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_selected_asset__auto_vscrollbar____auto_thumb__' of type 'TaharezLook/VerticalScrollbarThumb' has been created. (0BA46B38)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_selected_asset__auto_vscrollbar____auto_thumb__'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/VerticalScrollbarThumb' to window 'asset_browser_selected_asset__auto_vscrollbar____auto_thumb__'.
23/03/2010 16:43:39 (Info)    Window 'asset_browser_select_button' of type 'TaharezLook/Button' has been created. (0BA4E818)
23/03/2010 16:43:39 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'asset_browser_select_button'
23/03/2010 16:43:39 (Info)    Assigning LookNFeel 'TaharezLook/Button' to window 'asset_browser_select_button'.
23/03/2010 16:43:39 (Std)    ---- Successfully completed loading of GUI layout from 'asset_browser_window.layout' ----
23/03/2010 16:43:39 (Error)   CEGUI::UnknownObjectException in file d:\_lib_\_cegui_\cegui\src\ceguiwindowmanager.cpp(256) : WindowManager::getWindow - A Window object with the name 'asset_browser_window__auto_closebutton__' does not exist within the system

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

Re: Problem with EventCloseClicked

Postby CrazyEddie » Tue Mar 23, 2010 16:31

Hi, thanks :)

'asset_browser_window' is a DefaultWindow and doesn't have a close button. You should probably be accessing 'asset_browser_frame'.

HTH

CE.

User avatar
hadesfury
Just popping in
Just popping in
Posts: 10
Joined: Mon Nov 23, 2009 13:31

Re: Problem with EventCloseClicked

Postby hadesfury » Tue Mar 23, 2010 16:45

Shame on me ^^

It works when I register the CloseAction on the good window i.e. 'asset_browser_frame'

I really thank you for your time ;)


Return to “Bug Reports, Suggestions, Feature Requests”

Who is online

Users browsing this forum: No registered users and 11 guests