however, here are perhaps a few bugs? idiotic mistakes?
at this point in the code:
Code: Select all
SchemeManager::getSingleton().loadScheme((utf8*)"..\\datafiles\\schemes\\TaharezLook.scheme");
(taken from simpleApp - demo 4 with openGL)
i get a strange exception in free.c, it says user exception... not to sure whats happening there, its more aggravating then anything, but something i can ignore.
however, with loading XML layouts using:
Code: Select all
Window* rootWindow = CEGUI::WindowManager::getSingleton().loadWindowLayout("debugConsole.layout");
an error is thrown everytime. i have made sure that the file is where i specify, but i have no clue where i am going wrong. heres my XML file:
Code: Select all
<?xml version="1.0" ?>
<GUILayout>
<Window Type="DefaultWindow" Name="debugConsole">
<Window Type="TaharezLook/FrameWindow" Name="console">
<Property Name="AbsoluteHeight" Value="243.000000" />
<Property Name="AbsolutePosition" Value="x:1.000000 y:0.000000" />
<Property Name="AbsoluteRect" Value="l:1.000000 t:0.000000 r:800.000000 b:243.000000" />
<Property Name="AbsoluteSize" Value="w:799.000000 h:243.000000" />
<Property Name="AbsoluteWidth" Value="799.000000" />
<Property Name="AbsoluteXPosition" Value="1.000000" />
<Property Name="Alpha" Value="0.700000" />
<Property Name="AlwaysOnTop" Value="True" />
<Property Name="DragMovingEnabled" Value="False" />
<Property Name="Height" Value="0.405000" />
<Property Name="Position" Value="x:0.001250 y:0.000000" />
<Property Name="Rect" Value="l:0.001250 t:0.000000 r:1.000001 b:0.405000" />
<Property Name="RelativeHeight" Value="0.405000" />
<Property Name="RelativePosition" Value="x:0.001250 y:0.000000" />
<Property Name="RelativeRect" Value="l:0.001250 t:0.000000 r:1.000001 b:0.405000" />
<Property Name="RelativeSize" Value="w:0.998751 h:0.405000" />
<Property Name="RelativeWidth" Value="0.998751" />
<Property Name="RelativeXPosition" Value="0.001250" />
<Property Name="Size" Value="w:0.998751 h:0.405000" />
<Property Name="Text" Value="debugConsole" />
<Property Name="Width" Value="0.998751" />
<Property Name="XPosition" Value="0.001250" />
<Window Type="TaharezLook/MultiLineEditbox" Name="consoleOutput">
<Property Name="AbsoluteHeight" Value="180.000000" />
<Property Name="AbsolutePosition" Value="x:7.000000 y:29.000000" />
<Property Name="AbsoluteRect" Value="l:7.000000 t:29.000000 r:788.000000 b:209.000000" />
<Property Name="AbsoluteSize" Value="w:781.000000 h:180.000000" />
<Property Name="AbsoluteWidth" Value="781.000000" />
<Property Name="AbsoluteXPosition" Value="7.000000" />
<Property Name="AbsoluteYPosition" Value="29.000000" />
<Property Name="Height" Value="0.738333" />
<Property Name="Position" Value="x:0.008750 y:0.120000" />
<Property Name="ReadOnly" Value="True" />
<Property Name="Rect" Value="l:0.008750 t:0.120000 r:0.986250 b:0.858333" />
<Property Name="RelativeHeight" Value="0.738333" />
<Property Name="RelativePosition" Value="x:0.008750 y:0.120000" />
<Property Name="RelativeRect" Value="l:0.008750 t:0.120000 r:0.986250 b:0.858333" />
<Property Name="RelativeSize" Value="w:0.977500 h:0.738333" />
<Property Name="RelativeWidth" Value="0.977500" />
<Property Name="RelativeXPosition" Value="0.008750" />
<Property Name="RelativeYPosition" Value="0.120000" />
<Property Name="Size" Value="w:0.977500 h:0.738333" />
<Property Name="Text" Value="] Debug console using CE GUI
" />
<Property Name="Width" Value="0.977500" />
<Property Name="XPosition" Value="0.008750" />
<Property Name="YPosition" Value="0.120000" />
</Window>
<Window Type="TaharezLook/Editbox" Name="consoleInput">
<Property Name="AbsoluteHeight" Value="30.000000" />
<Property Name="AbsolutePosition" Value="x:9.000000 y:209.000000" />
<Property Name="AbsoluteRect" Value="l:9.000000 t:209.000000 r:669.000000 b:239.000000" />
<Property Name="AbsoluteSize" Value="w:660.000000 h:30.000000" />
<Property Name="AbsoluteWidth" Value="660.000000" />
<Property Name="AbsoluteXPosition" Value="9.000000" />
<Property Name="AbsoluteYPosition" Value="209.000000" />
<Property Name="Height" Value="0.120000" />
<Property Name="Position" Value="x:0.011250 y:0.861667" />
<Property Name="Rect" Value="l:0.011250 t:0.861667 r:0.837500 b:0.981667" />
<Property Name="RelativeHeight" Value="0.120000" />
<Property Name="RelativePosition" Value="x:0.011250 y:0.861667" />
<Property Name="RelativeRect" Value="l:0.011250 t:0.861667 r:0.837500 b:0.981667" />
<Property Name="RelativeSize" Value="w:0.826250 h:0.120000" />
<Property Name="RelativeWidth" Value="0.826250" />
<Property Name="RelativeXPosition" Value="0.011250" />
<Property Name="RelativeYPosition" Value="0.861667" />
<Property Name="Size" Value="w:0.826250 h:0.120000" />
<Property Name="Width" Value="0.826250" />
<Property Name="XPosition" Value="0.011250" />
<Property Name="YPosition" Value="0.861667" />
</Window>
<Window Type="TaharezLook/Button" Name="inputSendButton">
<Property Name="AbsoluteHeight" Value="29.000000" />
<Property Name="AbsolutePosition" Value="x:672.000000 y:210.000000" />
<Property Name="AbsoluteRect" Value="l:672.000000 t:210.000000 r:788.000000 b:239.000000" />
<Property Name="AbsoluteSize" Value="w:116.000000 h:29.000000" />
<Property Name="AbsoluteWidth" Value="116.000000" />
<Property Name="AbsoluteXPosition" Value="672.000000" />
<Property Name="AbsoluteYPosition" Value="210.000000" />
<Property Name="Height" Value="0.116667" />
<Property Name="Position" Value="x:0.841250 y:0.865000" />
<Property Name="Rect" Value="l:0.841250 t:0.865000 r:0.986250 b:0.981666" />
<Property Name="RelativeHeight" Value="0.116667" />
<Property Name="RelativePosition" Value="x:0.841250 y:0.865000" />
<Property Name="RelativeRect" Value="l:0.841250 t:0.865000 r:0.986250 b:0.981666" />
<Property Name="RelativeSize" Value="w:0.145000 h:0.116667" />
<Property Name="RelativeWidth" Value="0.145000" />
<Property Name="RelativeXPosition" Value="0.841250" />
<Property Name="RelativeYPosition" Value="0.865000" />
<Property Name="Size" Value="w:0.145000 h:0.116667" />
<Property Name="Text" Value="Enter" />
<Property Name="Width" Value="0.145000" />
<Property Name="XPosition" Value="0.841250" />
<Property Name="YPosition" Value="0.865000" />
</Window>
</Window>
</Window>
</GUILayout>
any suggestions would be appreciated
