Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Run multiple GUIs in a serial way

2 views
Skip to first unread message

Xin He

unread,
May 23, 2013, 11:02:07 AM5/23/13
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.
0 new messages