Search found 4 matches
- Mon Nov 23, 2009 23:21
- Forum: Unofficial CEGUI-Related Tools
- Topic: I cannot change the name in the property
- Replies: 5
- Views: 16642
I cannot change the name in the property
In CELayoutEditor 6.3.0, I don't know, why but when I try to change the name of the property , the name doesnt appear in the tree and if I click to another position, the name disapear and the old name appear.
- Thu Nov 19, 2009 09:39
- Forum: Help
- Topic: Problem with xerces.
- Replies: 4
- Views: 3439
Re: Problem with xerces.
I add this to my code : SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 0); But it is the same things, maybe its my datafile who have some problem? But there no error in the log file. I give you my test.layout : <?xml version="1.0" ?> <GUILayout> <Window Type="DefaultWindow" Name="...
- Thu Nov 19, 2009 07:10
- Forum: Help
- Topic: Problem with xerces.
- Replies: 4
- Views: 3439
Re: Problem with xerces.
Thanks for your post, I'v test this in my program like that : /* * Adapted by: Johnny Souza - johnnysouza.js@gmail.com * Date: 19/01/07 17:00 * Description: Using CEGUI with SDL and OpenGL */ #include <stdio.h> #include <stdlib.h> #include <SDL/SDL.h> #include <CEGUI/CEGUI.h> /* for release 0.4.X us...
- Tue Nov 17, 2009 17:20
- Forum: Help
- Topic: Problem with xerces.
- Replies: 4
- Views: 3439
Problem with xerces.
Hi, I'm new in this board but I have already search for a similar problem. The source code : /* * Adapted by: Johnny Souza - johnnysouza.js@gmail.com * Date: 19/01/07 17:00 * Description: Using CEGUI with SDL and OpenGL */ #include <stdio.h> #include <stdlib.h> #include <SDL/SDL.h> #include <CEGUI/C...