Re: Waiting for a process to finish...
Re: Waiting for a process to finish...
- Subject: Re: Waiting for a process to finish...
- From: Landis <email@hidden>
- Date: Tue, 20 Nov 2001 15:56:50 -0800
Well, sometimes all it takes is asking for help, and then things act
like you expected them to.
The puppet menu of Akua Sweets wasn't waiting for the process to be
done before letting the script continue, and now it is. I have no
idea why, and I can't reproduce the error. Has this happened to
anyone else? I'd like to avoid it's happening in the future...
tell application "QTVR Authoring Studio 1.0.1"
activate
open PanoName
--using Akua Sweets
puppet menu {"Panorama", "Stitch Panorama"}
quit --This tries to execute immediately, causing an unexpected quit
--now it waits for the end, go figure
end tell
Also on quitting the program, I've had several responses telling me
to put either "return" or "quit" or "error -128" and I had tried all
of those before, but they are also working again (for the time
being). Sometimes I'd just get into an infinite loop because the
cancel or return command wouldn't do anything. Any ideas?
Thanks for the all the help and suggestions.
Landis