Re: Wait until window is open
Re: Wait until window is open
- Subject: Re: Wait until window is open
- From: Joshua See <email@hidden>
- Date: Sat, 22 May 2004 11:51:36 -0500
On May 20, 2004, at 4:49 PM, Thierry Lavallie wrote:
>
My script fails if the opening of the window takes too long (open
>
OriginalPath).
>
>
How can I manage for AS to wait until each steps are finished before
>
doing
>
the next?
What about simply:
repeat until (exists window 1)
delay 1
end repeat
Is there a reason this won't work that I'm missing?
--
Sincerely,
Joshua See
_______________________________________________
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.