Page 1 of 1

[SOLVED]i create a tooltip,but it didn't show in my app

Posted: Tue Mar 27, 2012 07:24
by classfly
Hi,recently i was working on the tooltip and i created the .scheme and looknfeel files for my gui.But when i try to use the tooltip i created ,nothing showed when the mouse on the widgets.And i injectTimePulse by calling

CEGUI::System::getSingleton().injectTimePulse(evt.timeSinceLastFrame)
in function:frameRenderingQueued().
And i have got it initialised in my init():

CEGUI::System::getSingleton().setDefaultTooltip ("GuiLook/Tooltip")

And then i loaded the FoneDemo.layout in order to test the effect of the tooltip.I modified the tooltip text of some widgets .But when i run the app,nothing happened when the mouse was on them.
Here is the defination of my tooltip:

Code: Select all

    ***************************************************
        GuiLook/Tooltip
    ***************************************************
    -->
    <WidgetLook name="GuiLook/Tooltip">
        <NamedArea name="TextArea">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="GuiLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="GuiLook" image="TooltipTopEdge" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="GuiLook" image="TooltipRightEdge" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="GuiLook" image="TooltipBottomEdge" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <ImagerySection name="main">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="20" /></Dim>
                    <Dim type="TopEdge" ><UnifiedDim scale="-1" type="Height" /></Dim>

                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>

                </Area>
                <Image type="TopLeftCorner" imageset="GuiLook" image="TooltipTopLeft" />
                <Image type="TopRightCorner" imageset="GuiLook" image="TooltipTopRight" />
                <Image type="BottomLeftCorner" imageset="GuiLook" image="TooltipBottomLeft" />
                <Image type="BottomRightCorner" imageset="GuiLook" image="TooltipBottomRight" />
                <Image type="LeftEdge" imageset="GuiLook" image="TooltipLeftEdge" />
                <Image type="RightEdge" imageset="GuiLook" image="TooltipRightEdge" />
                <Image type="TopEdge" imageset="GuiLook" image="TooltipTopEdge" />
                <Image type="BottomEdge" imageset="GuiLook" image="TooltipBottomEdge" />
                <Image type="Background" imageset="GuiLook" image="TooltipMiddle" />
            </FrameComponent>
        </ImagerySection>
        <ImagerySection name="label">
            <TextComponent>
                <Area>
                    <Dim type="LeftEdge" >
          <ImageDim imageset="GuiLook" image="TooltipLeftEdge" dimension="Width" />
                            <DimOperator op="Add">
                               <AbsoluteDim value="20" />
                            </DimOperator>
                    </Dim>
                    <Dim type="TopEdge" >
                            <DimOperator op="Add">
                               <UnifiedDim scale="-1" type="Height" />
                            </DimOperator>
                    </Dim>
                    <Dim type="RightEdge" >
                        <UnifiedDim scale="1" type="RightEdge">
                            <DimOperator op="Subtract">
                                <ImageDim imageset="GuiLook" image="TooltipRightEdge" dimension="Width" />
                            </DimOperator>
                            <DimOperator op="Add">
                               <AbsoluteDim value="20" />
                            </DimOperator>
                        </UnifiedDim>
                    </Dim>
                    <Dim type="BottomEdge" >
                        <UnifiedDim scale="1" type="BottomEdge">
                            <DimOperator op="Subtract">
                                <ImageDim imageset="GuiLook" image="TooltipBottomEdge" dimension="Height" />
                            </DimOperator>
                            <DimOperator op="Add">
                               <UnifiedDim scale="-1" type="Height" />
                            </DimOperator>
                        </UnifiedDim>
                    </Dim>
                </Area>
                <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" />
                <VertFormat type="CentreAligned" />
                <HorzFormat type="CentreAligned" />
            </TextComponent>
        </ImagerySection>
        <StateImagery name="Enabled" clipped = "false">
            <Layer>
                <Section section="main" />
                <Section section="label" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled" clipped = "false">
            <Layer>
                <Section section="main" />
                <Section section="label" />
            </Layer>
        </StateImagery>
    </WidgetLook>

In my .scheme

Code: Select all

<FalagardMapping WindowType="GuiLook/Tooltip" TargetType="CEGUI/Tooltip" Renderer="Falagard/Tooltip" LookNFeel="GuiLook/Tooltip" />

My environment is:Ogre 1.7.3 and 0.7.5 for CEGUI.Thank you all :D

Re: i create a tooltip,but it didn't show in my app

Posted: Tue Mar 27, 2012 07:42
by classfly
Sorry for my poor English :(

Re: i create a tooltip,but it didn't show in my app

Posted: Tue Mar 27, 2012 11:27
by CrazyEddie
Hi,

I'm wondering if you're blind or simply a moron. It's not possible to say you didn't see it, so it must be one of these. And since you're using a visual GUI system, I think we may eliminate blindness.

Help us to help you! If you make it difficult to help you, we wont do it.

CE.

Re: i create a tooltip,but it didn't show in my app

Posted: Tue Mar 27, 2012 11:58
by classfly
CrazyEddie wrote:Hi,

I'm wondering if you're blind or simply a moron. It's not possible to say you didn't see it, so it must be one of these. And since you're using a visual GUI system, I think we may eliminate blindness.

Help us to help you! If you make it difficult to help you, we wont do it.

CE.

Sorry for my carelessness.And i must apologise for my mistake.Here is the .log files

Code: Select all

27/03/2012 19:31:34 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
27/03/2012 19:31:34 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
27/03/2012 19:31:34 (Std)    +                          (http://www.cegui.org.uk/)                         +
27/03/2012 19:31:34 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

27/03/2012 19:31:34 (Std)    CEGUI::Logger singleton created. (0C7D5860)
27/03/2012 19:31:34 (Std)    
27/03/2012 19:31:34 (Std)    ********************************************************************************
27/03/2012 19:31:34 (Std)    * Important:                                                                   *
27/03/2012 19:31:34 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
27/03/2012 19:31:34 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
27/03/2012 19:31:34 (Std)    *     support being given; please do not waste our time.                       *
27/03/2012 19:31:34 (Std)    ********************************************************************************
27/03/2012 19:31:34 (Std)    ********************************************************************************
27/03/2012 19:31:34 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
27/03/2012 19:31:34 (Std)    ********************************************************************************
27/03/2012 19:31:34 (Std)    ---- Version 0.7.5 (Build: Jan 30 2012 Debug Microsoft Windows MSVC++ 10.0 32 bit) ----
27/03/2012 19:31:34 (Std)    ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
27/03/2012 19:31:34 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
27/03/2012 19:31:34 (Std)    ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
27/03/2012 19:31:34 (Std)    ---- Scripting module is: None ----
27/03/2012 19:31:34 (Std)    ********************************************************************************
27/03/2012 19:31:34 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
27/03/2012 19:31:34 (Std)    ********************************************************************************
27/03/2012 19:31:34 (Std)    
27/03/2012 19:31:34 (Std)    ---- Begining CEGUI System initialisation ----
27/03/2012 19:31:34 (Std)    CEGUI::ImagesetManager singleton created (0C7D5758)
27/03/2012 19:31:34 (Std)    CEGUI::FontManager singleton created. (0C7D5EF0)
27/03/2012 19:31:34 (Std)    CEGUI::WindowFactoryManager singleton created
27/03/2012 19:31:34 (Std)    CEGUI::WindowManager singleton created (02529760)
27/03/2012 19:31:34 (Std)    CEGUI::SchemeManager singleton created. (0C7A0980)
27/03/2012 19:31:34 (Std)    CEGUI::MouseCursor singleton created. (0C65D4E8)
27/03/2012 19:31:34 (Std)    CEGUI::GlobalEventSet singleton created. (025A79D0)
27/03/2012 19:31:34 (Std)    CEGUI::AnimationManager singleton created (025296E0)
27/03/2012 19:31:34 (Std)    CEGUI::WidgetLookManager singleton created. (02592E50)
27/03/2012 19:31:34 (Std)    CEGUI::WindowRendererManager singleton created (02592E90)
27/03/2012 19:31:34 (Std)    CEGUI::RenderEffectManager singleton created (024F8010)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'DefaultWindow' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'DefaultWindow' windows added. (0C785490)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'DragContainer' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'DragContainer' windows added. (0C785558)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'ScrolledContainer' windows added. (0C785620)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'ClippedContainer' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'ClippedContainer' windows added. (0C7856E8)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Checkbox' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (0C7857B0)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (0C785878)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (0C785940)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (0C785A08)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (0C785AD0)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (0C785C60)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (0C785B98)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (0C785D28)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (0C785DF0)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (0C785EB8)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (0C785F80)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (0C786048)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (0C786110)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (0C7861D8)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (0C7862A0)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (0C786368)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (0C786430)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (0C7864F8)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (0C7865C0)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (0C786688)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (0C786750)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (0C786818)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (0C7868E0)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (0C7869A8)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (0C786B38)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (0C786A70)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (0C786C00)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (0C786CC8)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (0C786D90)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (0C786F20)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (0C786E58)
27/03/2012 19:31:34 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
27/03/2012 19:31:34 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (0C786FE8)
27/03/2012 19:31:34 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
27/03/2012 19:31:34 (Std)    CEGUI::System singleton created. (0C7FD400)
27/03/2012 19:31:34 (Std)    ---- CEGUI System initialisation completed ----
27/03/2012 19:31:34 (Std)    
27/03/2012 19:31:34 (Std)    Started creation of Scheme from XML specification:
27/03/2012 19:31:34 (Std)    ---- CEGUI GUIScheme name: WindowsLookSkin
27/03/2012 19:31:34 (Std)    Started creation of Imageset from XML specification:
27/03/2012 19:31:34 (Std)    ---- CEGUI Imageset name: WindowsLook
27/03/2012 19:31:34 (Std)    ---- Source texture file: WindowsLook.tga in resource group: (Default)
27/03/2012 19:31:35 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
27/03/2012 19:31:35 (Std)    ===== Look and feel parsing completed =====
27/03/2012 19:31:35 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Button' added. (0D663790)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Default' added. (0D6639E8)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (0D663920)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (0D663AB0)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (0D663B78)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (0D663C40)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (0D663D08)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (0D663DD0)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (0D663E98)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (0D663F60)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (0D664028)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (0D6640F0)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (0D6641B8)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (0D664280)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (0D664348)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (0D664410)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Slider' added. (0D6644D8)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Static' added. (0D664668)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (0D664730)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (0D6645A0)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (0D6647F8)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (0D6648C0)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (0D664988)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (0D664A50)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (0D664B18)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (0D664BE0)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (0D664CA8)
27/03/2012 19:31:35 (Std)    Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
27/03/2012 19:31:35 (Std)    WindowRendererFactory 'Falagard/Tree' added. (0D664D70)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/Button' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'WindowsLook/Checkbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/IconButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/IconButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'WindowsLook/RadioButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'WindowsLook/FrameWindow' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'WindowsLook/Titlebar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/SystemButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'WindowsLook/Editbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'WindowsLook/MultiLineEditbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'WindowsLook/Menubar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'WindowsLook/PopupMenu' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'WindowsLook/MenuItem' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'WindowsLook/ProgressBar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'WindowsLook/VerticalScrollbar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'WindowsLook/HorizontalScrollbar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/VerticalScrollbarThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/HorizontalScrollbarThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'WindowsLook/TabButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'WindowsLook/TabControl' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/TabContentPane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/TabButtonPane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'WindowsLook/ComboDropList' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/Combobox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'WindowsLook/Listbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'WindowsLook/ListHeader' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'WindowsLook/ListHeaderSegment' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'WindowsLook/MultiColumnList' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'WindowsLook/Slider' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/SliderThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'WindowsLook/ScrollablePane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/Spinner' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'WindowsLook/Tooltip' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/Static' using base type 'DefaultWindow', window renderer 'Falagard/Static' Look'N'Feel 'WindowsLook/Static' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'WindowsLook/StaticImage' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'WindowsLook/StaticText' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'WindowsLook/ItemListbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'WindowsLook/ListboxItem' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Creating falagard mapping for type 'WindowsLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/GroupBox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:35 (Std)    Started creation of Scheme from XML specification:
27/03/2012 19:31:35 (Std)    ---- CEGUI GUIScheme name: GuiLook
27/03/2012 19:31:35 (Std)    Started creation of Imageset from XML specification:
27/03/2012 19:31:35 (Std)    ---- CEGUI Imageset name: UIIcons
27/03/2012 19:31:35 (Std)    ---- Source texture file: uiicons.tga in resource group: (Default)
27/03/2012 19:31:35 (Std)    Started creation of Imageset from XML specification:
27/03/2012 19:31:35 (Std)    ---- CEGUI Imageset name: GuiLook
27/03/2012 19:31:35 (Std)    ---- Source texture file: ui1.tga in resource group: (Default)
27/03/2012 19:31:35 (Std)    Started creation of Imageset from XML specification:
27/03/2012 19:31:35 (Std)    ---- CEGUI Imageset name: ui2
27/03/2012 19:31:35 (Std)    ---- Source texture file: ui2.tga in resource group: (Default)
27/03/2012 19:31:35 (Std)    Started creation of Imageset from XML specification:
27/03/2012 19:31:35 (Std)    ---- CEGUI Imageset name: Loading
27/03/2012 19:31:35 (Std)    ---- Source texture file: loading.tga in resource group: (Default)
27/03/2012 19:31:35 (Std)    Started creation of Imageset from XML specification:
27/03/2012 19:31:35 (Std)    ---- CEGUI Imageset name: Logo
27/03/2012 19:31:35 (Std)    ---- Source texture file: logo.tga in resource group: (Default)
27/03/2012 19:31:35 (Std)    Started creation of Imageset from XML specification:
27/03/2012 19:31:35 (Std)    ---- CEGUI Imageset name: StatsMenu_UI
27/03/2012 19:31:35 (Std)    ---- Source texture file: statmenu_ui.tga in resource group: (Default)
27/03/2012 19:31:35 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:35 (Std)    ---- CEGUI font name: Serif
27/03/2012 19:31:35 (Std)    ----       Font type: FreeType
27/03/2012 19:31:35 (Std)    ----     Source file: msyh.TTF in resource group: (Default)
27/03/2012 19:31:35 (Std)    ---- Real point size: 11
27/03/2012 19:31:36 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:36 (Std)    ---- CEGUI font name: SerifBig
27/03/2012 19:31:36 (Std)    ----       Font type: FreeType
27/03/2012 19:31:36 (Std)    ----     Source file: msyh.TTF in resource group: (Default)
27/03/2012 19:31:36 (Std)    ---- Real point size: 16
27/03/2012 19:31:37 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:37 (Std)    ---- CEGUI font name: SerifHuge
27/03/2012 19:31:37 (Std)    ----       Font type: FreeType
27/03/2012 19:31:37 (Std)    ----     Source file: msyh.TTF in resource group: (Default)
27/03/2012 19:31:37 (Std)    ---- Real point size: 32
27/03/2012 19:31:38 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:38 (Std)    ---- CEGUI font name: SerifSmall
27/03/2012 19:31:38 (Std)    ----       Font type: FreeType
27/03/2012 19:31:38 (Std)    ----     Source file: msyh.TTF in resource group: (Default)
27/03/2012 19:31:38 (Std)    ---- Real point size: 8
27/03/2012 19:31:39 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:39 (Std)    ---- CEGUI font name: FrizQuadrata
27/03/2012 19:31:39 (Std)    ----       Font type: FreeType
27/03/2012 19:31:39 (Std)    ----     Source file: msyh.TTF in resource group: (Default)
27/03/2012 19:31:39 (Std)    ---- Real point size: 11
27/03/2012 19:31:40 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:40 (Std)    ---- CEGUI font name: FrizQuadrataSmall
27/03/2012 19:31:40 (Std)    ----       Font type: FreeType
27/03/2012 19:31:40 (Std)    ----     Source file: msyh.TTF in resource group: (Default)
27/03/2012 19:31:40 (Std)    ---- Real point size: 6
27/03/2012 19:31:41 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:41 (Std)    ---- CEGUI font name: FrizQuadrataBig
27/03/2012 19:31:41 (Std)    ----       Font type: FreeType
27/03/2012 19:31:41 (Std)    ----     Source file: msyh.TTF in resource group: (Default)
27/03/2012 19:31:41 (Std)    ---- Real point size: 15
27/03/2012 19:31:41 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
27/03/2012 19:31:42 (Std)    ===== Look and feel parsing completed =====
27/03/2012 19:31:42 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/Button' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/CloseButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/CloseButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'GuiLook/Checkbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/ImageButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/StandardButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/StandardButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/StandardButtonSmall' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/StandardButtonSmall' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'GuiLook/RadioButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'GuiLook/FrameWindow' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'GuiLook/Titlebar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/SystemButton' Look'N'Feel 'GuiLook/Button' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'GuiLook/Editbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'GuiLook/MultiLineEditbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/MultiLineTextbox' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'GuiLook/MultiLineTextbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'GuiLook/Menubar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'GuiLook/PopupMenu' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'GuiLook/MenuItem' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'GuiLook/AltProgressBar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'GuiLook/ProgressBar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'GuiLook/VUMeter' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'GuiLook/VerticalScrollbar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'GuiLook/HorizontalScrollbar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/VerticalScrollbarThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/HorizontalScrollbarThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'GuiLook/LargeVerticalScrollbar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'GuiLook/TabButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'GuiLook/TabControl' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/TabContentPane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/TabButtonPane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'GuiLook/ComboDropList' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'GuiLook/ComboEditbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/Combobox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'GuiLook/Listbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'GuiLook/ListHeader' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'GuiLook/ListHeaderSegment' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'GuiLook/MultiColumnList' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'GuiLook/Slider' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/SliderThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'GuiLook/ScrollablePane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/Spinner' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'GuiLook/Tooltip' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'GuiLook/StaticImage' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/StaticText' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/StaticTextOutline' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/StaticTextOutline' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/StaticTextBox' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'GuiLook/StaticTextBox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ItemText' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/ItemText' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/CharacterSlot' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/CharacterSlot' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/CharacterSlotHighlight' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/CharacterSlotHighlight' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ItemTooltip' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/ItemTooltip' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/ItemTooltip2' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GuiLook/ItemTooltip2' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/FishingButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/FishingButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/PetFeedButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/PetFeedButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/QuestRadioButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/QuestRadioButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/WeaponSwitch' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'GuiLook/WeaponSwitch' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/CloseTriangleLeft' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/CloseTriangleLeft' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/CloseTriangleRight' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GuiLook/CloseTriangleRight' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Creating falagard mapping for type 'GuiLook/RadioTab' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'GuiLook/RadioTab' and RenderEffect ''. (0043C314)
27/03/2012 19:31:42 (Std)    Started creation of Scheme from XML specification:
27/03/2012 19:31:42 (Std)    ---- CEGUI GUIScheme name: TaharezLook
27/03/2012 19:31:42 (Std)    Started creation of Imageset from XML specification:
27/03/2012 19:31:42 (Std)    ---- CEGUI Imageset name: TaharezLook
27/03/2012 19:31:42 (Std)    ---- Source texture file: TaharezLook.tga in resource group: (Default)
27/03/2012 19:31:42 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:42 (Std)    ---- CEGUI font name: DejaVuSans-10
27/03/2012 19:31:42 (Std)    ----       Font type: FreeType
27/03/2012 19:31:42 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
27/03/2012 19:31:42 (Std)    ---- Real point size: 10
27/03/2012 19:31:42 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
27/03/2012 19:31:43 (Std)    ===== Look and feel parsing completed =====
27/03/2012 19:31:43 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/Checkbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/ImageButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/RadioButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'TaharezLook/FrameWindow' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'TaharezLook/Titlebar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/Editbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'TaharezLook/MultiLineEditbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'TaharezLook/Menubar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'TaharezLook/PopupMenu' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'TaharezLook/MenuItem' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/AltProgressBar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/ProgressBar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/VUMeter' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/VerticalScrollbar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/HorizontalScrollbar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/VerticalScrollbarThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/LargeVerticalScrollbar' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'TaharezLook/TabButton' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'TaharezLook/TabControl' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/ComboEditbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Combobox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/Listbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'TaharezLook/ListHeader' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'TaharezLook/ListHeaderSegment' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'TaharezLook/MultiColumnList' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'TaharezLook/Slider' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/SliderThumb' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'TaharezLook/ScrollablePane' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Spinner' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'TaharezLook/Tooltip' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'TaharezLook/ItemListbox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'TaharezLook/ListboxItem' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Creating falagard mapping for type 'TaharezLook/Tree' using base type 'CEGUI/Tree', window renderer 'Falagard/Tree' Look'N'Feel 'TaharezLook/Tree' and RenderEffect ''. (0043C314)
27/03/2012 19:31:43 (Std)    Started creation of Font from XML specification:
27/03/2012 19:31:43 (Std)    ---- CEGUI font name: DejaVuSans-10
27/03/2012 19:31:43 (Std)    ----       Font type: FreeType
27/03/2012 19:31:43 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
27/03/2012 19:31:43 (Std)    ---- Real point size: 10
27/03/2012 19:31:43 (Std)    ---- Returning existing instance of Font named 'DejaVuSans-10'.
27/03/2012 19:31:43 (Std)    Attempting to create Imageset 'Serif_auto_glyph_images_ ' with texture only.
27/03/2012 19:31:43 (Std)    ---- Successfully completed loading of GUI layout from 'FontDemo.layout' ----

Re: i create a tooltip,but it didn't show in my app

Posted: Tue Mar 27, 2012 12:06
by classfly
In my initialiseSample() method,i try to set the default tooltip with:

Code: Select all

CEGUI::System::getSingleton().setDefaultTooltip((CEGUI::utf8*)"GuiLook/Tooltip");

And then load the .layout

Code: Select all

System::getSingleton().setGUISheet(CEGUI::WindowManager::getSingleton().loadWindowLayout("FontDemo.layout"));

I try to use the WindowsLook/Tooltip and that works fine.So i thought there must be some problem with my tooltip

Re: i create a tooltip,but it didn't show in my app

Posted: Tue Mar 27, 2012 14:32
by classfly
Finally i think i find a way to solve this problem.I just modified some sentences of my .looknfeel file in the section of GuiLook/Tooltip.And here is the code

Code: Select all

    <WidgetLook name="GuiLook/Tooltip">
        <NamedArea name="TextArea">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="GuiLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="GuiLook" image="TooltipTopEdge" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="GuiLook" image="TooltipRightEdge" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="GuiLook" image="TooltipBottomEdge" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <ImagerySection name="main">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge" ><AbsoluteDim value="0" type="Height" /></Dim>
                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="GuiLook" image="TooltipTopLeft" />
                <Image type="TopRightCorner" imageset="GuiLook" image="TooltipTopRight" />
                <Image type="BottomLeftCorner" imageset="GuiLook" image="TooltipBottomLeft" />
                <Image type="BottomRightCorner" imageset="GuiLook" image="TooltipBottomRight" />
                <Image type="LeftEdge" imageset="GuiLook" image="TooltipLeftEdge" />
                <Image type="RightEdge" imageset="GuiLook" image="TooltipRightEdge" />
                <Image type="TopEdge" imageset="GuiLook" image="TooltipTopEdge" />
                <Image type="BottomEdge" imageset="GuiLook" image="TooltipBottomEdge" />
                <Image type="Background" imageset="GuiLook" image="TooltipMiddle" />
            </FrameComponent>
        </ImagerySection>
        <ImagerySection name="label">
            <TextComponent>
                <Area>
                    <Dim type="LeftEdge" ><ImageDim imageset="GuiLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
                    <Dim type="TopEdge" ><ImageDim imageset="GuiLook" image="TooltipTopEdge" dimension="Width" /></Dim>
                    <Dim type="RightEdge" >
                        <UnifiedDim scale="1" type="RightEdge">
                            <DimOperator op="Subtract">
                                <ImageDim imageset="GuiLook" image="TooltipRightEdge" dimension="Width" />
                            </DimOperator>
                        </UnifiedDim>
                    </Dim>
                    <Dim type="BottomEdge" >
                        <UnifiedDim scale="1" type="BottomEdge">
                            <DimOperator op="Subtract">
                                <ImageDim imageset="GuiLook" image="TooltipBottomEdge" dimension="Height" />
                            </DimOperator>
                        </UnifiedDim>
                    </Dim>
                </Area>
                <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" />
                <VertFormat type="CentreAligned" />
                <HorzFormat type="CentreAligned" />
            </TextComponent>
        </ImagerySection>
        <StateImagery name="Enabled">
            <Layer>
                <Section section="main" />
                <Section section="label" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section section="main" />
                <Section section="label" />
            </Layer>
        </StateImagery>
    </WidgetLook>

Sorry again for my carelessness.Thank you for your reminding :D