Button in one gui creates another gui but first gui disappears
I have a button in one gui opening another gui to do a side function, but the first gui totally disappears. Actually I would like the first gui to come back when I close the second gui, is this possible?
posted by: tony 28-Jan-2012/15:41:25-8:00
I just put "view center-face gui" at the end of the second gui's script and it takes me back to the main gui! Nice!
posted by: tony 28-Jan-2012/16:19:02-8:00
You can also use VIEW/NEW to create a new window. If you want a modal dialog (main window is blocked and the new window is kept at the front), use INFORM.
posted by: Henrik 29-Jan-2012/3:46:24-8:00
|