Game Development Community

THe Mystery Of The Missing Gui

by David Taylor · in Torque Game Builder · 08/01/2006 (9:48 pm) · 3 replies

I just made a gui in the gui builder. I ran the program, and it loaded up, but I wanted to make an adjustment to it. So I loaded up the gui builder again, but I can't find it. It isn't in the cetnre drop down menu. I saved it in the game's gui folder, but can't see it.

has anyone else experienced this? What did I do wrong? The gui file is definitely where I left it. :/

#1
08/01/2006 (10:14 pm)
The .gui file needs to be executed with a call to exec("path/to/file.gui"); before it will appear in the list of loaded GUIs.
#2
08/01/2006 (11:09 pm)
Cool, problem fixed. Thanks. :)
#3
08/04/2006 (11:13 am)
Midhir thanks for helping David out, glad you got your issue solved David :)