GUITool works in 1.7.1?

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.
Post Reply
Mani2010
Posts: 107
Joined: Sat Jan 16, 2010 4:35 pm
Location: London,UK
Contact:

GUITool works in 1.7.1?

Post by Mani2010 »

Two questions..

1) I tried the guitool in 1.6 and it had some bugs, have not downloaded 1.7.1 yet so just wondering has anyone else used it, is it useable? I am in the process of making my own guitool but if it works might aswell use it.

2) how to implement Save/Load using irrlicht. Last framework i used had functions to write to a buffer then out to a file, irrlicht have inbuilt buffer type?
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

To my knowledge the GuiEditor has currently some bugs. Not sure how it compares to older versions as I didn't use it yet.
Save and load are functions in IGUIEnvironment which use irrXml.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Mani2010
Posts: 107
Joined: Sat Jan 16, 2010 4:35 pm
Location: London,UK
Contact:

Post by Mani2010 »

cool i'll leave it for this version
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The 1.6 GUI editor has had an annoying text edit bug, and problems with saving. Both problems were resolved in 1.7
ericklima.comp
Posts: 9
Joined: Tue Jan 05, 2010 3:06 pm
Location: Brazil

Bug in the Gui Tool v. 1.7.1

Post by ericklima.comp »

Both versions(1.6 and 1.7.1) have bugs.
I've found a new bug in the version 1.7.1:

There's no scroll bar!!! :shock:
I've compiled the tool using gcc MingW ( Code::Blocks )
and tried the bin provided too. But there's a bug.
I'm currently using the 1.6 tool version.
The text input was a problem but I'm writing my texts in the XML generated.
I'm gonna check out the code of the 1.6 where scroll bar is created and I'll
mix it with the newer and I'll have a better tool. :D
Erick
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You'd have to provide a more elaborated bug report in case we shall be able to fix it.
Post Reply