Re: Help! Photoshop Applescript times out
Re: Help! Photoshop Applescript times out
- Subject: Re: Help! Photoshop Applescript times out
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 13 Jan 2003 15:46:52 -0800
On 1/13/03 2:57 PM, "Shane Stanley" <email@hidden> wrote:
>
On 14/1/03 8:46 AM +1000, LE STANG Jean-Baptiste, email@hidden,
>
wrote:
>
>
> wrap your code with the following, it will prevent the timeout :
>
>
>
> with timeout of 0 seconds
>
> --your code goes here
>
> end timeout
>
>
Actually, that will guarantee a timeout. Try:
>
>
with timeout of 10000 seconds
>
--your code goes here
>
end timeout
Yes. We've been through all this just a week or two ago.
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.