i created my own layout with the current release of the CEGUI Layout Editor.
There is everything fine, without the fact, that i'm not able to load an existing layout.
That's what the CEGUI.log says:
Code: Select all
26/05/2007 13:25:46 (InfL2) WindowRenderer factory 'Falagard/Tooltip' appears to be already registered, skipping.
26/05/2007 13:25:46 (InfL2) WindowRenderer factory 'Falagard/ItemListbox' appears to be already registered, skipping.
26/05/2007 13:25:46 (InfL1) Creating falagard mapping for type 'WindowsLook/CloseButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/SystemButton' and Look'N'Feel 'WindowsLook/CloseButton'.
26/05/2007 13:25:46 (InfL2) ---- Resource loading for GUI scheme 'WindowsLookWidgets' completed ----
26/05/2007 13:25:50 (InfL2) ---- Beginning loading of GUI layout from 'code_red.layout' ----
26/05/2007 13:25:50 (Error) Exception: DefaultResourceProvider::load - code_red.layout does not exist
26/05/2007 13:25:50 (Error) WindowManager::loadWindowLayout - loading of layout from file 'code_red.layout' failed.
26/05/2007 13:26:34 (InfL2) ---- Beginning loading of GUI layout from 'ogregui.layout' ----
26/05/2007 13:26:34 (Error) Exception: DefaultResourceProvider::load - ogregui.layout does not exist
26/05/2007 13:26:34 (Error) WindowManager::loadWindowLayout - loading of layout from file 'ogregui.layout' failed.
(I also tried to load the ogregui.layout - but even that doesn't work)
Any idea !?
