Re: Script-dictionary
Re: Script-dictionary
- Subject: Re: Script-dictionary
- From: "Neal A. Crocker" <email@hidden>
- Date: Sat, 31 Aug 2002 14:36:45 -0700
Date: Sat, 31 Aug 2002 11:47:08 +0200
Subject: Script-dictionary
From: "Manfred M. Strasser" <email@hidden>
To: ML AppleScript-User <email@hidden>
Is it possible to open the Script-dictionary of an app using AS?
try the following, replacing "Finder" with the name of any
application you're interested:
tell application "Finder"
set appalias to path to it
end tell
tell application "Script Editor" to open appalias
Neal.
_______________________________________________
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.