Re: can't 'tell' specific version of application (filemaker pro)
Re: can't 'tell' specific version of application (filemaker pro)
- Subject: Re: can't 'tell' specific version of application (filemaker pro)
- From: Andrew Oliver <email@hidden>
- Date: Wed, 04 Jun 2003 13:37:01 -0700
Either use full pathnames:
tell application "HD:Applications:Filemaker Pro"
or include ".app" to identify the OS X version:
tell application "Filemaker Pro.app"
The latter version may (for some reason I don't understand) compile to the
shortened name of the application (without the .app extension), but it still
works.
Andrew
:)
On 6/4/03 1:19 PM, "Seth Tager" <email@hidden> wrote:
>
I'm using os x, but I'm having trouble choosing which
>
version of FileMaker Pro will respond to applescript
>
commands. My system seems to get confused between v5,
>
which is a Classic app, and v6, which is Carbon.
>
>
I've tried changing the name of the application, but
>
applescript seems to insist on changing the name back
>
to the unwanted version when I Check Syntax.
>
>
Any idea how to positively identify the version of
>
FileMaker Pro I want to use?
>
>
Seth
>
>
__________________________________
>
Do you Yahoo!?
>
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
>
http://calendar.yahoo.com
>
_______________________________________________
>
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.
_______________________________________________
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.