Re: error dialogs in PS 7.0
Re: error dialogs in PS 7.0
- Subject: Re: error dialogs in PS 7.0
- From: Steve Roy <email@hidden>
- Date: Fri, 25 Jul 2003 14:56:30 -0400
Steve Suranie <email@hidden> wrote:
>
Is there anyway to detect when PS 7 is opening a file and it launches an error
>
dialog box such as font X not found?
If the dialog is modal, the script should normally wait by itself for the dialog
to be dismissed, or it will time out eventually. If this is the case, then you
can use a 'with timeout of' block to make the script wait longer.
Otherwise if the dialog is not modal, you can run into a loop that waits until
the top window is the document window.
Steve
--
Steve Roy <email@hidden>
Personal homepage: <
http://homepage.mac.com/sroy>
Projects homepage: <
http://www.roydesign.net>
_______________________________________________
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.