Re: Help! Photoshop Applescript times out
Re: Help! Photoshop Applescript times out
- Subject: Re: Help! Photoshop Applescript times out
- From: LE STANG Jean-Baptiste <email@hidden>
- Date: Mon, 13 Jan 2003 22:46:33 +0100
wrap your code with the following, it will prevent the timeout :
with timeout of 0 seconds
--your code goes here
end timeout
Jean-Baptiste LE STANG
Le lundi, 13 jan 2003, ` 21:41 Europe/Paris, Kenton Muschenheim a icrit
:
What is the best way to avoid the "Apple Event Timed Out" error during
a
Photoshop Applescript? The script times out while opening a big 200 mb
file
before getting to the resizing etc
Looking for best practices here
Using Photoshop 7.0.1 OS 9.2.2
Kenny
_______________________________________________
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.
_______________________________________________
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.