Game Development Community


#1
08/23/2004 (12:02 pm)
Right click on the GuiWindowCtrl, it should then be highlighted with a green border. At that point add the GuiTextCtrl It should appear ON the GuiWindowCtrl and appear as a child of the window control in the tree view.
#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. :)