Game Development Community

Reloading a GUI for editing?

by Cryptwalker · in Torque Game Builder · 08/20/2006 (5:47 pm) · 3 replies

I apoligize if this has already been asked (i wasnt able to find it by searching....probably wrong search words) but how do we reload a saved GUI for editing?

#1
08/20/2006 (6:37 pm)
Exec("path/to/file.gui");
#2
08/20/2006 (7:40 pm)
A little odd way to do it, but thanks.
#3
08/21/2006 (12:08 am)
The center dropdown in the gui editor shows all available gui objects in the current scope of your project. Just choose the saved gui from that dropdown. You will still need to exec the gui file as part of the project to get it to show up in that dropdown.