| Sign In/My Account | View Cart |
| Article: |
Controlling Your Mac with AppleScript and Java | |
| Subject: | Panther problems | |
| Date: | 2004-04-14 18:01:03 | |
| From: | TToolsSeth | |
|
Response to: Panther problems
|
||
|
I'm having the same experience. A script that used to work now takes a really long time. I've discovered that it's related to timeout and that the script will return in 2 * timeout seconds (default timeout is 1 minute, which is why you see the 2 minute duration). If you wrap your script in "with timeout of 10 seconds ... end" it will only take 20 seconds to execute.
|
||