Re: Script-dictionary
Re: Script-dictionary
- Subject: Re: Script-dictionary
- From: John Delacour <email@hidden>
- Date: Sat, 31 Aug 2002 23:36:09 +0100
At 5:02 pm +0200 31/8/02, Emmanuel wrote:
>tell application "Finder"
open application file id "ttxt" using application file id "ToyS"
end tell
Now, if you want to manipulate the dictionary, you need a scriptable script
editor, such as Smile:
-------------- not tested
tell application "Smile" to get text of opendictionary(TheAppPath)
--------------
--> returns the app's dictionary as a styled text string
or, I should have said,
tell application "Finder"
open application file id "ttxt" using application file id "VIZF"
end tell
_______________________________________________
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.