Re: tell application "FileMaker Pro/Developer"
Re: tell application "FileMaker Pro/Developer"
- Subject: Re: tell application "FileMaker Pro/Developer"
- From: John Delacour <email@hidden>
- Date: Wed, 3 Sep 2003 20:07:11 +0100
- Mac-eudora-version: 6.1a1
At 1:04 pm +0200 3/9/03, Emmanuel wrote:
At 11:15 PM +0100 9/2/03, John Delacour wrote:
I then reopened the script in SE to see that the fourth line now reads
using terms from application "Eudora"
Out of curiosity, what if now you [stuff and] delete [each and every
copy of any version of] Eudora?
Then I wouldn't need a script to send commands to it ...
I tried this with TE+
tell application "Finder" to application file id "TBB6"
set TE to result as Unicode text
using terms from application "Tex-Edit Plus"
tell application TE
activate
set text of document 1 to "hi"
block format paragraph 1 of document 1
end tell
end using terms from
When I reopened the script I was asked four times in succession
"Where is Tex-Edit Plus" and then the script opened just as I had
written it including the TE+ terms in human language.
JD
.
_______________________________________________
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.