Re: Finder Duplicate Operation timing out
Re: Finder Duplicate Operation timing out
- Subject: Re: Finder Duplicate Operation timing out
- From: Martin Michel <email@hidden>
- Date: Wed, 30 Jan 2002 22:01:04 +0100
am 30.01.2002 21:41 Uhr schrieb Steve Kump unter email@hidden:
You have to embed your scripting operations between a "with
timeout"-handler.
An example:
on run
with timeout of 6000 seconds
tell app "Finder"
activate
do whatever you want here
end tell
end timeout
end run
Greetings,
Martin
P.S.: Yes, I am not a native speaker ;-)