Page 1 of 1

Attribute 'type' is not declared for element 'PropertyDim'

Posted: Tue Nov 14, 2006 18:55
by SuperMegaMau
Hi,

I'm getting this error when starting my app, the odd thing is that I have 2 other computers with the exact same files and code, and it works perfectly...

BTW, I'm using linux...

Code: Select all

14/11/2006 17:40:38 (Error)   Exception: XercesParser::parseXMLFile - An error occurred at line nr. 3486 while parsing XML file '000000000000000000000000000000000000000000000002.looknfeel'.  Additional information: Attribute 'type' is not declared for element 'PropertyDim'
14/11/2006 17:40:38 (Error)   WidgetLookManager::parseLookNFeelSpecification - loading of look and feel data from file '000000000000000000000000000000000000000000000002.looknfeel' has failed.

Posted: Thu Nov 16, 2006 09:13
by CrazyEddie
The Falagard.xsd schema file is out of date - change it for the new one ;)

CE.

Posted: Thu Nov 23, 2006 14:10
by SuperMegaMau
done, thanks