Re: Prevent this double dialog
Re: Prevent this double dialog
- Subject: Re: Prevent this double dialog
- From: Paul Berkowitz <email@hidden>
- Date: Sun, 26 Sep 2004 08:42:36 -0700
On 9/26/04 8:36 AM, "Paul Berkowitz" <email@hidden> wrote:
> You could also change the Finder line to:
>
> tell application "Finder" to set focus to (path to frontmost
> application) as Unicode text
>
> or better yet
>
> tell application "System Events" to set focus to (path to frontmost
> application) as Unicode text
>
Oops. That was silly of me. Without the need for 'name' you don't need a
tell block at all, of course.
set focus to (path to frontmost application as Unicode text)
--
Paul Berkowitz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden