Re: Help! Photoshop Applescript times out
Re: Help! Photoshop Applescript times out
- Subject: Re: Help! Photoshop Applescript times out
- From: Shane Stanley <email@hidden>
- Date: Tue, 14 Jan 2003 09:57:16 +1100
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
--
Shane Stanley, email@hidden
_______________________________________________
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.