make Rev standalone wait for external app

2007-03-07 Thread Chris Sheffield
On OS X 10.4.8, Rev 2.8 gm3. I need to launch an external app (installer) from my Rev standalone. I need my standalone to wait for the app to close before continuing. What's the best way to do this? I've tried several different things including using the launch command, using the shell()

Re: make Rev standalone wait for external app

2007-03-07 Thread Ken Ray
On Wed, 7 Mar 2007 10:56:10 -0700, Chris Sheffield wrote: On OS X 10.4.8, Rev 2.8 gm3. I need to launch an external app (installer) from my Rev standalone. I need my standalone to wait for the app to close before continuing. What's the best way to do this? I've tried several different

Re: make Rev standalone wait for external app

2007-03-07 Thread Chris Sheffield
Hi Ken, This is what I ended up doing. Seems to work just find. On the Windows side, launching the app with the shell seems to automatically wait until it's finished. I was just hoping I could do the same thing on the Mac side. Doesn't seem to be the case though. Thanks, Chris On Mar 7,

Re: make Rev standalone wait for external app

2007-03-07 Thread Sarah Reichelt
On 3/8/07, Chris Sheffield [EMAIL PROTECTED] wrote: On OS X 10.4.8, Rev 2.8 gm3. I need to launch an external app (installer) from my Rev standalone. I need my standalone to wait for the app to close before continuing. What's the best way to do this? I've tried several different things including

Re: make Rev standalone wait for external app

2007-03-07 Thread Mark Wieder
Chris- Wednesday, March 7, 2007, 12:24:18 PM, you wrote: This is what I ended up doing. Seems to work just find. On the Windows side, launching the app with the shell seems to automatically wait until it's finished. I was just hoping I could do the same thing on the Mac side. Doesn't seem to