• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?


  • Subject: Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
  • From: Deivy Petrescu <email@hidden>
  • Date: Fri, 14 Feb 2014 15:03:00 -0500

On Feb 14, 2014, at 04:01 , koenig.yvan <email@hidden> wrote:

>
> 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
>
Yvan,
what do you get when you run this (using someone’s suggestion)

tell application "Mail"
	activate
	display dialog (get id) giving up after 5
end tell




Deivy Petrescu
email@hidden




 _______________________________________________
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


  • Follow-Ups:
    • Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
      • From: "koenig.yvan" <email@hidden>
References: 
 >Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: James Gretton <email@hidden>)
 >Re: Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: Christopher Stone <email@hidden>)
 >Re: Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: "koenig.yvan" <email@hidden>)
 >Re: Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: James Gretton <email@hidden>)
 >Re: Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: Christopher Stone <email@hidden>)
 >Re: Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: "koenig.yvan" <email@hidden>)
 >Re: Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: "koenig.yvan" <email@hidden>)
 >Re: Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: Deivy Petrescu <email@hidden>)
 >Re: Upgrading to Mavericks - is it likely to break EVERYTHING!? (From: "koenig.yvan" <email@hidden>)

  • Prev by Date: Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
  • Next by Date: Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
  • Previous by thread: Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
  • Next by thread: Re: Upgrading to Mavericks - is it likely to break EVERYTHING!?
  • Index(es):
    • Date
    • Thread