compvis
10-03-2009 05:37:59
hi,
I load my window which created by LayoutEditor. Window Xml file likes:
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Window" skin="Window" position="448 144 536 344" layer="Back" name="Win"/>
</MyGUI>
Then, i compile and run my app. There is an exception occurs:
12:37:23 | General | Error | Gui : '' not found | .\src\MyGUI_Gui.cpp | 272
12:37:23 | General | Info | Gui successfully initialized | .\src\MyGUI_Gui.cpp | 91
12:37:23 | General | Warning | Skin 'Window' not found, set Default | .\src\MyGUI_SkinManager.cpp | 87
12:37:23 | General | Critical | Layer 'Back' is not found | .\src\MyGUI_LayerManager.cpp | 149
I don't know what i was wrong !
Thanks,
I load my window which created by LayoutEditor. Window Xml file likes:
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Window" skin="Window" position="448 144 536 344" layer="Back" name="Win"/>
</MyGUI>
Then, i compile and run my app. There is an exception occurs:
12:37:23 | General | Error | Gui : '' not found | .\src\MyGUI_Gui.cpp | 272
12:37:23 | General | Info | Gui successfully initialized | .\src\MyGUI_Gui.cpp | 91
12:37:23 | General | Warning | Skin 'Window' not found, set Default | .\src\MyGUI_SkinManager.cpp | 87
12:37:23 | General | Critical | Layer 'Back' is not found | .\src\MyGUI_LayerManager.cpp | 149
I don't know what i was wrong !
Thanks,