| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On 8 Jun 2005, at 02:50, Brian Johnson wrote:
I think that the problem is that the Script is set to run in the background (the & at the end it it tells it to do this) - So I am presuming that the script takes some time to run - ie more then just a few seconds. So Your Apple Script has to wait for it to finish running, before it too can finish. However it is not necessary for the AppleScript to wait - since the script is running in the background not the foreground. So in AppleScript you could say: "ignoring application responses" - and then AppleScript is allowed "to finish" - even though the script it is running (in the background) has not itself yet finished. EG: ----------------------------------------------------------- ignoring application responses on run do shell script "/Volumes/lester/Development/Webkit/WebKitTools/ Scripts/run-safari &" end run end ignoring ----------------------------------------------------------- -- Peter |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/applescript-users/email@hidden This email sent to email@hidden
| References: | |
| >How to quit an applet? (From: Neil Lee <email@hidden>) | |
| >Re: How to quit an applet? (From: Brian Johnson <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.