Page 1 of 1

GUITool works in 1.7.1?

Posted: Mon Mar 01, 2010 11:57 am
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?

Posted: Mon Mar 01, 2010 12:58 pm
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.

Posted: Mon Mar 01, 2010 1:29 pm
by Mani2010
cool i'll leave it for this version

Posted: Tue Mar 02, 2010 12:55 am
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

Bug in the Gui Tool v. 1.7.1

Posted: Tue Mar 02, 2010 12:48 pm
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

Posted: Sat Mar 06, 2010 8:12 pm
by hybrid
You'd have to provide a more elaborated bug report in case we shall be able to fix it.