FROM : Stephen Deken
DATE : Mon Aug 14 22:09:20 2006
> would work... but now, I need to use "tell" to an application for
> this to work. I could tell the Finder to activate then send the
> message, but this means the Finder will always be in front when
> this script runs, and all current scripts have to be modified to
> activate the Finder before displaying a dialog, but for some
> scripts, this might not be appropriate.
Could you tell "System Events" to show the dialog?
tell application "System Events" to show dialog...
--sjd;
DATE : Mon Aug 14 22:09:20 2006
> would work... but now, I need to use "tell" to an application for
> this to work. I could tell the Finder to activate then send the
> message, but this means the Finder will always be in front when
> this script runs, and all current scripts have to be modified to
> activate the Finder before displaying a dialog, but for some
> scripts, this might not be appropriate.
Could you tell "System Events" to show the dialog?
tell application "System Events" to show dialog...
--sjd;
| Related mails | Author | Date |
|---|---|---|
| Renaud Boisjoly | Aug 14, 16:49 | |
| Matt Neuburg | Aug 14, 19:49 | |
| Renaud Boisjoly | Aug 14, 20:34 | |
| Stephen Deken | Aug 14, 22:09 | |
| Matt Neuburg | Aug 14, 23:02 |






Cocoa mail archive

