problem with SVG

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

mixael
Just popping in
Just popping in
Posts: 5
Joined: Tue Oct 21, 2014 12:24

problem with SVG

Postby mixael » Thu Oct 23, 2014 20:02

Hi.
I really want to use new SVG features to draw custom shapes. I was able to load an draw svg image (as in samples), but when I click on it my app crashes inside Ogre renderer in getVertexBuffer method at line:

Code: Select all

size_t current_over = d_pimpl->d_vbPool[i]->getNumVertices()-min_size;

because some of d_vbPool[i] are NULL.

CEGUI and OGRE logs are clean, but i guess cegui shaders don't compile properly.

Code: Select all

23/10/2014 22:34:37 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
23/10/2014 22:34:37 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
23/10/2014 22:34:37 (Std)    +                          (http://www.cegui.org.uk/)                         +
23/10/2014 22:34:37 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

23/10/2014 22:34:37 (Std)    CEGUI::Logger singleton created. (041A8EE8)
23/10/2014 22:34:37 (Std)    
23/10/2014 22:34:37 (Std)    ********************************************************************************
23/10/2014 22:34:37 (Std)    * Important:                                                                   *
23/10/2014 22:34:37 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
23/10/2014 22:34:37 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
23/10/2014 22:34:37 (Std)    *     support being given; please do not waste our time.                       *
23/10/2014 22:34:37 (Std)    ********************************************************************************
23/10/2014 22:34:37 (Std)    ********************************************************************************
23/10/2014 22:34:37 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
23/10/2014 22:34:37 (Std)    ********************************************************************************
23/10/2014 22:34:37 (Std)    ---- Version: 9999.0.0 (Build: Oct 23 2014 Debug Microsoft Windows MSVC++ 10.0 32 bit) ----
23/10/2014 22:34:37 (Std)    ---- Renderer module is: CEGUI::OgreRenderer - OGRE based 3rd generation renderer module. ----
23/10/2014 22:34:37 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
23/10/2014 22:34:37 (Std)    ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
23/10/2014 22:34:37 (Std)    ---- Scripting module is: None ----
23/10/2014 22:34:37 (Std)    ********************************************************************************
23/10/2014 22:34:37 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
23/10/2014 22:34:37 (Std)    ********************************************************************************
23/10/2014 22:34:37 (Std)    
23/10/2014 22:34:37 (Std)    ---- Begining CEGUI System initialisation ----
23/10/2014 22:34:37 (Std)    [CEGUI::ImageManager] Singleton created (041A8E18)
23/10/2014 22:34:37 (Std)    [CEGUI::ImageManager] Registered Image type: BitmapImage
23/10/2014 22:34:37 (Std)    [CEGUI::ImageManager] Registered Image type: SVGImage
23/10/2014 22:34:37 (Std)    CEGUI::FontManager singleton created. (041941C0)
23/10/2014 22:34:37 (Std)    CEGUI::WindowFactoryManager singleton created
23/10/2014 22:34:37 (Std)    CEGUI::WindowManager singleton created (041AA530)
23/10/2014 22:34:37 (Std)    CEGUI::SchemeManager singleton created. (04195880)
23/10/2014 22:34:37 (Std)    CEGUI::GlobalEventSet singleton created. (041A9980)
23/10/2014 22:34:37 (Std)    CEGUI::AnimationManager singleton created (04195C90)
23/10/2014 22:34:37 (Std)    CEGUI::WidgetLookManager singleton created. (041968E0)
23/10/2014 22:34:37 (Std)    CEGUI::WindowRendererManager singleton created (04196AF0)
23/10/2014 22:34:37 (Std)    CEGUI::RenderEffectManager singleton created (04195BE8)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'DefaultWindow' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'DefaultWindow' windows added. (0419D770)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'DragContainer' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'DragContainer' windows added. (0419D930)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'ScrolledContainer' windows added. (0419DAF0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (0419DCB0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (0419DEC0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (0419E080)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (0419E240)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (0419E460)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (0419E620)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (0419E7E0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (0419EA10)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (0419EC70)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ListWidget' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ListWidget' windows added. (041AB008)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (041AB0E0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (041AB2A0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (041AB500)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (041AB6C0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (041AB880)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (041ABA40)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (041ABC00)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (041ABE70)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (041AC030)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (041AC1F0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (041AC3B0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (041AC570)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (041AC730)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (041AC8F0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ToggleButton' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ToggleButton' windows added. (041ACAB0)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (041ACC70)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (041ACF18)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/TreeWidget' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/TreeWidget' windows added. (041AD0D8)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'LayoutCell' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'LayoutCell' windows added. (041AD298)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (041AD458)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (041AD6E8)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (041AD8A8)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/ListView' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/ListView' windows added. (041ADA68)
23/10/2014 22:34:37 (Std)    Created WindowFactory for 'CEGUI/TreeView' windows.
23/10/2014 22:34:37 (Std)    WindowFactory for 'CEGUI/TreeView' windows added. (041ADC28)
23/10/2014 22:34:37 (Std)    CEGUI::System singleton created. (041A8BB0)
23/10/2014 22:34:37 (Std)    ---- CEGUI System initialisation completed ----
23/10/2014 22:34:37 (Std)    
23/10/2014 22:34:37 (Insan)   Started creation of Font from XML specification:
23/10/2014 22:34:37 (Insan)   ---- CEGUI font name: DejaVuSans-12
23/10/2014 22:34:37 (Insan)   ----       Font type: FreeType
23/10/2014 22:34:37 (Insan)   ----     Source file: DejaVuSans.ttf in resource group: (Default)
23/10/2014 22:34:37 (Insan)   ---- Real point size: 12
23/10/2014 22:34:37 (Info)    Successfully loaded 5633 glyphs
23/10/2014 22:34:37 (Info)    Finished creation of Font 'DejaVuSans-12' via XML file. (041B08D0)
23/10/2014 22:34:37 (Std)    [ImageManager] Started creation of Imageset from XML specification:
23/10/2014 22:34:37 (Std)    [ImageManager] ---- CEGUI Imageset name: AlfiskoSkin
23/10/2014 22:34:37 (Std)    [ImageManager] ---- Source image file: AlfiskoSkin.png
23/10/2014 22:34:37 (Std)    [ImageManager] ---- Source resource group: (Default)
23/10/2014 22:34:37 (Std)    [OgreRenderer] Created texture: AlfiskoSkin
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowB' (041AEDD0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowL' (0A41F380) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowR' (041AEC50) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowT' (041AF318) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxB' (041AF6E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxL' (041AF9C0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxR' (041AFBC8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxT' (041AE050) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowBL' (041B00D0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowBR' (0A41ED80) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowTL' (041AE6D8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowTR' (041AE7F0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxBL' (0A412320) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxBR' (0A412528) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxTL' (0A412730) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxTR' (0A412938) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/MouseMove' (0A412B40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/MouseNeSw' (0A412D48) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/NewImage1' (0A412F50) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/MouseArrow' (0A413158) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowFill' (0A413360) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/EditboxFill' (0A413568) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowClipB' (0A413770) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowClipL' (0A413978) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowClipR' (0A413B80) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/WindowClipT' (0A413D88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverB' (0A413F90) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverL' (0A414198) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverR' (0A4143A0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverT' (0A4145A8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/GenericBrush' (0A4147B0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/MouseTextBar' (0A4149B8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverBL' (0A414BC0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverBR' (0A414DC8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverTL' (0A414FD0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverTR' (0A4151D8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalB' (0A4153E0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalL' (041B01E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalR' (0A415768) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalT' (041B06F0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedB' (0A41F940) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedL' (0A41FB48) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedR' (0A41FD50) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedT' (0A41FF58) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/CheckboxHover' (0A420160) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullB' (0A420368) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullL' (0A420570) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullR' (0A420778) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullT' (0A420980) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollUpHover' (0A420B88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalBL' (0A420D90) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalBR' (0A420F98) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalTL' (0A4211A0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalTR' (0A4213A8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedBL' (0A4215B0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedBR' (0A4217B8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedTL' (0A4219C0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedTR' (0A421BC8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/CheckboxNormal' (0A421DD0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzScrollbarB' (0A421FD8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzScrollbarT' (0A4221E0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyB' (0A4223E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyL' (0A4225F0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyR' (0A4227F8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyT' (0A422A00) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullBL' (0A422C08) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullBR' (0A422E10) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullTL' (0A423018) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullTR' (0A423220) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressShadow' (0A423428) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollUpNormal' (0A423630) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollUpPushed' (0A423838) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarDummy1' (0A423A40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertScrollbarL' (0A423C48) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertScrollbarR' (0A423E50) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/CheckboxChecked' (0A424058) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbHoverB' (0A424260) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbHoverT' (0A424468) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyBL' (0A424670) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyBR' (0A424878) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyTL' (0A424A80) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyTR' (0A424C88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollDownHover' (0A424E90) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollLeftHover' (0A425098) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveB' (0A4252A0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveL' (0A4254A8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveR' (0A4256B0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveT' (0A4258B8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbHoverL' (0A425AC0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbHoverR' (0A425CC8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverFill1' (0A425ED0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonHoverFill2' (0A4260D8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzSliderTrackL' (0A4262E0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzSliderTrackR' (0A4264E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbHoverBL' (0A4266F0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbHoverBR' (0A4268F8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbHoverTL' (0A426B00) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbHoverTR' (0A426D08) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbNormalB' (0A426F10) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbNormalT' (0A427118) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbPushedB' (0A427320) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbPushedT' (0A427528) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbShadowL' (0A427730) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbShadowR' (0A427938) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressFullFill' (0A427B40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/RadioButtonHover' (0A427D48) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollDownNormal' (0A427F50) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollDownPushed' (0A428158) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollLeftNormal' (0A428360) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollLeftPushed' (0A428568) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollRightHover' (0A428770) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveBL' (0A428978) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveBR' (0A428B80) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveTL' (0A428D88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveTR' (0A428F90) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertSliderTrackB' (0A429198) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertSliderTrackT' (0A4293A0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbHoverBL' (0A4295A8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbHoverBR' (0A4297B0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbHoverTL' (0A4299B8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbHoverTR' (0A429BC0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbNormalL' (0A429DC8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbNormalR' (0A429FD0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbPushedL' (0A42A1D8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbPushedR' (0A42A3E0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbShadowB' (0A42A5E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbShadowT' (0A42A7F0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalFill1' (0A42A9F8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonNormalFill2' (0A42AC00) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedFill1' (0A42AE08) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ButtonPushedFill2' (0A42B010) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/CloseButtonNormal' (0A42B218) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/CloseButtonPushed' (0A42B420) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzSliderShadowL' (0A42B628) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzSliderShadowR' (0A42B830) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbNormalBL' (0A42BA38) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbNormalBR' (0A42BC40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbNormalTL' (0A42BE48) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbNormalTR' (0A42C050) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbPushedBL' (0A42C258) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbPushedBR' (0A42C460) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbPushedTL' (0A42C668) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzThumbPushedTR' (0A42C870) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ProgressEmptyFill' (0A42CA78) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/RadioButtonNormal' (0A42CC80) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollRightNormal' (0A42CE88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/ScrollRightPushed' (0A42D090) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveB' (0A42D298) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveL' (0A42D4A0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveR' (0A42D6A8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveT' (0A42D8B0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertSliderShadowB' (0A42DAB8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertSliderShadowT' (0A42DCC0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbNormalBL' (0A42DEC8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbNormalBR' (0A42E0D0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbNormalTL' (0A42E2D8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbNormalTR' (0A42E4E0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbPushedBL' (0A42E6E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbPushedBR' (0A42E8F0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbPushedTL' (0A42EAF8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertThumbPushedTR' (0A42ED00) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzScrollbarFill1' (0A42EF08) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzScrollbarFill2' (0A42F110) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/RadioButtonChecked' (0A42F318) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveBL' (0A42F520) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveBR' (0A42F728) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveTL' (0A42F930) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveTR' (0A42FB38) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertScrollbarFill1' (0A42FD40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertScrollbarFill2' (0A42FF48) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzSliderTrackFill' (0A430150) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveFill1' (0A430358) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarActiveFill2' (0A430560) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertSliderTrackFill' (0A430768) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzSliderThumbHover' (0A430970) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertSliderThumbHover' (0A430CF8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzSliderThumbNormal' (0A431200) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/HorzSliderThumbPushed' (041AE558) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveFill1' (0A4319A8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/TitlebarInactiveFill2' (0A431D40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertSliderThumbNormal' (0A4320D8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'AlfiskoSkin/VertSliderThumbPushed' (0A432470) of type: BitmapImage
23/10/2014 22:34:37 (Std)    Started creation of Scheme from XML specification:
23/10/2014 22:34:37 (Std)    ---- CEGUI GUIScheme name: WindowsLookSkin
23/10/2014 22:34:37 (Info)    Finished creation of GUIScheme 'WindowsLookSkin' via XML file. (0A41F108)
23/10/2014 22:34:37 (Info)    ---- Begining resource loading for GUI scheme 'WindowsLookSkin' ----
23/10/2014 22:34:37 (Std)    [ImageManager] Started creation of Imageset from XML specification:
23/10/2014 22:34:37 (Std)    [ImageManager] ---- CEGUI Imageset name: WindowsLook
23/10/2014 22:34:37 (Std)    [ImageManager] ---- Source image file: WindowsLook.png
23/10/2014 22:34:37 (Std)    [ImageManager] ---- Source resource group: (Default)
23/10/2014 22:34:37 (Std)    [OgreRenderer] Created texture: WindowsLook
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/Background' (0A432F88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/WindowFrameLeft' (0A433260) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/WindowFrameRight' (0A433378) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/WindowFrameTop' (0A433580) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/WindowFrameBottom' (0A433788) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/WindowFrameTopLeft' (0A433A60) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/WindowFrameTopRight' (0A433C68) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/WindowFrameBottomLeft' (0A433E70) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/WindowFrameBottomRight' (0A432C88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonNormalLeft' (0A432E68) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonNormalRight' (0A435790) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonNormalTop' (0A435998) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonNormalBottom' (0A435BA0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonNormalTopLeft' (0A435DA8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonNormalTopRight' (0A435FB0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonNormalBottomLeft' (0A436338) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonNormalBottomRight' (0A436918) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonPushedLeft' (0A41A178) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonPushedRight' (0A436E80) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonPushedTop' (0A437088) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonPushedBottom' (0A437290) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonPushedTopLeft' (0A437498) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonPushedTopRight' (0A419690) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonPushedBottomLeft' (0A4379A0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonPushedBottomRight' (0A44FC98) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonHoverLeft' (0A450040) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonHoverRight' (0A450248) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonHoverTop' (0A450450) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonHoverBottom' (0A450658) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonHoverTopLeft' (0A450860) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonHoverTopRight' (0A450A68) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonHoverBottomLeft' (0A450C70) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/ButtonHoverBottomRight' (0A450E78) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditFrameLeft' (0A451210) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditFrameRight' (0A451418) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditFrameTop' (0A451620) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditFrameBottom' (0A451828) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditFrameTopLeft' (0A451A30) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditFrameTopRight' (0A451C38) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditFrameBottomLeft' (0A451E40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditFrameBottomRight' (0A452048) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/StaticFrameLeft' (0A452310) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/StaticFrameRight' (0A452518) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/StaticFrameTop' (0A452720) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/StaticFrameBottom' (0A452928) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/StaticFrameTopLeft' (0A452B30) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/StaticFrameTopRight' (0A452D38) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/StaticFrameBottomLeft' (0A452F40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/StaticFrameBottomRight' (0A4533A0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/CloseButtonNormal' (0A453738) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/CloseButtonHover' (0A453940) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/CloseButtonPushed' (0A453B48) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarTopLeft' (0A453D50) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarTopRight' (0A453F58) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarBottomLeft' (0A454160) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarBottomRight' (0A454368) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarLeft' (0A454570) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarRight' (0A454778) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarTop' (0A454980) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarBottom' (0A454B88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TitlebarFill' (0A454D90) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/CheckboxNormal' (0A454F98) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/CheckboxHover' (0A4551A0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/CheckboxMark' (0A4553A8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/RadioButtonNormal' (0A4555B0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/RadioButtonHover' (0A4557B8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/RadioButtonMark' (0A4559C0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SliderThumbNormal' (0A455BC8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SliderThumbHover' (0A455DD0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SliderTrackLeft' (0A455FD8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SlidertrackMiddle' (0A4561E0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SliderTrackRight' (0A4563E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SliderTick' (0A4565F0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/HeaderMainBrush' (0A4567F8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/HeaderBottomEdge' (0A456A00) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/HeaderSplitter' (0A456C08) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/VertScrollbarGrip' (0A456E10) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/HorzScrollbarGrip' (0A457018) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/LargeLeftArrow' (0A457220) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/LargeRightArrow' (0A457428) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/LargeUpArrow' (0A457630) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/LargeDownArrow' (0A457838) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SmallLeftArrow' (0A457A40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SmallRightArrow' (0A457C48) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SmallUpArrow' (0A457E50) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/SmallDownArrow' (0A458058) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/EditBoxCaret' (0A458260) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MouseArrow' (0A458A68) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MouseMoveCursor' (0A458C70) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MouseNoSoCursor' (0A458E78) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MouseEsWeCursor' (0A459500) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MouseNeSwCursor' (0A459200) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MouseNwSeCursor' (0A475728) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MouseTextBar' (0A475840) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabHorizontalTopFiller' (0A432B08) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabHorizontalBottomFiller' (0A475BC8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneUpperLeft' (0A458858) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneTop' (0A437820) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneUpperRight' (0A4763D8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneLeft' (0A476850) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneMiddle' (0A476A58) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneRight' (0A476C60) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneLower' (0A476E68) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneLowerLeft' (0A477070) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabContentPaneLowerRight' (0A4774E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonUpperLeftNormal' (0A477890) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonUpperNormal' (0A477C38) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonUpperRightNormal' (0A4346E8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonLeftNormal' (0A477FC0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonMiddleNormal' (0A432988) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonRightNormal' (0A478828) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonLowerLeftNormal' (0A478C70) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonLowerNormal' (0A419F78) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonLowerRightNormal' (0A4794D8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonUpperLeftSelected' (0A479358) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonUpperSelected' (0A434540) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonUpperRightSelected' (0A47A198) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonLeftSelected' (0A479E98) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonMiddleSelected' (0A47A640) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonRightSelected' (0A47AAB8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonLowerLeftSelected' (0A47AF08) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonLowerSelected' (0A47AD88) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonLowerRightSelected' (0A47B6D0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonScrollLeftNormal' (0A47B550) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonScrollRightNormal' (0A47BEF0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonScrollLeftHover' (0A47C2A8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TabButtonScrollRightHover' (0A47C580) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipTopLeft' (0A47CA10) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipTopRight' (0A47CC18) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipBottomLeft' (0A47CE20) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipBottomRight' (0A47D028) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipLeftEdge' (0A47D230) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipRightEdge' (0A47D438) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipTopEdge' (0A47D640) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipBottomEdge' (0A47D848) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/TooltipMiddle' (0A47DA50) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MenuTopLeft' (0A47DC58) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MenuTopRight' (0A47DE60) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MenuBottomLeft' (0A47E068) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MenuBottomRight' (0A47E270) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MenuLeft' (0A47E478) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MenuRight' (0A47E680) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MenuTop' (0A47E888) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MenuBottom' (0A47EA90) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuFrameTopLeft' (0A47EC98) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuFrameTopRight' (0A47EEA0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuFrameBottomLeft' (0A47F3B8) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuFrameBottomRight' (0A47F9B0) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuFrameLeft' (0A47F238) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuFrameRight' (0A47FE40) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuFrameTop' (0A480048) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuFrameBottom' (0A480250) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuArrowRight' (0A480458) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/PopupMenuArrowLeft' (0A480660) of type: BitmapImage
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'WindowsLook/MultiListSelectionBrush' (0A480868) of type: BitmapImage
23/10/2014 22:34:37 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Label'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: DisabledTextColour Default Value: FF444444
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: VertFormatting Default Value: CentreAligned
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HorzFormatting Default Value: CentreAligned
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'Label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'Label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'Label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'Label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Label'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Button'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HoverTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: PushedTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: DisabledTextColour Default Value: FF888888
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 96}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'disabled'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'disabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'PushedOff'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'PushedOff'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'disabled'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Button'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Checkbox'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HoverTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: PushedTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: DisabledTextColour Default Value: FF888888
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/CheckboxNormal
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/CheckboxHover
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'select_mark'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/CheckboxMark
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'select_mark'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'SelectedNormal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'select_mark'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'SelectedNormal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'SelectedHover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'select_mark'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'SelectedHover'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Checkbox'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/SystemButton'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalImage Default Value:
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HoverImage Default Value:
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: PushedImage Default Value:
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: NonClient with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: NormalImage
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: HoverImage
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: PushedImage
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/SystemButton'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/ComboDropList'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 256}}
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: SelectionBrushImage with value: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingArea
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaHScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaVScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaHVScroll
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/HorizontalScrollbar Name: __auto_hscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/HorizontalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/VerticalScrollbar Name: __auto_vscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/VerticalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/ComboDropList'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Combobox'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: NormalEditTextColour
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: NormalTextColour on widget: __auto_editbox__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: NormalEditTextColour
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: SelectedEditTextColour
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: SelectedTextColour on widget: __auto_editbox__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: SelectedEditTextColour
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: ActiveEditSelectionColour
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: ActiveSelectionColour on widget: __auto_editbox__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: ActiveEditSelectionColour
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: InactiveEditSelectionColour
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: InactiveSelectionColour on widget: __auto_editbox__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: InactiveEditSelectionColour
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 256}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/Editbox Name: __auto_editbox__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/Editbox.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/ComboDropList Name: __auto_droplist__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/ComboDropList.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/IconButton Name: __auto_button__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: IconImage with value: WindowsLook/LargeDownArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/IconButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Combobox'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Editbox'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: ReadOnlyBGColour Default Value: FFDFDFDF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: SelectedTextColour Default Value: FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: ActiveSelectionColour Default Value: FF607FFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: InactiveSelectionColour Default Value: FF808080
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorImage with value: WindowsLook/MouseTextBar
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: TextArea
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'container_normal'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'container_normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'selection'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'selection'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'Caret'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditBoxCaret
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'Caret'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'container_normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'ReadOnly'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'container_normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'ReadOnly'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'container_normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'ActiveSelection'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'selection'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'ActiveSelection'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'InactiveSelection'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'selection'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'InactiveSelection'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Editbox'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/FrameWindow'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: CaptionColour
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: CaptionColour on widget: __auto_titlebar__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: CaptionColour
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: TitlebarFont
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: Font on widget: __auto_titlebar__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: TitlebarFont
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: NSSizingCursorImage with value: WindowsLook/MouseNoSoCursor
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: EWSizingCursorImage with value: WindowsLook/MouseEsWeCursor
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: NWSESizingCursorImage with value: WindowsLook/MouseNwSeCursor
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: NESWSizingCursorImage with value: WindowsLook/MouseNeSwCursor
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: MinSize with value: {{0.1,0},{0.1,0}}
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: AutoRenderingSurface with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0.3, 0}, {0.3, 0}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ClientWithTitleWithFrame
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ClientWithTitleNoFrame
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ClientNoTitleWithFrame
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ClientNoTitleNoFrame
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/Titlebar Name: __auto_titlebar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: AlwaysOnTop with value: false
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/Titlebar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/SystemButton Name: __auto_closebutton__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: AlwaysOnTop with value: true
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: NormalImage with value: WindowsLook/CloseButtonNormal
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: HoverImage with value: WindowsLook/CloseButtonHover
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: PushedImage with value: WindowsLook/CloseButtonPushed
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/SystemButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'withtitle_frame'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'withtitle_frame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'notitle_frame'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/WindowFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'notitle_frame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'withtitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'withtitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'notitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'notitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'withtitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'withtitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'notitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'notitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'ActiveWithTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'ActiveWithTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'InactiveWithTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'InactiveWithTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledWithTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledWithTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'ActiveWithTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'ActiveWithTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'InactiveWithTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'InactiveWithTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledWithTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'withtitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledWithTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'ActiveNoTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'ActiveNoTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'InactiveNoTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'InactiveNoTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledNoTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_withframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledNoTitleWithFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'ActiveNoTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'ActiveNoTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'InactiveNoTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'InactiveNoTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledNoTitleNoFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'notitle_noframe_client_area'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledNoTitleNoFrame'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/FrameWindow'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/IconButton'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: IconImage Default Value:
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: IconColours Default Value: tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'icon'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: IconImage
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'icon'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'icon'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'icon'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'icon'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'disabled'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'icon'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/IconButton'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/ListboxItem'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: TextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: SelectedTextColour Default Value: FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: SelectionBrush Default Value: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: SelectionColour Default Value: FF3030FF
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Selectable with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorInputPropagationEnabled with value: true
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ContentSize
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'selection'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: SelectionBrush
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'selection'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'SelectedEnabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'selection'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'SelectedEnabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'SelectedDisabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'selection'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'SelectedDisabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/ListboxItem'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Menubar'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: BackgroundColours Default Value: tl:FFDFEFF5 tr:FFDFDFF5 bl:FFF4F3F5 br:FFF4F3F5
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: BorderWidth Default Value: 5
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{1, 0}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderArea
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Menubar'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/MenuItem'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: DisabledTextColour Default Value: FF7F7F7F
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HoverColour Default Value: FFA7C7FF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: PushedColour Default Value: FF87A7DF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: PushedOffColour Default Value: 7F87A7DF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: OpenedColour Default Value: FFEFEFEF
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ContentSize
23/10/2014 22:34:37 (Insan)   -----> Creating named area: HasPopupContentSize
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/MenuBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'popup_arrow_right'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuArrowRight
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'popup_arrow_right'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'popup_arrow_left'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuArrowLeft
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'popup_arrow_left'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledNormal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledNormal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledHover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledHover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledPushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledPushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledPushedOff'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledPushedOff'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledPopupOpen'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledPopupOpen'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledNormal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledNormal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledHover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledHover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledPushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledPushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledPushedOff'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledPushedOff'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledPopupOpen'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledPopupOpen'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'PopupClosedIcon'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'popup_arrow_right'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'PopupClosedIcon'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'PopupOpenIcon'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'popup_arrow_left'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'PopupOpenIcon'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/MenuItem'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/ListHeaderSegment'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: SizingCursorImage with value: WindowsLook/MouseEsWeCursor
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: MovingCursorImage with value: WindowsLook/MouseMoveCursor
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorInputPropagationEnabled with value: true
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'segment'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/HeaderMainBrush
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'segment'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'splitter'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/HeaderSplitter
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'splitter'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'ascend_icon'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/SmallDownArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'ascend_icon'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'descend_icon'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/SmallUpArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'descend_icon'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'segment'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'splitter'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'segment'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'splitter'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'SplitterHover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'segment'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'splitter'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'SplitterHover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DragGhost'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 1
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'segment'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'splitter'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DragGhost'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'AscendingSortIcon'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'ascend_icon'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'AscendingSortIcon'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DescendingSortIcon'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'descend_icon'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DescendingSortIcon'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'GhostAscendingSortIcon'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 1
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'ascend_icon'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'GhostAscendingSortIcon'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'GhostDescendingSortIcon'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 1
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'descend_icon'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'GhostDescendingSortIcon'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/ListHeaderSegment'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/ListHeader'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: SegmentWidgetType with value: WindowsLook/ListHeaderSegment
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorInputPropagationEnabled with value: true
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/ListHeader'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/MultiColumnList'.
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingArea
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaHScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaVScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaHVScroll
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/ListHeader Name: __auto_listheader__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/ListHeader.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/HorizontalScrollbar Name: __auto_hscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/HorizontalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/VerticalScrollbar Name: __auto_vscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/VerticalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/MultiColumnList'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/MultiLineEditbox'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: ReadOnlyBGColour Default Value: FFDFDFDF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: SelectedTextColour Default Value: FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: ActiveSelectionColour Default Value: FF607FFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: InactiveSelectionColour Default Value: FF808080
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorImage with value: WindowsLook/MouseTextBar
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: SelectionBrushImage with value: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 256}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: TextArea
23/10/2014 22:34:37 (Insan)   -----> Creating named area: TextAreaHScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: TextAreaVScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: TextAreaHVScroll
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/HorizontalScrollbar Name: __auto_hscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/HorizontalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/VerticalScrollbar Name: __auto_vscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/VerticalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'Caret'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/EditBoxCaret
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'Caret'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'ReadOnly'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'ReadOnly'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/MultiLineEditbox'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/PopupMenu'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: BackgroundColours Default Value: tl:FFF4F3F5 tr:FFF2F2FF bl:FFF4F3F5 br:FFF4F3F5
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: BorderWidth Default Value: 0
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderArea
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/PopupMenuFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/PopupMenu'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/ProgressBar'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ProgressArea
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'progress_lights'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'progress_lights'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledProgress'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'progress_lights'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledProgress'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledProgress'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'progress_lights'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledProgress'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/ProgressBar'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/RadioButton'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HoverTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: PushedTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: DisabledTextColour Default Value: FF888888
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/RadioButtonNormal
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/RadioButtonHover
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'select_mark'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/RadioButtonMark
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'select_mark'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'SelectedNormal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'select_mark'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'SelectedNormal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'SelectedHover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'select_mark'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'SelectedHover'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/RadioButton'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/ScrollablePane'.
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ViewableArea
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ViewableAreaHScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ViewableAreaVScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ViewableAreaHVScroll
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/HorizontalScrollbar Name: __auto_hscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: NonClient with value: true
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/HorizontalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/VerticalScrollbar Name: __auto_vscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: NonClient with value: true
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/VerticalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/ScrollablePane'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/VerticalScrollbarThumb'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: VertFree with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: MinSize with value: {{0,0},{0,16}}
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorInputPropagationEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 32}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/VertScrollbarGrip
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/VerticalScrollbarThumb'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/VerticalScrollbar'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: VerticalScrollbar with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 32}, {1, 0}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ThumbTrackArea
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/IconButton Name: __auto_incbtn__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: IconImage with value: WindowsLook/LargeDownArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/IconButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/IconButton Name: __auto_decbtn__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: IconImage with value: WindowsLook/LargeUpArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/IconButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/VerticalScrollbarThumb Name: __auto_thumb__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/VerticalScrollbarThumb.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/VerticalScrollbar'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/HorizontalScrollbarThumb'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: HorzFree with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: MinSize with value: {{0,16},{0,0}}
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorInputPropagationEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 32}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonNormalBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonHoverBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/ButtonPushedBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/HorzScrollbarGrip
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'gripper'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/HorizontalScrollbarThumb'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/HorizontalScrollbar'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{1, 0}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ThumbTrackArea
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/IconButton Name: __auto_incbtn__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: IconImage with value: WindowsLook/LargeRightArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/IconButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/IconButton Name: __auto_decbtn__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: IconImage with value: WindowsLook/LargeLeftArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/IconButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/HorizontalScrollbarThumb Name: __auto_thumb__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/HorizontalScrollbarThumb.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/HorizontalScrollbar'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/SliderThumb'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: HorzFree with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorInputPropagationEnabled with value: true
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/SliderThumbNormal
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/SliderThumbHover
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/SliderThumb'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Slider'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: VerticalSlider with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: CursorAutoRepeatEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 32}, {0, 256}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ThumbTrackArea
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/SliderThumb Name: __auto_thumb__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/SliderThumb.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'track'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/SliderTrackLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/SliderTrackRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/SlidertrackMiddle for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'track'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'track'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'track'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Slider'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Spinner'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/Editbox Name: __auto_editbox__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/Editbox.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/IconButton Name: __auto_incbtn__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: IconImage with value: WindowsLook/LargeUpArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/IconButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/IconButton Name: __auto_decbtn__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: IconImage with value: WindowsLook/LargeDownArrow
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/IconButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Spinner'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/StaticShared'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'background'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'background'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'background_noframe'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'background_noframe'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/StaticShared'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Static'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: FrameColours Default Value: tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: BackgroundColours Default Value: tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: TextPadding Default Value: 0
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HorzFormatting Default Value: LeftAligned
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: VertFormatting Default Value: CentreAligned
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: BackgroundEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: FrameEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 128}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'WithFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'WithFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'WithFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'WithFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'NoFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background_noframe'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'NoFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'NoFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background_noframe'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'NoFrameDisabledBackground'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Static'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/StaticImage'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: ImageColours Default Value: tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: FrameColours Default Value: tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: BackgroundColours Default Value: tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: VertFormatting Default Value: Stretched
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HorzFormatting Default Value: Stretched
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: BackgroundEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: FrameEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 128}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'image_withframe'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: Image
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'image_withframe'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'image_noframe'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: Image
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'image_noframe'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'WithFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'WithFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'WithFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'WithFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'NoFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background_noframe'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'NoFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'NoFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background_noframe'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'NoFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'WithFrameImage'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'image_withframe'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'WithFrameImage'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'NoFrameImage'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'image_noframe'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'NoFrameImage'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/StaticImage'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/StaticText'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: FrameColours Default Value: tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: BackgroundColours Default Value: tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: HorzScrollPosition
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: ScrollPosition on widget: __auto_hscrollbar__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: HorzScrollPosition
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: HorzScrollPageSize
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: PageSize on widget: __auto_hscrollbar__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: HorzScrollPageSize
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: HorzScrollDocumentSize
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: DocumentSize on widget: __auto_hscrollbar__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: HorzScrollDocumentSize
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: VertScrollPosition
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: ScrollPosition on widget: __auto_vscrollbar__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: VertScrollPosition
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: VertScrollPageSize
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: PageSize on widget: __auto_vscrollbar__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: VertScrollPageSize
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyLinkDefiniton. Name: VertScrollDocumentSize
23/10/2014 22:34:37 (Insan)   -------> Adding link target to property: DocumentSize on widget: __auto_vscrollbar__
23/10/2014 22:34:37 (Insan)   <----- End of PropertyLinkDefiniton. Name: VertScrollDocumentSize
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: BackgroundEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: FrameEnabled with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: TextColours with value: tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 128}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: WithFrameTextRenderArea
23/10/2014 22:34:37 (Insan)   -----> Creating named area: WithFrameTextRenderAreaHScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: WithFrameTextRenderAreaVScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: WithFrameTextRenderAreaHVScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: NoFrameTextRenderArea
23/10/2014 22:34:37 (Insan)   -----> Creating named area: NoFrameTextRenderAreaHScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: NoFrameTextRenderAreaVScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: NoFrameTextRenderAreaHVScroll
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/HorizontalScrollbar Name: __auto_hscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/HorizontalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/VerticalScrollbar Name: __auto_vscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/VerticalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'EnabledFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'EnabledFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'DisabledFrame'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'frame'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'DisabledFrame'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'WithFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'WithFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'WithFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'WithFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'NoFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background_noframe'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'NoFrameEnabledBackground'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'NoFrameDisabledBackground'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'background_noframe'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'NoFrameDisabledBackground'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/StaticText'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/TabButton'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HoverTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: PushedTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: SelectedTextColour Default Value: FF000010
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: DisabledTextColour Default Value: FF888888
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonUpperLeftNormal for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonUpperRightNormal for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLowerLeftNormal for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLowerRightNormal for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLeftNormal for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonRightNormal for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonUpperNormal for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLowerNormal for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonMiddleNormal for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'top_selected'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonUpperLeftSelected for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonUpperSelected for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonUpperRightSelected for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLeftSelected for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonMiddleSelected for: Background
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonRightSelected for: RightEdge
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'top_selected'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'bot_selected'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLeftSelected for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonMiddleSelected for: Background
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonRightSelected for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLowerLeftSelected for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLowerSelected for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabButtonLowerRightSelected for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'bot_selected'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'selected'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'TopSelected'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'top_selected'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'TopSelected'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'BottomSelected'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'bot_selected'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'BottomSelected'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/TabButton'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/TabContentPane'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: EnableTop Default Value: 0
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: EnableBottom Default Value: 0
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0.3, 0}, {0.3, 0}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneUpperLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneUpperRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneMiddle for: Background
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneRight for: RightEdge
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneLowerLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneLower for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabContentPaneLowerRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/TabContentPane'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/TabButtonPane'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: EnableTop Default Value: 1
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: EnableBottom Default Value: 1
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0.3, 0}, {0.3, 0}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabHorizontalTopFiller for: TopEdge
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TabHorizontalBottomFiller for: BottomEdge
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/TabButtonPane'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/TabControl'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: TabButtonType with value: WindowsLook/TabButton
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: TabTextPadding with value: {0,4}
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0.3, 0}, {0.3, 0}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/TabContentPane Name: __auto_TabPane__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/TabContentPane.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/TabButtonPane Name: __auto_TabPane__Buttons Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/TabButtonPane.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/SystemButton Name: __auto_TabPane__ScrollLeft Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: AlwaysOnTop with value: true
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: NormalImage with value: WindowsLook/TabButtonScrollLeftNormal
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: HoverImage with value: WindowsLook/TabButtonScrollLeftHover
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: PushedImage with value: WindowsLook/TabButtonScrollLeftHover
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/SystemButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/SystemButton Name: __auto_TabPane__ScrollRight Auto: Yes
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: AlwaysOnTop with value: true
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: NormalImage with value: WindowsLook/TabButtonScrollRightNormal
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: HoverImage with value: WindowsLook/TabButtonScrollRightHover
23/10/2014 22:34:37 (Insan)   -------> Added property initialiser for property: PushedImage with value: WindowsLook/TabButtonScrollRightHover
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/SystemButton.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/TabControl'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Titlebar'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: CaptionColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: NonClient with value: true
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 256}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TitlebarFill for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'caption'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'caption'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Active'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'caption'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Active'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Inactive'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'caption'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Inactive'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'caption'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Titlebar'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/Tooltip'.
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Alpha with value: 0
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Creating named area: TextArea
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipLeftEdge for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipTopEdge for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipRightEdge for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipBottomEdge for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/TooltipMiddle for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   Defining animation named: WindowsLook/Tooltip/FadeIn  Duration: 0.33  Replay mode: once  Auto start: false
23/10/2014 22:34:37 (Insan)      Adding affector for property: Alpha  Interpolator: float  Application method: absolute
23/10/2014 22:34:37 (Insan)         Adding KeyFrame at position: 0  Value:
23/10/2014 22:34:37 (Insan)         Adding KeyFrame at position: 0.33  Value: 1  Progression: linear
23/10/2014 22:34:37 (Insan)      Adding subscription to event: TooltipActive  Action: Start
23/10/2014 22:34:37 (Insan)   Defining animation named: WindowsLook/Tooltip/FadeOut  Duration: 0.33  Replay mode: once  Auto start: false
23/10/2014 22:34:37 (Insan)      Adding affector for property: Alpha  Interpolator: float  Application method: absolute
23/10/2014 22:34:37 (Insan)         Adding KeyFrame at position: 0  Value:
23/10/2014 22:34:37 (Insan)         Adding KeyFrame at position: 0.33  Value: 0  Progression: linear
23/10/2014 22:34:37 (Insan)      Adding affector for property: Visible  Interpolator: bool  Application method: absolute
23/10/2014 22:34:37 (Insan)         Adding KeyFrame at position: 0  Value:
23/10/2014 22:34:37 (Insan)         Adding KeyFrame at position: 0.33  Value: false  Progression: discrete
23/10/2014 22:34:37 (Insan)      Adding subscription to event: TooltipInactive  Action: Start
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/Tooltip'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'WindowsLook/ListView'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: TextColourRect Default Value: FFFF0000
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{1, 0}, {1, 0}}
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: SelectionBrushImage with value: WindowsLook/Background
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingArea
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaHScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaVScroll
23/10/2014 22:34:37 (Insan)   -----> Creating named area: ItemRenderingAreaHVScroll
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/HorizontalScrollbar Name: __auto_hscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/HorizontalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for child widget. Type: WindowsLook/VerticalScrollbar Name: __auto_vscrollbar__ Auto: Yes
23/10/2014 22:34:37 (Insan)   -----< End of definition for child widget. Type: WindowsLook/VerticalScrollbar.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------> Frame component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopLeft for: TopLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTopRight for: TopRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomLeft for: BottomLeftCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottomRight for: BottomRightCorner
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameLeft for: LeftEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameRight for: RightEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameTop for: TopEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/StaticFrameBottom for: BottomEdge
23/10/2014 22:34:37 (Insan)   ---------> Using image: WindowsLook/Background for: Background
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'main'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'WindowsLook/ListView'.
23/10/2014 22:34:37 (Std)    ===== Look and feel parsing completed =====
23/10/2014 22:34:37 (Std)    No window renderer factories specified for module 'CEGUICoreWindowRendererSet' - adding all available factories...
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Button' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Button' added. (0B6134B8)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Default' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Default' added. (0A4155E8)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Editbox' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Editbox' added. (0B5F4770)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/FrameWindow' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/FrameWindow' added. (0B64DCC0)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/ItemEntry' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/ItemEntry' added. (041AFDD0)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/ListHeader' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/ListHeader' added. (0B5F9878)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/ListHeaderSegment' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/ListHeaderSegment' added. (0B653DE8)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/ListView' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/ListView' added. (0B5F8560)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Menubar' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Menubar' added. (0A53ECD8)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/MenuItem' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/MenuItem' added. (0B636700)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/MultiColumnList' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/MultiColumnList' added. (0B600538)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/MultiLineEditbox' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/MultiLineEditbox' added. (0A4A3D68)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/PopupMenu' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/PopupMenu' added. (0A48DB50)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/ProgressBar' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/ProgressBar' added. (0A48DD10)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/ScrollablePane' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/ScrollablePane' added. (0B607B00)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Scrollbar' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Scrollbar' added. (0B636A38)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Slider' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Slider' added. (0B636BF8)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Static' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Static' added. (0A532340)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/StaticImage' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/StaticImage' added. (0B637F78)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/StaticText' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/StaticText' added. (0B638138)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/TabButton' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/TabButton' added. (0B638210)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/TabControl' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/TabControl' added. (0B5CB9D8)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Titlebar' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Titlebar' added. (0B645440)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/ToggleButton' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/ToggleButton' added. (0B645600)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/Tooltip' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/Tooltip' added. (0A41A850)
23/10/2014 22:34:37 (Std)    Created WindowRendererFactory for 'Core/TreeView' WindowRenderers.
23/10/2014 22:34:37 (Std)    WindowRendererFactory 'Core/TreeView' added. (0A41AA10)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Label' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'WindowsLook/Label' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Button' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'WindowsLook/Button' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Checkbox' using base type 'CEGUI/ToggleButton', window renderer 'Core/ToggleButton' Look'N'Feel 'WindowsLook/Checkbox' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/IconButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'WindowsLook/IconButton' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Core/ToggleButton' Look'N'Feel 'WindowsLook/RadioButton' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Core/FrameWindow' Look'N'Feel 'WindowsLook/FrameWindow' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Core/Titlebar' Look'N'Feel 'WindowsLook/Titlebar' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'WindowsLook/SystemButton' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'WindowsLook/Editbox' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Core/MultiLineEditbox' Look'N'Feel 'WindowsLook/MultiLineEditbox' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Core/Menubar' Look'N'Feel 'WindowsLook/Menubar' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Core/PopupMenu' Look'N'Feel 'WindowsLook/PopupMenu' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Core/MenuItem' Look'N'Feel 'WindowsLook/MenuItem' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'WindowsLook/ProgressBar' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'WindowsLook/VerticalScrollbar' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'WindowsLook/HorizontalScrollbar' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'WindowsLook/VerticalScrollbarThumb' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'WindowsLook/HorizontalScrollbarThumb' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Core/TabButton' Look'N'Feel 'WindowsLook/TabButton' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Core/TabControl' Look'N'Feel 'WindowsLook/TabControl' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'WindowsLook/TabContentPane' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'WindowsLook/TabButtonPane' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Core/ListView' Look'N'Feel 'WindowsLook/ComboDropList' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Core/Default' Look'N'Feel 'WindowsLook/Combobox' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Core/ListHeader' Look'N'Feel 'WindowsLook/ListHeader' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Core/ListHeaderSegment' Look'N'Feel 'WindowsLook/ListHeaderSegment' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Core/MultiColumnList' Look'N'Feel 'WindowsLook/MultiColumnList' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Slider' using base type 'CEGUI/Slider', window renderer 'Core/Slider' Look'N'Feel 'WindowsLook/Slider' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'WindowsLook/SliderThumb' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Core/ScrollablePane' Look'N'Feel 'WindowsLook/ScrollablePane' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Core/Default' Look'N'Feel 'WindowsLook/Spinner' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Core/Tooltip' Look'N'Feel 'WindowsLook/Tooltip' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/Static' using base type 'DefaultWindow', window renderer 'Core/Static' Look'N'Feel 'WindowsLook/Static' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/StaticImage' using base type 'DefaultWindow', window renderer 'Core/StaticImage' Look'N'Feel 'WindowsLook/StaticImage' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/StaticText' using base type 'DefaultWindow', window renderer 'Core/StaticText' Look'N'Feel 'WindowsLook/StaticText' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Core/ItemEntry' Look'N'Feel 'WindowsLook/ListboxItem' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/ListView' using base type 'CEGUI/ListView', window renderer 'Core/ListView' Look'N'Feel 'WindowsLook/ListView' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'WindowsLook/ListWidget' using base type 'CEGUI/ListWidget', window renderer 'Core/ListView' Look'N'Feel 'WindowsLook/ListView' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Info)    ---- Resource loading for GUI scheme 'WindowsLookSkin' completed ----
23/10/2014 22:34:37 (Std)    Started creation of Scheme from XML specification:
23/10/2014 22:34:37 (Std)    ---- CEGUI GUIScheme name: Generic
23/10/2014 22:34:37 (Info)    Finished creation of GUIScheme 'Generic' via XML file. (0A4BBE30)
23/10/2014 22:34:37 (Info)    ---- Begining resource loading for GUI scheme 'Generic' ----
23/10/2014 22:34:37 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'Generic/Label'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalTextColour Default Value: FF000000
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: DisabledTextColour Default Value: FF444444
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: VertFormatting Default Value: CentreAligned
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HorzFormatting Default Value: CentreAligned
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'Label'.
23/10/2014 22:34:37 (Insan)   -------> Text component definition...
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'Label'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'Label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'Label'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'Generic/Label'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'Generic/Image'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: ImageColours Default Value: tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: VertFormatting Default Value: Stretched
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HorzFormatting Default Value: Stretched
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: Image Default Value:
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 128}, {0, 128}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'imageSection'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: Image
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'imageSection'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'imageSection'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Enabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'imageSection'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'Generic/Image'.
23/10/2014 22:34:37 (Info)    ---> Start of definition for widget look 'Generic/ImageButton'.
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: NormalImage Default Value:
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HoverImage Default Value:
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: PushedImage Default Value:
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: DisabledImage Default Value:
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: VertImageFormatting Default Value: Stretched
23/10/2014 22:34:37 (Insan)   -----> Adding PropertyDefiniton. Name: HorzImageFormatting Default Value: Stretched
23/10/2014 22:34:37 (Insan)   ---> Added property initialiser for property: Size with value: {{0, 96}, {0, 32}}
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: NormalImage
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: HoverImage
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: PushedImage
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery section 'disabled'.
23/10/2014 22:34:37 (Insan)   -------> Image component definition...
23/10/2014 22:34:37 (Insan)   ---------> Using image via property: DisabledImage
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery section 'disabled'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'normal'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Normal'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Hover'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'pushed'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Pushed'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'PushedOff'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'hover'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'PushedOff'.
23/10/2014 22:34:37 (Insan)   -----> Start of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Insan)   -------> Start of definition of new imagery layer, priority: 0
23/10/2014 22:34:37 (Insan)   ---------> Layer references imagery section 'disabled'.
23/10/2014 22:34:37 (Insan)   -------< End of definition of imagery layer.
23/10/2014 22:34:37 (Insan)   -----< End of definition for imagery for state 'Disabled'.
23/10/2014 22:34:37 (Info)    ---< End of definition for widget look 'Generic/ImageButton'.
23/10/2014 22:34:37 (Std)    ===== Look and feel parsing completed =====
23/10/2014 22:34:37 (Std)    No window renderer factories specified for module 'CEGUICoreWindowRendererSet' - adding all available factories...
23/10/2014 22:34:37 (Info)    Factory for 'Core/Button' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/Default' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/Editbox' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/FrameWindow' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/ItemEntry' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/ListHeader' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/ListHeaderSegment' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/ListView' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/Menubar' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/MenuItem' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/MultiColumnList' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/MultiLineEditbox' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/PopupMenu' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/ProgressBar' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/ScrollablePane' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/Scrollbar' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/Slider' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/Static' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/StaticImage' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/StaticText' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/TabButton' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/TabControl' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/Titlebar' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/ToggleButton' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/Tooltip' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Info)    Factory for 'Core/TreeView' appears to be  already registered, skipping.
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'Generic/Label' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'Generic/Label' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'Generic/Image' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'Generic/Image' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Std)    Creating falagard mapping for type 'Generic/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'Generic/ImageButton' and RenderEffect ''. (003DB150)
23/10/2014 22:34:37 (Info)    ---- Resource loading for GUI scheme 'Generic' completed ----
23/10/2014 22:34:37 (Info)    Window 'Root' of type 'DefaultWindow' has been created. (0A4C5510)
23/10/2014 22:34:37 (Std)    [ImageManager] Started creation of Imageset from XML specification:
23/10/2014 22:34:37 (Std)    [ImageManager] ---- CEGUI Imageset name: SVGSampleImageset
23/10/2014 22:34:37 (Std)    [ImageManager] ---- Source image file: SVGSampleImage.svg
23/10/2014 22:34:37 (Std)    [ImageManager] ---- Source resource group: (Default)
23/10/2014 22:34:37 (Std)    [SVGDataManager] Created SVGData object: 'SVGSampleImageset' (0A4BDC28)
23/10/2014 22:34:37 (Std)    [ImageManager] Created image: 'SVGSampleImageset/SVGTestImage1' (0A4BDE10) of type: SVGImage
23/10/2014 22:34:37 (Info)    Window 'SvgSampleFrameWindow' of type 'WindowsLook/FrameWindow' has been created. (0A4BE098)
23/10/2014 22:34:37 (Info)    Assigning the window renderer 'Core/FrameWindow' to the window 'SvgSampleFrameWindow'
23/10/2014 22:34:37 (Info)    Assigning LookNFeel 'WindowsLook/FrameWindow' to window 'SvgSampleFrameWindow'.
23/10/2014 22:34:37 (Info)    Window '__auto_titlebar__' of type 'WindowsLook/Titlebar' has been created. (0A4C24E0)
23/10/2014 22:34:37 (Info)    Assigning the window renderer 'Core/Titlebar' to the window '__auto_titlebar__'
23/10/2014 22:34:37 (Info)    Assigning LookNFeel 'WindowsLook/Titlebar' to window '__auto_titlebar__'.
23/10/2014 22:34:37 (Info)    Window '__auto_closebutton__' of type 'WindowsLook/SystemButton' has been created. (0A4E64C0)
23/10/2014 22:34:37 (Info)    Assigning the window renderer 'Core/Button' to the window '__auto_closebutton__'
23/10/2014 22:34:37 (Info)    Assigning LookNFeel 'WindowsLook/SystemButton' to window '__auto_closebutton__'.
23/10/2014 22:34:37 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_0
23/10/2014 22:34:37 (Info)    Window '__cewin_uid_0' of type 'Generic/Image' has been created. (0A4EBCF0)
23/10/2014 22:34:37 (Info)    Assigning the window renderer 'Core/Default' to the window '__cewin_uid_0'
23/10/2014 22:34:37 (Info)    Assigning LookNFeel 'Generic/Image' to window '__cewin_uid_0'.


Code: Select all

22:34:36: Creating resource group General
22:34:36: Creating resource group Internal
22:34:36: Creating resource group Autodetect
22:34:36: SceneManagerFactory for type 'DefaultSceneManager' registered.
22:34:36: Registering ResourceManager for type Material
22:34:36: Registering ResourceManager for type Mesh
22:34:36: Registering ResourceManager for type Skeleton
22:34:36: MovableObjectFactory for type 'ParticleSystem' registered.
22:34:36: ArchiveFactory for archive type FileSystem registered.
22:34:36: ArchiveFactory for archive type Zip registered.
22:34:36: ArchiveFactory for archive type EmbeddedZip registered.
22:34:36: DDS codec registering
22:34:36: FreeImage version: 3.15.3
22:34:36: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
22:34:36: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2,pfm,pct,pict,pic,3fr,arw,bay,bmq,cap,cine,cr2,crw,cs1,dc2,dcr,drf,dsc,dng,erf,fff,ia,iiq,k25,kc2,kdc,mdc,mef,mos,mrw,nef,nrw,orf,pef,ptx,pxn,qtk,raf,raw,rdc,rw2,rwl,rwz,sr2,srf,srw,sti
22:34:36: Registering ResourceManager for type HighLevelGpuProgram
22:34:36: Registering ResourceManager for type Compositor
22:34:36: MovableObjectFactory for type 'Entity' registered.
22:34:36: MovableObjectFactory for type 'Light' registered.
22:34:36: MovableObjectFactory for type 'BillboardSet' registered.
22:34:36: MovableObjectFactory for type 'ManualObject' registered.
22:34:36: MovableObjectFactory for type 'BillboardChain' registered.
22:34:36: MovableObjectFactory for type 'RibbonTrail' registered.
22:34:36: *-*-* OGRE Initialising
22:34:36: *-*-* Version 1.9.0 (Ghadamon)
22:34:36: Loading library D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\RenderSystem_GL_d.dll
22:34:36: Installing plugin: GL RenderSystem
22:34:36: OpenGL Rendering Subsystem created.
22:34:36: Plugin successfully installed
22:34:36: Loading library D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\Plugin_CgProgramManager_d.dll
22:34:36: Installing plugin: Cg Program Manager
22:34:36: Plugin successfully installed
22:34:36: CPU Identifier & Features
22:34:36: -------------------------
22:34:36:  *   CPU ID: GenuineIntel: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
22:34:36:  *      SSE: yes
22:34:36:  *     SSE2: yes
22:34:36:  *     SSE3: yes
22:34:36:  *      MMX: yes
22:34:36:  *   MMXEXT: yes
22:34:36:  *    3DNOW: no
22:34:36:  * 3DNOWEXT: no
22:34:36:  *     CMOV: yes
22:34:36:  *      TSC: yes
22:34:36:  *      FPU: yes
22:34:37:  *      PRO: yes
22:34:37:  *       HT: no
22:34:37: -------------------------
22:34:37: *** Starting Win32GL Subsystem ***
22:34:37: Registering ResourceManager for type Texture
22:34:37: GLRenderSystem::_createRenderWindow "Primary window", 320x240 windowed  miscParams: FSAA=4 FSAAHint=Quality
22:34:37: Created Win32Window 'Primary window' : 336x278, 32bpp
22:34:37: GL_VERSION = 4.0.0 - Build 9.18.10.3055
22:34:37: GL_VENDOR = Intel
22:34:37: GL_RENDERER = Intel(R) HD Graphics 4600
22:34:37: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_blend_color GL_EXT_abgr GL_EXT_texture3D GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_SGIS_texture_edge_clamp GL_SGIS_generate_mipmap GL_EXT_draw_range_elements GL_SGIS_texture_lod GL_EXT_rescale_normal GL_EXT_packed_pixels GL_EXT_texture_edge_clamp GL_EXT_separate_specular_color GL_ARB_multitexture GL_ARB_map_buffer_alignment GL_ARB_conservative_depth GL_EXT_texture_env_combine GL_EXT_bgra GL_EXT_blend_func_separate GL_EXT_secondary_color GL_EXT_fog_coord GL_EXT_texture_env_add GL_ARB_texture_cube_map GL_ARB_transpose_matrix GL_ARB_internalformat_query GL_ARB_texture_env_add GL_IBM_texture_mirrored_repeat GL_EXT_multi_draw_arrays GL_SUN_multi_draw_arrays GL_NV_blend_square GL_ARB_texture_compression GL_3DFX_texture_compression_FXT1 GL_EXT_texture_filter_anisotropic GL_ARB_texture_border_clamp GL_ARB_point_parameters GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_env_crossbar GL_EXT_texture_compression_s3tc GL_ARB_shadow GL_ARB_window_pos GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_ARB_vertex_program GL_EXT_texture_rectangle GL_ARB_fragment_program GL_EXT_stencil_two_side GL_ATI_separate_stencil GL_ARB_vertex_buffer_object GL_EXT_texture_lod_bias GL_ARB_occlusion_query GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_non_power_of_two GL_ARB_vertex_shader GL_NV_texgen_reflection GL_ARB_point_sprite GL_ARB_fragment_program_shadow GL_EXT_blend_equation_separate GL_ARB_depth_texture GL_ARB_texture_rectangle GL_ARB_draw_buffers GL_ARB_color_buffer_float GL_ARB_half_float_pixel GL_ARB_texture_float GL_ARB_pixel_buffer_object GL_EXT_framebuffer_object GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_occlusion_query2 GL_EXT_draw_buffers2 GL_WIN_swap_hint GL_EXT_texture_sRGB GL_ARB_multisample GL_EXT_packed_float GL_EXT_texture_shared_exponent GL_ARB_texture_rg GL_ARB_texture_compression_rgtc GL_NV_conditional_render GL_EXT_texture_swizzle GL_ARB_texture_gather GL_ARB_sync GL_ARB_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_ARB_depth_buffer_float GL_EXT_transform_feedback GL_ARB_transform_feedback2 GL_ARB_draw_indirect GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_ARB_framebuffer_object GL_EXT_texture_array GL_EXT_texture_integer GL_ARB_map_buffer_range GL_EXT_texture_snorm GL_ARB_blend_func_extended GL_INTEL_performance_queries GL_ARB_copy_buffer GL_ARB_sampler_objects GL_NV_primitive_restart GL_ARB_seamless_cube_map GL_ARB_uniform_buffer_object GL_ARB_depth_clamp GL_ARB_vertex_array_bgra GL_ARB_shader_bit_encoding GL_ARB_draw_buffers_blend GL_ARB_geometry_shader4 GL_EXT_geometry_shader4 GL_ARB_texture_query_lod GL_ARB_explicit_attrib_location GL_ARB_draw_elements_base_vertex GL_ARB_instanced_arrays GL_ARB_base_instance GL_ARB_fragment_coord_conventions GL_EXT_gpu_program_parameters GL_ARB_texture_buffer_object_rgb32 GL_ARB_compatibility GL_ARB_texture_rgb10_a2ui GL_ARB_texture_multisample GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_timer_query GL_ARB_tessellation_shader GL_ARB_vertex_array_object GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_texture_cube_map_array GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_shader_subroutine GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_EXT_texture_storage GL_ARB_texture_storage GL_INTEL_map_texture GL_ARB_ES2_compatibility
22:34:37: Supported WGL extensions: WGL_EXT_depth_float WGL_ARB_buffer_region WGL_ARB_extensions_string WGL_ARB_make_current_read WGL_ARB_pixel_format WGL_ARB_pbuffer WGL_EXT_extensions_string WGL_EXT_swap_control WGL_EXT_swap_control_tear WGL_ARB_multisample WGL_ARB_pixel_format_float WGL_ARB_framebuffer_sRGB WGL_ARB_create_context WGL_ARB_create_context_profile WGL_EXT_pixel_format_packed_float WGL_EXT_create_context_es2_profile
22:34:37: ***************************
22:34:37: *** GL Renderer Started ***
22:34:37: ***************************
22:34:37: Registering ResourceManager for type GpuProgram
22:34:37: GLSL support detected
22:34:37: GL: Using GL_EXT_framebuffer_object for rendering to textures (best)
22:34:37: FBO PF_UNKNOWN depth/stencil support: D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_A8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_R5G6B5 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_B5G6R5 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_R8G8B8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_B8G8R8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_A8R8G8B8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_B8G8R8A8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_A2R10G10B10 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_A2B10G10R10 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_FLOAT16_RGB depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_FLOAT16_RGBA depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_FLOAT32_RGB depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_FLOAT32_RGBA depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_X8R8G8B8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_X8B8G8R8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_SHORT_RGBA depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_R3G3B2 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: FBO PF_SHORT_RGB depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
22:34:37: [GL] : Valid FBO targets PF_UNKNOWN PF_A8 PF_R5G6B5 PF_B5G6R5 PF_R8G8B8 PF_B8G8R8 PF_A8R8G8B8 PF_B8G8R8A8 PF_A2R10G10B10 PF_A2B10G10R10 PF_FLOAT16_RGB PF_FLOAT16_RGBA PF_FLOAT32_RGB PF_FLOAT32_RGBA PF_X8R8G8B8 PF_X8B8G8R8 PF_SHORT_RGBA PF_R3G3B2 PF_SHORT_RGB
22:34:37: RenderSystem capabilities
22:34:37: -------------------------
22:34:37: RenderSystem Name: OpenGL Rendering Subsystem
22:34:37: GPU Vendor: intel
22:34:37: Device Name: Intel(R) HD Graphics 4600
22:34:37: Driver Version: 4.0.0.0
22:34:37:  * Fixed function pipeline: yes
22:34:37:  * Hardware generation of mipmaps: no
22:34:37:  * Texture blending: yes
22:34:37:  * Anisotropic texture filtering: yes
22:34:37:  * Dot product texture operation: yes
22:34:37:  * Cube mapping: yes
22:34:37:  * Hardware stencil buffer: yes
22:34:37:    - Stencil depth: 8
22:34:37:    - Two sided stencil support: yes
22:34:37:    - Wrap stencil values: yes
22:34:37:  * Hardware vertex / index buffers: yes
22:34:37:  * Vertex programs: yes
22:34:37:  * Number of floating-point constants for vertex programs: 256
22:34:37:  * Number of integer constants for vertex programs: 0
22:34:37:  * Number of boolean constants for vertex programs: 0
22:34:37:  * Fragment programs: yes
22:34:37:  * Number of floating-point constants for fragment programs: 256
22:34:37:  * Number of integer constants for fragment programs: 0
22:34:37:  * Number of boolean constants for fragment programs: 0
22:34:37:  * Geometry programs: yes
22:34:37:  * Number of floating-point constants for geometry programs: 4096
22:34:37:  * Number of integer constants for geometry programs: 0
22:34:37:  * Number of boolean constants for geometry programs: 0
22:34:37:  * Tesselation Hull programs: no
22:34:37:  * Number of floating-point constants for tesselation hull programs: 52428
22:34:37:  * Number of integer constants for tesselation hull programs: 52428
22:34:37:  * Number of boolean constants for tesselation hull programs: 52428
22:34:37:  * Tesselation Domain programs: no
22:34:37:  * Number of floating-point constants for tesselation domain programs: 52428
22:34:37:  * Number of integer constants for tesselation domain programs: 52428
22:34:37:  * Number of boolean constants for tesselation domain programs: 52428
22:34:37:  * Compute programs: no
22:34:37:  * Number of floating-point constants for compute programs: 52428
22:34:37:  * Number of integer constants for compute programs: 52428
22:34:37:  * Number of boolean constants for compute programs: 52428
22:34:37:  * Supported Shader Profiles: arbfp1 arbvp1 glsl gp4gp gpu_gp nvgp4
22:34:37:  * Texture Compression: yes
22:34:37:    - DXT: yes
22:34:37:    - VTC: no
22:34:37:    - PVRTC: no
22:34:37:    - ATC: no
22:34:37:    - ETC1: no
22:34:37:    - ETC2: no
22:34:37:    - BC4/BC5: no
22:34:37:    - BC6H/BC7: no
22:34:37:  * Scissor Rectangle: yes
22:34:37:  * Hardware Occlusion Query: yes
22:34:37:  * User clip planes: yes
22:34:37:  * VET_UBYTE4 vertex element type: yes
22:34:37:  * Infinite far plane projection: yes
22:34:37:  * Hardware render-to-texture: yes
22:34:37:  * Floating point textures: yes
22:34:37:  * Non-power-of-two textures: yes
22:34:37:  * 1d textures: yes
22:34:37:  * Volume textures: yes
22:34:37:  * Multiple Render Targets: 8
22:34:37:    - With different bit depths: yes
22:34:37:  * Point Sprites: yes
22:34:37:  * Extended point parameters: yes
22:34:37:  * Max Point Size: 255
22:34:37:  * Vertex texture fetch: yes
22:34:37:  * Number of world matrices: 0
22:34:37:  * Number of texture units: 16
22:34:37:  * Stencil buffer depth: 8
22:34:37:  * Number of vertex blend matrices: 0
22:34:37:    - Max vertex textures: 16
22:34:37:    - Vertex textures shared: yes
22:34:37:  * Render to Vertex Buffer : no
22:34:37:  * Hardware Atomic Counters: no
22:34:37:  * GL 1.5 without VBO workaround: no
22:34:37:  * Frame Buffer objects: yes
22:34:37:  * Frame Buffer objects (ARB extension): no
22:34:37:  * Frame Buffer objects (ATI extension): no
22:34:37:  * PBuffer support: yes
22:34:37:  * GL 1.5 without HW-occlusion workaround: no
22:34:37:  * Vertex Array Objects: no
22:34:37:  * Separate shader objects: no
22:34:37: Using FSAA from GL_ARB_multisample extension.
22:34:37: DefaultWorkQueue('Root') initialising on thread 3574.
22:34:37: DefaultWorkQueue('Root')::WorkerFunc - thread 18b4 starting.
22:34:37: DefaultWorkQueue('Root')::WorkerFunc - thread 2ab4 starting.
22:34:37: DefaultWorkQueue('Root')::WorkerFunc - thread 389c starting.
22:34:37: DefaultWorkQueue('Root')::WorkerFunc - thread 3608 starting.
22:34:37: Particle Renderer Type 'billboard' registered
22:34:37: GLRenderSystem::_createRenderWindow "HTML Viewer 3D", 800x600 windowed  miscParams: FSAA=4 FSAAHint=Quality
22:34:37: Created Win32Window 'HTML Viewer 3D' : 816x638, 32bpp
22:34:37: Creating resource group Fonts
22:34:37: Added resource location 'D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\datafiles\fonts' of type 'FileSystem' to resource group 'Fonts'
22:34:37: Creating resource group Imagesets
22:34:37: Added resource location 'D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\datafiles\imagesets' of type 'FileSystem' to resource group 'Imagesets'
22:34:37: Added resource location 'D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\shader' of type 'FileSystem' to resource group 'Internal'
22:34:37: Added resource location 'D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\.' of type 'FileSystem' to resource group 'Internal'
22:34:37: Creating resource group Layouts
22:34:37: Added resource location 'D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\datafiles\layouts' of type 'FileSystem' to resource group 'Layouts'
22:34:37: Creating resource group LookNFeel
22:34:37: Added resource location 'D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\datafiles\looknfeel' of type 'FileSystem' to resource group 'LookNFeel'
22:34:37: Creating resource group Schemes
22:34:37: Added resource location 'D:\Shevtsov\engine\Program\Win32Viewer\prj_ViewerSDC_at\ViewerSDC_at\..\..\obj\datafiles\schemes' of type 'FileSystem' to resource group 'Schemes'
22:34:37: Parsing scripts for resource group Autodetect
22:34:37: Finished parsing scripts for resource group Autodetect
22:34:37: Creating resources for group Autodetect
22:34:37: All done
22:34:37: Parsing scripts for resource group Fonts
22:34:37: Finished parsing scripts for resource group Fonts
22:34:37: Creating resources for group Fonts
22:34:37: All done
22:34:37: Parsing scripts for resource group General
22:34:37: Finished parsing scripts for resource group General
22:34:37: Creating resources for group General
22:34:37: All done
22:34:37: Parsing scripts for resource group Imagesets
22:34:37: Finished parsing scripts for resource group Imagesets
22:34:37: Creating resources for group Imagesets
22:34:37: All done
22:34:37: Parsing scripts for resource group Internal
22:34:37: Parsing script general.program
22:34:37: Parsing script general.material
22:34:37: Finished parsing scripts for resource group Internal
22:34:37: Creating resources for group Internal
22:34:37: All done
22:34:37: Parsing scripts for resource group Layouts
22:34:37: Finished parsing scripts for resource group Layouts
22:34:37: Creating resources for group Layouts
22:34:37: All done
22:34:37: Parsing scripts for resource group LookNFeel
22:34:37: Finished parsing scripts for resource group LookNFeel
22:34:37: Creating resources for group LookNFeel
22:34:37: All done
22:34:37: Parsing scripts for resource group Schemes
22:34:37: Finished parsing scripts for resource group Schemes
22:34:37: Creating resources for group Schemes
22:34:37: All done
22:34:37: *** Initializing OIS ***
22:34:37: Using FSAA from GL_ARB_multisample extension.
22:34:37: GLSL compiling: __cegui_internal_texture_vs__
22:34:37: GLSL compiled: No errors.

22:34:37: GLSL compiling: __cegui_internal_texture_ps__
22:34:37: GLSL compiled: No errors.

22:34:37: Vertex Program:__cegui_internal_texture_vs__ Fragment Program:__cegui_internal_texture_ps__ GLSL link result :
22:34:37: GLSL compiling: __cegui_internal_colour_vs__
22:34:37: GLSL compiled: No errors.

22:34:37: GLSL compiling: __cegui_internal_colour_ps__
22:34:37: GLSL compiled: No errors.

22:34:38: Vertex Program:__cegui_internal_colour_vs__ Fragment Program:__cegui_internal_colour_ps__ GLSL link result :

Btw, sample browser crashes as soon as i sroll down to custom shapes drawing example.
Any ideas?

mixael
Just popping in
Just popping in
Posts: 5
Joined: Tue Oct 21, 2014 12:24

Re: problem with SVG

Postby mixael » Fri Oct 24, 2014 07:42

found this topic viewtopic.php?f=5&t=6857. Guess it's not fixed yet?

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

Re: problem with SVG

Postby Ident » Fri Oct 24, 2014 09:40

I'm glad to hear that you want to use the Custom Rendering feature. I am sure it will be even more useful to people especially once I enhance it with MSAA, as an optional choice next to no-MSAA and the alpha-blending AA solution i provide. Right now it is already quite useful as shown in the demo with the FPS graph.


About the Ogre Renderer on default branch: I did not write the Renderer. As of now the OpenGL Renderer supports SVG the best, the D3D ones work for the greatest part. I consider those Renderers usable. The Ogre Renderer is currently not able to render any untextured polygons however. Part of my SVG GSoC project was to enhance the Renderers, as that became necessary for SVG, and that was a lot of work because I had to update a lot of interfaces, which also lead to a lot of refactoring and removal of boilerplate code. However, updating the existing Renderers to full functionality takes a lot of time and effort and I have only gotten so far to rewrite (and massively improve - by throwing away all extra dependencies!) the D3D11 Renderer on default branch as well as the OpenGL and OpenGL3 Renderers. A user (Henri) provided us recently with updates to Ogre Renderer, together with some help from us. I made some adjustments to it afterwards but I haven't fixed the untextured polygon rendering so far, and I haven't seen him in IRC or the forum since, also I doubt that he used this feature.

TLDR: The renderer is definitely not finished. Default branch is unstable and always prone to changes so there will be changes in the future for sure.

Unfortunately I am currently entirely swamped with my university courses and my diploma thesis so I cannot repair the Ogre Renderer as of now. I looked at it before and there was an issue with the pool of ManualObjects or HardwareBuffers in the OgreRenderer (which is exaclty what you pointed out) when using colour-only polygons, which causes the crash. This pool is actually not necessary but Henri tried to improve performance with them because Ogre is a bit slower due to the reinitialisation of those objects, which can be prevented using a poo. I am not sure how to fix it and the author of the Renderer hasn't been around in a while. I assume a second pool is simply needed that works analogous to the existing one. I found the code to be not well readable though. Maybe you can look at it if you really need this feature? We can definitely to help you if you have questions. Make a pull request if you are interested please!
CrazyEddie: "I don't like GUIs"

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

Re: problem with SVG

Postby Ident » Sun Oct 26, 2014 19:10

I updated my post with additional information. Please reply if you are interested in implemnting the changes with us.
CrazyEddie: "I don't like GUIs"


Return to “Help”

Who is online

Users browsing this forum: No registered users and 41 guests