Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
- Subject: Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
- From: "koenig.yvan" <email@hidden>
- Date: Fri, 14 Feb 2014 10:01:50 +0100
Le 13/02/2014 à 22:51, Deivy Petrescu < email@hidden> a écrit : …
It seems that it's logical.
Display dialog is a feature belonging to the OSAX Standard Additions.
Since 10.6 we are asked to no longer call OSAX's component from a tell application block.
Try to insert « tell me to » in front of the display dialog instruction. It may solve the problem.
I apologize but I can't test here because I don't use Indesign.
Yvan KOENIG (VALLAURIS, France) jeudi 13 février 2014 17:40:57
"Tell me" to will be telling Script Editor to display the dialog. If you want the app to display the (modal) dialog then
Tell app “Mail” activate display dialog “x" end —> I don’t have indesign.
Deivy Petrescu
Hello Deivy
Here is the log report for your code :
tell application "Mail" activate display dialog "x" --> error number -1708 «event ascrgdut» --> error number -1708 display dialog "x" --> {button returned:"OK"} end tell Résultat : {button returned:"OK"}
Yvan KOENIG (VALLAURIS, France) vendredi 14 février 2014 10:01:44
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden