Re: Workaround for terminology conflicts
Re: Workaround for terminology conflicts
- Subject: Re: Workaround for terminology conflicts
- From: Michelle Steiner <email@hidden>
- Date: Wed, 10 Sep 2003 08:03:48 -0700
On Wednesday, September 10, 2003, at 02:34 AM, HOnza Koudelka wrote:
I am wondering what other people think about this workaround.
Use the term within its own tell block; handlers are great for this.
Or possibly, use a one-line, non-block, statement if you can.
tell application "FileMaker Pro"
do this
do that
do something else
tell application "Finder" to do yet another thing
do this again
do the charleston
do something wild
end tell
Is it the right one? Shouldn't we use "System Events" rather than
"Finder"? What do you think?
If the term is both in the Finder and System Events, use System Events
because subsequent versions of AppleScript might remove them from the
Finder.
--Michelle
--
Never play strip Tarot.
_______________________________________________
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.