Re: FastScripts and script editor discrepancies
Re: FastScripts and script editor discrepancies
- Subject: Re: FastScripts and script editor discrepancies
- From: Christopher Stone <email@hidden>
- Date: Wed, 22 Jun 2016 13:25:04 -0500
System Events produces the same text as the Finder and is a better option, because you don't disrupt the user's visual-space – and you can easily return him/her to the app they were working in:
--------------------------------------------------- tell application "System Events" set frontApp to first process whose frontmost is true activate display dialog "1212" set frontmost of frontApp to true end tell ---------------------------------------------------
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden