Re: using terms from
Re: using terms from
- Subject: Re: using terms from
- From: Michelle Steiner <email@hidden>
- Date: Sun, 23 Nov 2003 04:57:02 -0700
On Nov 23, 2003, at 4:29 AM, Matyas Ferenc Farkas wrote:
i am just learning how to scripting Mail. it has many example scripts
at the menu. but i do not know, why is it so important to use using
terms from in the scripts. what is the function of using terms from? i
read at macwarriors that if i deal with a remote app scripting, it
uses a dictionary from the local app, instead of the remote, but at
this case i do not feel sense.
If you are scripting a remote application, the script will try to
connect to that application to access its dictionary when you compile
the script. If the remote machine is off line or otherwise
unaccessible, the script will not compile. By using "using terms from"
and a local copy of the application, you can compile the script even if
the remote machine is not available.
--
Impeach The Son Of A Bush!
_______________________________________________
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.