Search found 3 matches

by IceFire_darkalex
Sat Jan 10, 2009 12:24 am
Forum: Code Snippets
Topic: New GUI skin [update: new skins, support for 1.5/1.6]
Replies: 112
Views: 86743

I'm getting crazy here >.<

Included the gheaders and addet the cpp Files to the Project.

When compiling I get ONE funking ERROR >.<

Would be verry verry nice if anyone could help:

int main...

device->getFileSystem()->addZipFileArchive("data/TexSkiMod.zip", true, false); //Main Data Archive ...
by IceFire_darkalex
Mon Sep 15, 2008 2:12 pm
Forum: Beginners Help
Topic: GUI XML Parser ?
Replies: 4
Views: 572

Thx! I found that out in that moment, too^^

But one more question about loadGUI():

If I want to make an Interface linke in WoW, where some things are on the right side of the screen, but If I want to let the user rescale the window so how can I realize thet for example a button is always 60% away ...
by IceFire_darkalex
Mon Sep 15, 2008 1:11 pm
Forum: Beginners Help
Topic: GUI XML Parser ?
Replies: 4
Views: 572

GUI XML Parser ?

Hi!

I'm searching for that since 2 hours now. I have seen the GUI Editor example but I cannot find a Sourcecode of it... So I want to ask you if Irrlicht has an XML-Reader built in which can read GUI Structures directly from XML Files?

Example XML:
<?xml version="1.0"?>
<element type="button ...