Search found 7 matches
- Fri Jan 23, 2009 19:53
- Forum: Unofficial CEGUI-Related Tools
- Topic: Problems compiling ceguilayouteditor on debian
- Replies: 3
- Views: 4788
I'm using wxWidgets 2.8.9, cegui 0.6.2, celayouteditor 0.6.2 gcc (Debian 4.3.2-1.1) 4.3.2 I've just solved this passing the option --enable-unicode to configure script of wxWidget first. Anyway, when I first use the layout editor, I selected a datafiles folder (the one which CEGUI comes in the Sampl...
- Thu Jan 22, 2009 17:35
- Forum: Unofficial CEGUI-Related Tools
- Topic: Problems compiling ceguilayouteditor on debian
- Replies: 3
- Views: 4788
Problems compiling ceguilayouteditor on debian
I tried to compile ceguilayout editor in my linux box. Passed the ./configure and when I try to compile with make , this error is showed CELayoutEditor.cpp: In member function ‘bool CELayoutEditor::InitMainFrame()’: CELayoutEditor.cpp:361: error: call of overloaded ‘ToWXString(const char...
- Wed Jan 14, 2009 02:27
- Forum: Help
- Topic: Using templates as a way to duplicate
- Replies: 6
- Views: 4462
- Tue Jan 13, 2009 18:34
- Forum: Help
- Topic: Using templates as a way to duplicate
- Replies: 6
- Views: 4462
Yes, I want to copy a whole tree, Unfortunately I have to deal also with the naming issue, because I want several copies working at the same time. I think it is not so difficult to do an appropiate algorithm for it. While that kind of copying is not part of CEGUI itself, I have to code by myself. Th...
- Tue Jan 13, 2009 15:06
- Forum: Help
- Topic: Using templates as a way to duplicate
- Replies: 6
- Views: 4462
Using templates as a way to duplicate
There is a way to use templates in CEGUI? . I mean, load several windows from a .layout file, and duplicate these windows for several purposes. For example, I want to reutilize a ok-cancel dialog (with two buttons on it), But I would like to have several dialogs, each one with it's own purpose and l...
- Tue Jan 13, 2009 13:52
- Forum: Help
- Topic: Changing Log Filename
- Replies: 3
- Views: 2505
- Tue Jan 13, 2009 02:20
- Forum: Help
- Topic: Changing Log Filename
- Replies: 3
- Views: 2505
Changing Log Filename
I'm trying to have my own directory where all the logging of my application is set, the same as CEGUI.log. To achieve this I have the following code: _CEGUISystem = new CEGUI::System(_ogreCEGUIRenderer); CEGUI::Logger * log = &CEGUI::Logger::getSingleton(); log->setLogFilename...