If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
-
Kaki
- Posts: 41
- Joined: Thu Oct 12, 2006 12:19 pm
- Location: France
Post
by Kaki »
Hi
I look at the bin folder and I see there is a guiEditor. Good things.
But no source code and no tutorial.
So can you explain me how to load in a project a xml file made from the guiEditor ? Thanks for reply.
-
Luben
- Posts: 568
- Joined: Sun Oct 09, 2005 10:12 am
- Location: #irrlicht @freenode
Post
by Luben »
IGUIEnvironment->saveGUI and IGUIEnvironment->loadGUI. and you can find the editor source in irrlicht\tools\guieditor.
If you don't have anything nice to say, don't say anything at all.
-
Kaki
- Posts: 41
- Joined: Thu Oct 12, 2006 12:19 pm
- Location: France
Post
by Kaki »
Thanks Luben.
Another question :
In a project what is the best way to create gui environnement : using the guiEditor or scripting all the gui ?
-
Luben
- Posts: 568
- Joined: Sun Oct 09, 2005 10:12 am
- Location: #irrlicht @freenode
Post
by Luben »
Scripting the gui?
If you don't have anything nice to say, don't say anything at all.
-
Dances
- Posts: 454
- Joined: Sat Jul 02, 2005 1:45 am
- Location: Canada
-
Contact:
Post
by Dances »
I think they mean writing it all by hand. I always do but I've never tried the GUI Editor so I can't really say which is better.