CEGUI.log :
Code: Select all
12/11/2008 20:04:43 (Error) Exception: XercesParser::parseXMLFile - An error occurred at line nr. 3306 while parsing XML file 'TaharezLook.looknfeel'. Additional information: Attribute 'layoutOnwrite' is not declared for element 'PropertyDefinition'
12/11/2008 20:04:43 (Error) WidgetLookManager::parseLookNFeelSpecification - loading of look and feel data from file 'TaharezLook.looknfeel' has failed.
TaharezLook.looknfeel :
Code: Select all
*
*
*
<!--
***************************************************
TaharezLook/TabContentPane
***************************************************
-->
<WidgetLook name="TaharezLook/TabContentPane">
<!--Line 3306 --> <PropertyDefinition name="EnableTop" initialValue="0" redrawOnWrite="true" layoutOnwrite="true" />
<PropertyDefinition name="EnableBottom" initialValue="0" redrawOnWrite="true" layoutOnwrite="true" />
<ImagerySection name="normal">
<FrameComponent>
*
*
*
Another piece of CEGUI.log :
Code: Select all
12/11/2008 20:04:43 (InfL1) CEGUI::System singleton created.
12/11/2008 20:04:43 (InfL1) ---- CEGUI System initialisation completed ----
12/11/2008 20:04:43 (InfL1) ---- Version 0.5.0 ----
12/11/2008 20:04:43 (InfL1) ---- Renderer module is: CEGUI::OgreRenderer - Official Ogre based renderer module for CEGUI ----
What is the problem?