Re: Make Fetch Windows by shortcut call?
Re: Make Fetch Windows by shortcut call?
- Subject: Re: Make Fetch Windows by shortcut call?
- From: Jim Matthews <email@hidden>
- Date: Thu, 23 Oct 2003 17:29:48 -0400
You could try something like this:
tell application "Fetch 4.0.3"
open shortcut "Fetch Softworks" of shortcut window "Fetch Shortcuts"
set MyWindow to transfer window 1
end tell
To close the window you'd say "close MyWindow".
Thanks,
--
Jim Matthews
Fetch Softworks
http://fetchsoftworks.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.