Re: iTunes error
Re: iTunes error
- Subject: Re: iTunes error
- From: Emmanuel <email@hidden>
- Date: Wed, 24 Jul 2002 01:11:28 +0200
At 8:44 PM +0200 23/7/02, John C. Welch wrote:
>
>
When I try to script iTunes 3 to do a QT audio conversion, I get an instant
>
'apple event timed out' error at the start of the conversion, not in the
>
middle or near the end where it would make sense. The script is below, and I
>
apologize for the HTML email here.
By default, if a script sent to application does not return within 1 mn,
the script "times out". You can change this default with:
------------------- untested
with timeout of 3600 seconds
-- script
end timeout
-------------------
Another solution may be to encapsulate the "tell" with:
------------------- untested
ignoring application responses
-- script
end ignoring
-------------------
so that the script does not wait for completion of the operation and
continues execution immediately. Doing so has some potential drawbacks, of
course.
Emmanuel
_______________________________________________
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.