Detecting when application launch has completed (OS X)
Detecting when application launch has completed (OS X)
- Subject: Detecting when application launch has completed (OS X)
- From: Mr Tea <email@hidden>
- Date: Sun, 19 Jan 2003 11:06:17 +0000
Is there a generalised way to detect if an application has finished
launching (ie, nothing else is going to happen without user input)?
I'd like to launch several applications in sequence, without the launches
overlapping. So far, the best I've been able to manage is putting a 'lowest
common denominator' delay into the loop (the list of apps varies).
Everything else I've tried results in the dock looking like a kids
trampoline party.
What would be ideal is something like:
repeat until starting up of process myApp is false
[brief delay]
end repeat
Is there anything similar that might work?
Mr Tea
_______________________________________________
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.