Game Development Community

Created GUIs doesn't shows on GUI tool

by Gustavo Boni · in Torque Game Builder · 06/30/2006 (11:38 am) · 2 replies

Hi all,

I created some GUIs and save them in the gui folder of my project.
The problem is the GUI created for me doesn't appears on the middle toolbar. I mean:

img165.imageshack.us/img165/416/untitled19cc.jpg
What i should do to my GUIs appear for editing?

Thanks,

Gustavo

#1
06/30/2006 (12:51 pm)
After creating the gui you need to add an exec("./path/to/gui/yourgui.gui");
#2
06/30/2006 (1:10 pm)
Thanks Gary =)

Sorry for the newbie question.