Re: Fetch script & dialog screen
Re: Fetch script & dialog screen
- Subject: Re: Fetch script & dialog screen
- From: Guy Parker <email@hidden>
- Date: Sun, 28 Oct 2001 18:51:13 +0000
Craig,
By "the main screen" I assume you mean the "New Connection..." screen,
right?
If this is the case then Fetch needs to be configured to not show this on
startup. Go to Customize:Preferences:Misc and deselect "Show sign-on dialog
at startup".
I also put the following line in my scripts immediately after the tell
application "Fetch" statement:
set show signon dialog to false
Hope it helps.
Guy
>
With a lot of help from people on this list, I got the following
>
script to work. This will be very useful to secretaries in 19 schools
>
that are being asked to put their announcements on their school web
>
page.
>
>
The problem is that if Fetch is not running, it opens to the main
>
screen and sits until the cancel button is clicked. Then the script
>
executes and closes the window.