Re: tell statement changing
Re: tell statement changing
- Subject: Re: tell statement changing
- From: Brian <email@hidden>
- Date: Thu, 28 Apr 2005 00:44:16 +0200
Le 27 avr. 05, à 21:06, Ramona Reeves a écrit :
Hi Folks,
I need some help with a Tell statement.
I have a script that does stuff in Acrobat. I am trying to call
Acrobat 6 Professional and Acrobat 5.0 on the same machine.
The Acrobat 5.0 application tell statement seems to compile
and save ok. However, when I close the script and run it, it
changes to Acrobat 6 Professional. I can see the change
when I re-open the script.
Is there any way to have separate
tell application "Acrobat 6.0 Professional"
and
tell application "Acrobat 5.0"
retain their correct object in the same script?
Thanks in advance.
Ramona
Hello,
You can try to give it the full path to your apps, like :
tell application "Macintosh HD:Applications:iTunes.app:"
Hope that will works,
Brian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden