PropertyDim error in FrameWindow NamedArea

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

Moderators: CEGUI MVP, CEGUI Team

Corim
Just popping in
Just popping in
Posts: 2
Joined: Tue Mar 06, 2012 01:01

PropertyDim error in FrameWindow NamedArea

Postby Corim » Tue Mar 06, 2012 02:02

I feel horrible asking for help, but I can not seem to figure out this problem. While using a PropertyDefinition (via PropertyDim) in a FrameWindow NamedArea, CEGUI will not load. I have tried this by only adding two lines to the TaharezLook.looknfeel and it will crash CEGUI. Maybe I am missing something, but when I add the same code to a TaharezLook/MultiLineEditbox, it works fine.

Here is the looknfeel: I moved the changes to the left side of the screen (two lines of code with LeftPadding). The rest of the code for "FrameWindow" is unchanged. If I remove the "PropertyDim" and add the original "ImageDim" it works fine again.

Code: Select all

<WidgetLook name="TaharezLook/FrameWindow">
        <PropertyDefinition name="ClientAreaColour" initialValue="FF141B38" redrawOnWrite="true" />
        <PropertyLinkDefinition name="CaptionColour" widget="__auto_titlebar__" targetProperty="CaptionColour" initialValue="FFFFFFFF" />
        <PropertyLinkDefinition name="TitlebarFont" widget="__auto_titlebar__" targetProperty="Font" />
<PropertyDefinition name="LeftPadding" initialValue="100" redrawOnWrite="true" />
        <Property name="NSSizingCursorImage" value="set:TaharezLook image:MouseNoSoCursor" />
        <Property name="EWSizingCursorImage" value="set:TaharezLook image:MouseEsWeCursor" />
        <Property name="NWSESizingCursorImage" value="set:TaharezLook image:MouseNwSeCursor" />
        <Property name="NESWSizingCursorImage" value="set:TaharezLook image:MouseNeSwCursor" />
        <Property name="UnifiedMinSize" value="{{0.1,0},{0.1,0}}" />
        <Property name="AutoRenderingSurface" value="True" />
        <NamedArea name="ClientWithTitleWithFrame">
            <Area>
                <Dim type="LeftEdge" >
<PropertyDim name="LeftPadding" />
                </Dim>
                <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ClientWithTitleNoFrame">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                <Dim type="BottomEdge" ><WidgetDim dimension="BottomEdge" /></Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ClientNoTitleWithFrame">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="WindowTopEdge" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ClientNoTitleNoFrame">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
            </Area>
        </NamedArea>
        <Child type="TaharezLook/Titlebar" nameSuffix="__auto_titlebar__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                <Dim type="Height" ><FontDim type="LineSpacing" padding="8" /></Dim>
            </Area>
            <Property name="AlwaysOnTop" value="False" />
        </Child>
        <Child type="TaharezLook/ImageButton" nameSuffix="__auto_closebutton__">
            <Area>
                <Dim type="LeftEdge" >
                    <UnifiedDim scale="1" type="LeftEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width">
                                <DimOperator op="Add">
                                    <ImageDim imageset="TaharezLook" image="SysAreaMiddle" dimension="Width" />
                                </DimOperator>
                            </ImageDim>
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="TopEdge" >
                    <AbsoluteDim value="0.5">
                        <DimOperator op="Multiply">
                            <WidgetDim widget="__auto_titlebar__" dimension="Height">
                                <DimOperator op="Subtract">
                                    <ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" />
                                </DimOperator>
                            </WidgetDim>
                        </DimOperator>
                    </AbsoluteDim>
                </Dim>
                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>
                <Dim type="Height" ><ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>
            </Area>
            <Property name="AlwaysOnTop" value="True" />
            <Property name="NormalImage" value="set:TaharezLook image:NewCloseButtonNormal" />
            <Property name="HoverImage" value="set:TaharezLook image:NewCloseButtonHover" />
            <Property name="PushedImage" value="set:TaharezLook image:NewCloseButtonPressed" />
            <Property name="NonClient" value="True" />
        </Child>
        <ImagerySection name="withtitle_frame">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                    <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
                </Area>
                <Image type="BottomLeftCorner" imageset="TaharezLook" image="WindowBottomLeft" />
                <Image type="BottomRightCorner" imageset="TaharezLook" image="WindowBottomRight" />
                <Image type="LeftEdge" imageset="TaharezLook" image="WindowLeftEdge" />
                <Image type="RightEdge" imageset="TaharezLook" image="WindowRightEdge" />
                <Image type="BottomEdge" imageset="TaharezLook" image="WindowBottomEdge" />
            </FrameComponent>
            <ImageryComponent>
                <Area>
                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
                    <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
                    <Dim type="RightEdge" >
                        <UnifiedDim scale="1" type="Width">
                            <DimOperator op="Subtract">
                                <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
                            </DimOperator>
                        </UnifiedDim>
                    </Dim>
                    <Dim type="BottomEdge" >
                        <UnifiedDim scale="1" type="Height">
                            <DimOperator op="Subtract">
                                <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
                            </DimOperator>
                        </UnifiedDim>
                    </Dim>
                </Area>
                <Image imageset="TaharezLook" image="GenericBrush" />
                <ColourProperty name="ClientAreaColour" />
                <VertFormat type="Stretched" />
                <HorzFormat type="Stretched" />
            </ImageryComponent>
        </ImagerySection>
        <ImagerySection name="notitle_frame">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="TaharezLook" image="WindowTopLeft" />
                <Image type="TopRightCorner" imageset="TaharezLook" image="WindowTopRight" />
                <Image type="BottomLeftCorner" imageset="TaharezLook" image="WindowBottomLeft" />
                <Image type="BottomRightCorner" imageset="TaharezLook" image="WindowBottomRight" />
                <Image type="LeftEdge" imageset="TaharezLook" image="WindowLeftEdge" />
                <Image type="RightEdge" imageset="TaharezLook" image="WindowRightEdge" />
                <Image type="BottomEdge" imageset="TaharezLook" image="WindowBottomEdge" />
            </FrameComponent>
            <ImageryComponent>
                <Area>
                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="WindowTopEdge" dimension="Width" /></Dim>
                    <Dim type="RightEdge" >
                        <UnifiedDim scale="1" type="Width">
                            <DimOperator op="Subtract">
                                <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
                            </DimOperator>
                        </UnifiedDim>
                    </Dim>
                    <Dim type="BottomEdge" >
                        <UnifiedDim scale="1" type="Height">
                            <DimOperator op="Subtract">
                                <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
                            </DimOperator>
                        </UnifiedDim>
                    </Dim>
                </Area>
                <Image imageset="TaharezLook" image="GenericBrush" />
                <ColourProperty name="ClientAreaColour" />
                <VertFormat type="Stretched" />
                <HorzFormat type="Stretched" />
            </ImageryComponent>
        </ImagerySection>
        <ImagerySection name="withtitle_noframe_client_area">
            <ImageryComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="Height" /></Dim>
                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                    <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
                </Area>
                <Image imageset="TaharezLook" image="GenericBrush" />
                <ColourProperty name="ClientAreaColour" />
                <VertFormat type="Stretched" />
                <HorzFormat type="Stretched" />
            </ImageryComponent>
        </ImagerySection>
        <ImagerySection name="notitle_noframe_client_area">
            <ImageryComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
                </Area>
                <Image imageset="TaharezLook" image="GenericBrush" />
                <ColourProperty name="ClientAreaColour" />
                <VertFormat type="Stretched" />
                <HorzFormat type="Stretched" />
            </ImageryComponent>
        </ImagerySection>
        <StateImagery name="ActiveWithTitleWithFrame">
            <Layer>
                <Section section="withtitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveWithTitleWithFrame">
            <Layer>
                <Section section="withtitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledWithTitleWithFrame">
            <Layer>
                <Section section="withtitle_frame">
                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="ActiveWithTitleNoFrame">
            <Layer>
                <Section section="withtitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveWithTitleNoFrame">
            <Layer>
                <Section section="withtitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledWithTitleNoFrame">
            <Layer>
                <Section section="withtitle_noframe_client_area">
                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="ActiveNoTitleWithFrame">
            <Layer>
                <Section section="notitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveNoTitleWithFrame">
            <Layer>
                <Section section="notitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledNoTitleWithFrame">
            <Layer>
                <Section section="notitle_frame">
                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="ActiveNoTitleNoFrame">
            <Layer>
                <Section section="notitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveNoTitleNoFrame">
            <Layer>
                <Section section="notitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledNoTitleNoFrame">
            <Layer>
                <Section section="notitle_noframe_client_area">
                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
                </Section>
            </Layer>
        </StateImagery>
    </WidgetLook>


Also, here is the log, it states "There is no Property named 'LeftPadding' available in the set."

Code: Select all

05/03/2012 19:08:38 (Std)    ---- Version 0.7.6 (Build: Feb 27 2012 Debug Microsoft Windows MSVC++ 10.0 32 bit) ----
05/03/2012 19:08:38 (Std)    ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
05/03/2012 19:08:38 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
05/03/2012 19:08:38 (Std)    ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
05/03/2012 19:08:38 (Std)    ---- Scripting module is: CEGUI::LuaScriptModule - Official Lua based scripting module for CEGUI ----
05/03/2012 19:08:38 (Std)    ********************************************************************************
05/03/2012 19:08:38 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
05/03/2012 19:08:38 (Std)    ********************************************************************************
05/03/2012 19:08:38 (Std)    
05/03/2012 19:08:38 (Std)    ---- Begining CEGUI System initialisation ----
05/03/2012 19:08:38 (Std)    CEGUI::ImagesetManager singleton created (073A6D70)
05/03/2012 19:08:38 (Std)    CEGUI::FontManager singleton created. (073D0D28)
05/03/2012 19:08:38 (Std)    CEGUI::WindowFactoryManager singleton created
05/03/2012 19:08:38 (Std)    CEGUI::WindowManager singleton created (073CF6F0)
05/03/2012 19:08:38 (Std)    CEGUI::SchemeManager singleton created. (073CFA28)
05/03/2012 19:08:38 (Std)    CEGUI::MouseCursor singleton created. (02E1A1E0)
05/03/2012 19:08:38 (Std)    CEGUI::GlobalEventSet singleton created. (02E1A5C8)
05/03/2012 19:08:38 (Std)    CEGUI::AnimationManager singleton created (02E1A758)
05/03/2012 19:08:38 (Std)    CEGUI::WidgetLookManager singleton created. (02E1AF60)
05/03/2012 19:08:38 (Std)    CEGUI::WindowRendererManager singleton created (02E1B098)
05/03/2012 19:08:38 (Std)    CEGUI::RenderEffectManager singleton created (02E1B5D8)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'DefaultWindow' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'DefaultWindow' windows added. (02E1BDD0)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'DragContainer' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'DragContainer' windows added. (02E1C078)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'ScrolledContainer' windows added. (02E1C408)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'ClippedContainer' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'ClippedContainer' windows added. (02E1C5C8)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Checkbox' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (02E1C7D8)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (02E1C998)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (02E1CB58)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (02E1CD78)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (02E1CF38)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (02E1D0F8)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (02E1D2B8)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (02E1D478)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (02E1D638)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (02E1D7F8)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (02E1DA40)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (02E1DCD0)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (02E1DF30)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (02E1E190)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (02E1E350)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (02E1E510)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (02E1E6D0)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (02E1E890)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (02E1EA50)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (02E1EC10)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (02E1EDD0)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (02E1EF90)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (02E1F150)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (02E1F310)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (02E1F4D0)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (02E1F778)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (02E1F938)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (02E1FAF8)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (02E1FCB8)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (02E1FE78)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (02E20038)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (02E201F8)
05/03/2012 19:08:38 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
05/03/2012 19:08:38 (Std)    CEGUI::System singleton created. (073A6AC0)
05/03/2012 19:08:38 (Std)    ---- CEGUI System initialisation completed ----
05/03/2012 19:08:38 (Std)    
05/03/2012 19:08:38 (Std)    ---- Creating Lua bindings ----
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'Game/InventoryReceiver' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'Game/InventoryReceiver' windows added. (073CE0C0)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'Game/InventoryItem' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'Game/InventoryItem' windows added. (02E20670)
05/03/2012 19:08:38 (Std)    Created WindowFactory for 'Game/EnhancedFrameWindow' windows.
05/03/2012 19:08:38 (Std)    WindowFactory for 'Game/EnhancedFrameWindow' windows added. (02E20830)
05/03/2012 19:08:38 (Std)    Created WindowRendererFactory for 'Game/InventoryItemRenderer' WindowRenderers.
05/03/2012 19:08:38 (Std)    WindowRendererFactory 'Game/InventoryItemRenderer' added. (02E209F0)
05/03/2012 19:08:38 (Std)    Created WindowRendererFactory for 'Game/InventoryReceiverRenderer' WindowRenderers.
05/03/2012 19:08:38 (Std)    WindowRendererFactory 'Game/InventoryReceiverRenderer' added. (02E20BB0)
05/03/2012 19:08:38 (Std)    Started creation of Scheme from XML specification:
05/03/2012 19:08:38 (Std)    ---- CEGUI GUIScheme name: TaharezLook
05/03/2012 19:08:38 (Std)    Started creation of Imageset from XML specification:
05/03/2012 19:08:38 (Std)    ---- CEGUI Imageset name: TaharezLook
05/03/2012 19:08:38 (Std)    ---- Source texture file: TaharezLook.tga in resource group: (Default)
05/03/2012 19:08:38 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:38 (Std)    ---- CEGUI font name: DejaVuSans-10
05/03/2012 19:08:38 (Std)    ----       Font type: FreeType
05/03/2012 19:08:38 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
05/03/2012 19:08:38 (Std)    ---- Real point size: 10
05/03/2012 19:08:39 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
05/03/2012 19:08:39 (Std)    ===== Look and feel parsing completed =====
05/03/2012 19:08:39 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Button' added. (07538C78)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Default' added. (0750D4B8)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (07542F28)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (03F94530)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (03F95A30)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (07515D58)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (03F99CD8)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (07519EF0)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (074FFB60)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (074B1718)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (02E28DF0)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (075157D8)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (03F49ED0)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (03F4A090)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (03F4A9E8)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (03F4ABA8)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Slider' added. (03F4AD68)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Static' added. (03F4AF28)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (07512F80)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (07513140)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (07513300)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (075134C0)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (07513680)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (0753CA48)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (0753CC08)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (0753CDC8)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (0753CF88)
05/03/2012 19:08:39 (Std)    Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
05/03/2012 19:08:39 (Std)    WindowRendererFactory 'Falagard/Tree' added. (075457D0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/Checkbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/ImageButton' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/RadioButton' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'TaharezLook/FrameWindow' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'TaharezLook/Titlebar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/Editbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'TaharezLook/MultiLineEditbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'TaharezLook/Menubar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'TaharezLook/PopupMenu' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'TaharezLook/MenuItem' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/AltProgressBar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/ProgressBar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/VUMeter' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/VerticalScrollbar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/HorizontalScrollbar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/VerticalScrollbarThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/LargeVerticalScrollbar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'TaharezLook/TabButton' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'TaharezLook/TabControl' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/ComboEditbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Combobox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/Listbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'TaharezLook/ListHeader' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'TaharezLook/ListHeaderSegment' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'TaharezLook/MultiColumnList' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'TaharezLook/Slider' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/SliderThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'TaharezLook/ScrollablePane' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Spinner' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'TaharezLook/Tooltip' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'TaharezLook/ItemListbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'TaharezLook/ListboxItem' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'TaharezLook/Tree' using base type 'CEGUI/Tree', window renderer 'Falagard/Tree' Look'N'Feel 'TaharezLook/Tree' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Started creation of Scheme from XML specification:
05/03/2012 19:08:39 (Std)    ---- CEGUI GUIScheme name: VanillaSkin
05/03/2012 19:08:39 (Std)    Started creation of Imageset from XML specification:
05/03/2012 19:08:39 (Std)    ---- CEGUI Imageset name: Vanilla-Images
05/03/2012 19:08:39 (Std)    ---- Source texture file: vanilla.tga in resource group: (Default)
05/03/2012 19:08:39 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
05/03/2012 19:08:39 (Std)    ===== Look and feel parsing completed =====
05/03/2012 19:08:39 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'Vanilla/Titlebar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'Vanilla/Button' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'Vanilla/FrameWindow' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'Vanilla/Editbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'Vanilla/VerticalScrollbarThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'Vanilla/VerticalScrollbar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'Vanilla/HorizontalScrollbarThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'Vanilla/HorizontalScrollbar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'Vanilla/StaticImage' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'Vanilla/StaticText' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'Vanilla/Listbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'Vanilla/MultiLineEditbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'Vanilla/ComboDropList' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'Vanilla/Combobox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Creating falagard mapping for type 'Vanilla/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'Vanilla/ProgressBar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:39 (Std)    Started creation of Scheme from XML specification:
05/03/2012 19:08:39 (Std)    ---- CEGUI GUIScheme name: WindowsLookSkin
05/03/2012 19:08:39 (Std)    Started creation of Imageset from XML specification:
05/03/2012 19:08:39 (Std)    ---- CEGUI Imageset name: WindowsLook
05/03/2012 19:08:39 (Std)    ---- Source texture file: WindowsLook.tga in resource group: (Default)
05/03/2012 19:08:39 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
05/03/2012 19:08:40 (Std)    ===== Look and feel parsing completed =====
05/03/2012 19:08:40 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/Button' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'WindowsLook/Checkbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/IconButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/IconButton' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'WindowsLook/RadioButton' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'WindowsLook/FrameWindow' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'WindowsLook/Titlebar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/SystemButton' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'WindowsLook/Editbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'WindowsLook/MultiLineEditbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'WindowsLook/Menubar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'WindowsLook/PopupMenu' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'WindowsLook/MenuItem' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'WindowsLook/ProgressBar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'WindowsLook/VerticalScrollbar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'WindowsLook/HorizontalScrollbar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/VerticalScrollbarThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/HorizontalScrollbarThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'WindowsLook/TabButton' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'WindowsLook/TabControl' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/TabContentPane' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/TabButtonPane' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'WindowsLook/ComboDropList' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/Combobox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'WindowsLook/Listbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'WindowsLook/ListHeader' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'WindowsLook/ListHeaderSegment' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'WindowsLook/MultiColumnList' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'WindowsLook/Slider' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/SliderThumb' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'WindowsLook/ScrollablePane' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/Spinner' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'WindowsLook/Tooltip' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/Static' using base type 'DefaultWindow', window renderer 'Falagard/Static' Look'N'Feel 'WindowsLook/Static' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'WindowsLook/StaticImage' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'WindowsLook/StaticText' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'WindowsLook/ItemListbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'WindowsLook/ListboxItem' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Creating falagard mapping for type 'WindowsLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/GroupBox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:40 (Std)    Started creation of Scheme from XML specification:
05/03/2012 19:08:40 (Std)    ---- CEGUI GUIScheme name: Game
05/03/2012 19:08:40 (Std)    Started creation of Imageset from XML specification:
05/03/2012 19:08:40 (Std)    ---- CEGUI Imageset name: Inventory
05/03/2012 19:08:40 (Std)    ---- Source texture file: Inventory.png in resource group: (Default)
05/03/2012 19:08:40 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:40 (Std)    ---- CEGUI font name: DejaVuSans-10
05/03/2012 19:08:40 (Std)    ----       Font type: FreeType
05/03/2012 19:08:40 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
05/03/2012 19:08:40 (Std)    ---- Real point size: 10
05/03/2012 19:08:40 (Std)    ---- Returning existing instance of Font named 'DejaVuSans-10'.
05/03/2012 19:08:40 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
05/03/2012 19:08:40 (Std)    ===== Look and feel parsing completed =====
05/03/2012 19:08:40 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
05/03/2012 19:08:41 (Std)    ===== Look and feel parsing completed =====
05/03/2012 19:08:41 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
05/03/2012 19:08:41 (Std)    Creating falagard mapping for type 'Game/InventoryReceiver' using base type 'Game/InventoryReceiver', window renderer 'Game/InventoryReceiverRenderer' Look'N'Feel 'Game/InventoryReceiver' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:41 (Std)    Creating falagard mapping for type 'Game/InventoryItem' using base type 'Game/InventoryItem', window renderer 'Game/InventoryItemRenderer' Look'N'Feel 'Game/InventoryItem' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:41 (Std)    Creating falagard mapping for type 'Game/InventoryWindow' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'Game/InventoryWindow' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:41 (Std)    Creating falagard mapping for type 'Game/PackWindow' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'Game/PackWindow' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:41 (Std)    Creating falagard mapping for type 'Game/HeaderBar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'Game/HeaderBar' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:41 (Std)    Creating falagard mapping for type 'Game/ChatBox' using base type 'Game/EnhancedFrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'tee/ChatBox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:41 (Std)    Creating falagard mapping for type 'Game/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'tee/MultiLineEditbox' and RenderEffect ''. (003FC5A0)
05/03/2012 19:08:41 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:41 (Std)    ---- CEGUI font name: Calibri-8
05/03/2012 19:08:41 (Std)    ----       Font type: FreeType
05/03/2012 19:08:41 (Std)    ----     Source file: calibri.ttf in resource group: (Default)
05/03/2012 19:08:41 (Std)    ---- Real point size: 8
05/03/2012 19:08:41 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:41 (Std)    ---- CEGUI font name: Calibri-10
05/03/2012 19:08:41 (Std)    ----       Font type: FreeType
05/03/2012 19:08:41 (Std)    ----     Source file: calibri.ttf in resource group: (Default)
05/03/2012 19:08:41 (Std)    ---- Real point size: 10
05/03/2012 19:08:41 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:41 (Std)    ---- CEGUI font name: Calibri-12
05/03/2012 19:08:41 (Std)    ----       Font type: FreeType
05/03/2012 19:08:41 (Std)    ----     Source file: calibri.ttf in resource group: (Default)
05/03/2012 19:08:41 (Std)    ---- Real point size: 12
05/03/2012 19:08:41 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:41 (Std)    ---- CEGUI font name: Calibri-14
05/03/2012 19:08:41 (Std)    ----       Font type: FreeType
05/03/2012 19:08:41 (Std)    ----     Source file: calibri.ttf in resource group: (Default)
05/03/2012 19:08:41 (Std)    ---- Real point size: 14
05/03/2012 19:08:41 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:41 (Std)    ---- CEGUI font name: Calibri-16
05/03/2012 19:08:41 (Std)    ----       Font type: FreeType
05/03/2012 19:08:41 (Std)    ----     Source file: calibri.ttf in resource group: (Default)
05/03/2012 19:08:41 (Std)    ---- Real point size: 16
05/03/2012 19:08:41 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:41 (Std)    ---- CEGUI font name: CalibriBold-8
05/03/2012 19:08:41 (Std)    ----       Font type: FreeType
05/03/2012 19:08:41 (Std)    ----     Source file: calibrib.ttf in resource group: (Default)
05/03/2012 19:08:41 (Std)    ---- Real point size: 8
05/03/2012 19:08:42 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:42 (Std)    ---- CEGUI font name: CalibriBold-10
05/03/2012 19:08:42 (Std)    ----       Font type: FreeType
05/03/2012 19:08:42 (Std)    ----     Source file: calibrib.ttf in resource group: (Default)
05/03/2012 19:08:42 (Std)    ---- Real point size: 10
05/03/2012 19:08:42 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:42 (Std)    ---- CEGUI font name: CalibriBold-12
05/03/2012 19:08:42 (Std)    ----       Font type: FreeType
05/03/2012 19:08:42 (Std)    ----     Source file: calibrib.ttf in resource group: (Default)
05/03/2012 19:08:42 (Std)    ---- Real point size: 12
05/03/2012 19:08:42 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:42 (Std)    ---- CEGUI font name: CalibriBold-14
05/03/2012 19:08:42 (Std)    ----       Font type: FreeType
05/03/2012 19:08:42 (Std)    ----     Source file: calibrib.ttf in resource group: (Default)
05/03/2012 19:08:42 (Std)    ---- Real point size: 14
05/03/2012 19:08:42 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:42 (Std)    ---- CEGUI font name: CalibriBold-16
05/03/2012 19:08:42 (Std)    ----       Font type: FreeType
05/03/2012 19:08:42 (Std)    ----     Source file: calibrib.ttf in resource group: (Default)
05/03/2012 19:08:42 (Std)    ---- Real point size: 16
05/03/2012 19:08:42 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:42 (Std)    ---- CEGUI font name: Courier-8
05/03/2012 19:08:42 (Std)    ----       Font type: FreeType
05/03/2012 19:08:42 (Std)    ----     Source file: cour.ttf in resource group: (Default)
05/03/2012 19:08:42 (Std)    ---- Real point size: 8
05/03/2012 19:08:42 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:42 (Std)    ---- CEGUI font name: Courier-10
05/03/2012 19:08:42 (Std)    ----       Font type: FreeType
05/03/2012 19:08:42 (Std)    ----     Source file: cour.ttf in resource group: (Default)
05/03/2012 19:08:42 (Std)    ---- Real point size: 10
05/03/2012 19:08:42 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:42 (Std)    ---- CEGUI font name: Courier-12
05/03/2012 19:08:42 (Std)    ----       Font type: FreeType
05/03/2012 19:08:42 (Std)    ----     Source file: cour.ttf in resource group: (Default)
05/03/2012 19:08:42 (Std)    ---- Real point size: 12
05/03/2012 19:08:42 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:42 (Std)    ---- CEGUI font name: Courier-14
05/03/2012 19:08:42 (Std)    ----       Font type: FreeType
05/03/2012 19:08:42 (Std)    ----     Source file: cour.ttf in resource group: (Default)
05/03/2012 19:08:42 (Std)    ---- Real point size: 14
05/03/2012 19:08:43 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:43 (Std)    ---- CEGUI font name: Courier-16
05/03/2012 19:08:43 (Std)    ----       Font type: FreeType
05/03/2012 19:08:43 (Std)    ----     Source file: cour.ttf in resource group: (Default)
05/03/2012 19:08:43 (Std)    ---- Real point size: 16
05/03/2012 19:08:43 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:43 (Std)    ---- CEGUI font name: CourierBold-8
05/03/2012 19:08:43 (Std)    ----       Font type: FreeType
05/03/2012 19:08:43 (Std)    ----     Source file: courbd.ttf in resource group: (Default)
05/03/2012 19:08:43 (Std)    ---- Real point size: 8
05/03/2012 19:08:43 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:43 (Std)    ---- CEGUI font name: CourierBold-10
05/03/2012 19:08:43 (Std)    ----       Font type: FreeType
05/03/2012 19:08:43 (Std)    ----     Source file: courbd.ttf in resource group: (Default)
05/03/2012 19:08:43 (Std)    ---- Real point size: 10
05/03/2012 19:08:43 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:43 (Std)    ---- CEGUI font name: CourierBold-12
05/03/2012 19:08:43 (Std)    ----       Font type: FreeType
05/03/2012 19:08:43 (Std)    ----     Source file: courbd.ttf in resource group: (Default)
05/03/2012 19:08:43 (Std)    ---- Real point size: 12
05/03/2012 19:08:43 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:43 (Std)    ---- CEGUI font name: CourierBold-14
05/03/2012 19:08:43 (Std)    ----       Font type: FreeType
05/03/2012 19:08:43 (Std)    ----     Source file: courbd.ttf in resource group: (Default)
05/03/2012 19:08:43 (Std)    ---- Real point size: 14
05/03/2012 19:08:43 (Std)    Started creation of Font from XML specification:
05/03/2012 19:08:43 (Std)    ---- CEGUI font name: CourierBold-16
05/03/2012 19:08:43 (Std)    ----       Font type: FreeType
05/03/2012 19:08:43 (Std)    ----     Source file: courbd.ttf in resource group: (Default)
05/03/2012 19:08:43 (Std)    ---- Real point size: 16
05/03/2012 19:08:44 (Error)   Attempt to set value of '86'  to read only property 'HorzExtent' on window: Pregame/StatusText
05/03/2012 19:08:44 (Error)   Attempt to set value of '13.0411'  to read only property 'VertExtent' on window: Pregame/StatusText
05/03/2012 19:08:44 (Std)    Attempting to create Imageset 'CalibriBold-10_auto_glyph_images_
05/03/2012 19:08:44 (Std)    Attempting to create Imageset 'CalibriBold-10_auto_glyph_images_ü' with texture only.
05/03/2012 19:08:44 (Error)   Attempt to set value of '80'  to read only property 'HorzExtent' on window: Pregame/CredentialsFrame/UsernameLabel
05/03/2012 19:08:44 (Error)   Attempt to set value of '16'  to read only property 'VertExtent' on window: Pregame/CredentialsFrame/UsernameLabel
05/03/2012 19:08:44 (Error)   Attempt to set value of '80'  to read only property 'HorzExtent' on window: Pregame/CredentialsFrame/PasswordLabel
05/03/2012 19:08:44 (Error)   Attempt to set value of '16'  to read only property 'VertExtent' on window: Pregame/CredentialsFrame/PasswordLabel
05/03/2012 19:08:44 (Std)    ---- Successfully completed loading of GUI layout from 'Pregame.layout' ----
05/03/2012 19:08:44 (Std)    Attempting to create Imageset 'DejaVuSans-10_auto_glyph_images_ ' with texture only.
05/03/2012 19:08:44 (Std)    Attempting to create Imageset 'Courier-12_auto_glyph_images_ ' with texture only.
05/03/2012 19:08:44 (Std)    Attempting to create Imageset 'CalibriBold-12_auto_glyph_images_
05/03/2012 19:08:44 (Error)   Attempt to set value of '36'  to read only property 'HorzExtent' on window: Default/HUD/HP
05/03/2012 19:08:44 (Error)   Attempt to set value of '13.0411'  to read only property 'VertExtent' on window: Default/HUD/HP
05/03/2012 19:08:44 (Error)   Attempt to set value of '60'  to read only property 'HorzExtent' on window: Default/HUD/Target
05/03/2012 19:08:44 (Error)   Attempt to set value of '13.0411'  to read only property 'VertExtent' on window: Default/HUD/Target
05/03/2012 19:08:44 (Error)   Attempt to set value of '53'  to read only property 'HorzExtent' on window: Default/HUD/Mana
05/03/2012 19:08:44 (Error)   Attempt to set value of '13.0411'  to read only property 'VertExtent' on window: Default/HUD/Mana
05/03/2012 19:08:44 (Error)   CEGUI::UnknownObjectException in file s:\source\cegui\cegui-0.7.6\cegui\src\ceguipropertyset.cpp(109) : There is no Property named 'LeftPadding' available in the set.
05/03/2012 19:08:44 (Error)   CEGUI::InvalidRequestException in file s:\source\cegui\cegui-0.7.6\cegui\src\ceguiguilayout_xmlhandler.cpp(233) : GUILayout_xmlHandler::startElement - layout loading has been aborted since no WindowFactory is available for 'TaharezLook/FrameWindow' objects.
05/03/2012 19:08:44 (Error)   WindowManager::loadWindowLayout - loading of layout from file 'Default.layout' failed.


I really hope I am not missing something obvious. Like I said, it works as expected with the same code in the MultiLineEditBox. Also, when not used in the "NamedArea," the "PropertyDim"/"PropertyDefinition" work fine. Thanks so much in advance.

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

Re: PropertyDim error in FrameWindow NamedArea

Postby CrazyEddie » Tue Mar 06, 2012 08:27

Hi,

I ran a basic test, and this looks like a bug. I will follow up later with further information. Thanks :D

CE.

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

Re: PropertyDim error in FrameWindow NamedArea

Postby CrazyEddie » Tue Mar 06, 2012 11:50

This was/is a bug. I have committed a fix in the v0-7 stable mercurial branch, which you can switch to using if you would like. If you'd rather patch your 0.7.6 files directly, then see the change set details here: http://crayzedsgui.hg.sourceforge.net/h ... 97ab63d7a6

Thanks for raising the issue.

CE.

Corim
Just popping in
Just popping in
Posts: 2
Joined: Tue Mar 06, 2012 01:01

Re: PropertyDim error in FrameWindow NamedArea

Postby Corim » Wed Mar 07, 2012 19:00

Thanks a bunch. I'm glad I wasn't missing something obvious.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 5 guests