Xin He
unread,May 23, 2013, 11:02:07 AM5/23/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have two GUIs. I need to run the first GUI, and then after it's done, the second GUI get started.
I try to write a script file like this:
gui1;
result=data_analysis;
gui2;
but it does not work. After I close the second gui, everything closed.