Search found 7 matches

by arn
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...
by arn
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...
by arn
Wed Jan 14, 2009 02:27
Forum: Help
Topic: Using templates as a way to duplicate
Replies: 6
Views: 4462

If I used that method, I wouldn't identify the windows inside.

Can I rely on the order that the windows exist inside the layout?

In any case, which class loadWindowLayout method belongs to?
by arn
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...
by arn
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...
by arn
Tue Jan 13, 2009 13:52
Forum: Help
Topic: Changing Log Filename
Replies: 3
Views: 2505

Thanks! It worked.

And I'm glad to be here. I think CEGUI is a very good GUI library :wink:
by arn
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...

Go to advanced search