Re: Fetch
Re: Fetch
- Subject: Re: Fetch
- From: Bruce Robertson <email@hidden>
- Date: Fri, 25 Mar 2005 18:03:30 -0800
> Is there any way to launch Fetch without getting it stuck in its new
> connection window?
OK, here's a fix.
In the very first line of tell Fetch, insert "open shortcut window 1" as
shown below.
tell application "Fetch 4.0.3"
open shortcut window 1
activate
-- then do other stuff
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:
This email sent to email@hidden
References: | |
| >Re: Fetch (From: Bruce Robertson <email@hidden>) |