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: Nigel Garvey <email@hidden>
- Date: Sat, 15 Feb 2014 15:50:51 +0000
2551 wrote on Sat, 15 Feb 2014 11:32:28 +0700:
>Well, it works for me with TextWrangler 4.5.6 on 10.9.1.
>
>tell application "TextWrangler"
> display dialog (get ID) giving up after 5
>end tell
>
>Replies:
>tell application "TextWrangler"
> display dialog "com.barebones.textwrangler" giving up after 5
> --> {button returned:"OK", gave up:false}
>end tell
>Result:
>{button returned:"OK", gave up:false}
This indicates that you clicked the "OK" button to dismiss the dialog.
With the same versions on my system, the dialog displays OK, but doesn't
give up by itself. Do you find that too?
Yvan Koenig wrote on Sat, 15 Feb 2014 10:19:51 +0100:
>I got this log report
>
>tell application "TextWrangler"
> activate
> display dialog "com.barebones.textwrangler" giving up after 5
> --> error number -1708
> «event ascrgdut»
> --> error number -1708
> display dialog "com.barebones.textwrangler" giving up after 5
>Résultat :
>error "Erreur dans TextWrangler : Délai dépassé pour un AppleEvent."
>number -1712
What's causing that «event ascrgdut»? I don't get it myself when I run
the script and it doesn't compile to a keyword on either of my machines.
But it does cause error number -1708 when run.
error "TextWrangler got an error: Can’t continue «event ascrgdut»." number -1708
NG
NG
_______________________________________________
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