Thank you !
I repaired according to you , then Program run well !
Thanks again .
Search found 8 matches
- Mon Aug 11, 2008 02:36
- Forum: Help
- Topic: ERROR Load Layout !
- Replies: 2
- Views: 2009
ERROR Load Layout !
[code] CEGUI::Window *popup = CEGUI::WindowManager::getSingleton().loadWindowLayout((CEGUI::utf8*)"MenupopupV1.layout"); CEGUI::Window *menu= win->getWindow((CEGUI::utf8*)"Root/Popup"); myRoot->addChildWindow(menu); menu->hide(); /* Load messagebox */ Line Error : CEGUI::Window *...
- Fri Aug 08, 2008 02:40
- Forum: Offtopic Discussion
- Topic: Can i draw in CEGUI ?
- Replies: 3
- Views: 4334
- Thu Aug 07, 2008 07:19
- Forum: Offtopic Discussion
- Topic: Can CEGUI create a popup menu ?
- Replies: 1
- Views: 3671
Can CEGUI create a popup menu ?
I want create a popup menu like when i click right mouse in Windows .
But i know CELayoutEditor can't do it . CELayoutEditor can only make a menu bar !
help me !
[/img]
But i know CELayoutEditor can't do it . CELayoutEditor can only make a menu bar !
help me !
[/img]
- Wed Aug 06, 2008 09:38
- Forum: Offtopic Discussion
- Topic: Can i draw in CEGUI ?
- Replies: 3
- Views: 4334
Can i draw in CEGUI ?
I want to draw a simple graph with CEGUI , Can i draw it ? how to ?
- Wed Aug 06, 2008 03:40
- Forum: Unofficial CEGUI-Related Tools
- Topic: How to create a MulticolumList ?
- Replies: 4
- Views: 6040
- Tue Aug 05, 2008 03:06
- Forum: Unofficial CEGUI-Related Tools
- Topic: How to create a MulticolumList ?
- Replies: 4
- Views: 6040
How to create a MulticolumList ?
Hi everybody !
I want to create a MulticolumnList on CELayoutEditor.exe , but i can't create it because when i select <add Window > and choice MulticolumnList , CELayoutEditor show a message Error !
How to create ?
Help me ,please !!
Thanks !
I want to create a MulticolumnList on CELayoutEditor.exe , but i can't create it because when i select <add Window > and choice MulticolumnList , CELayoutEditor show a message Error !
How to create ?
Help me ,please !!
Thanks !
- Fri Aug 01, 2008 04:39
- Forum: Help
- Topic: Image button
- Replies: 11
- Views: 10669
Help me !
Hi Pompei2 , I just used OGRE to programming Graphic , so i get a trouble with image button . I can't create a imagebutton . so you can give me a full code about imagebutton and files : *.imageset, layout , image file (.tga, ...) ? Please help me soon ! Thank you very much ! ------------------------...