I have built a GUI using the GUI Editor and save the xml file.
By using loadGUI (), I can get the content of the xml file and the program will generate the corresponding GUI.
Now, I want to further edit the GUI using code.
For example, I built a menu bar in GUI editor, after loadGUI(), it will be shown. Now, I want to add submenus to it but I do not know how to refer to the menu (calling object) .
Could someone please help
How to elaborate the GUI using GUI Editor
maybe you can refer to this http://irrlicht.sourceforge.net/docu/example009.html
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
Now, I want to further edit the GUI using code.
tutorial 9 shows you how to add sub-menu. you can give the main menu an id and later on search for the menu by referring to the id and then add sub-menus to it. i hope i understand your question correctly. is that what you want?Now, I want to add submenus to it
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
-
- Posts: 222
- Joined: Mon Jan 19, 2009 10:03 pm
- Location: Miami, Florida
- Contact: