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?
GUITool works in 1.7.1?
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.
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 9
- Joined: Tue Jan 05, 2010 3:06 pm
- Location: Brazil
Bug in the Gui Tool v. 1.7.1
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!!!
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.
I've found a new bug in the version 1.7.1:
There's no scroll bar!!!
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.
Erick