*Delete*
by Matt · in Torque Game Engine · 08/23/2004 (11:57 am) · 4 replies
Please delete.
About the author
#2
08/23/2004 (12:18 pm)
Thanks that fixed it. Now another issue. When I save the dialog (newUserDlg.gui) and go back to mainMenuGUI.gui and hit the new user button it works. However if i exit out of the program and go back in, it will not work. When I go to the gui editor the (newUserDlg.gui) is no where to be found. However I looked in the common ui folder and sure enough there it is(newUserDlg.gui). Any ideas how to fix this issue?
#3
08/23/2004 (1:33 pm)
I think that you would need to manually exec the gui file (exec("~/common/ui/newuserdlg.gui");) or add the exec command to a script which exec's on startup in order for your button to load.
#4
08/23/2004 (3:18 pm)
Yep. Thanks alot! It works good now. :)
Torque Owner Harold "LabRat" Brown