Le 15/02/2014 à 16:04, Deivy Petrescu < email@hidden> a écrit : On Feb 15, 2014, at 04:19 , koenig.yvan <email@hidden> wrote:
Le 15/02/2014 à 05:32, 2551 <email@hidden> a écrit :
On 15 Feb 2014, at 04:03, Deivy Petrescu <email@hidden> wrote:
With TextWrangler 4.5.6 it failed.
Yvan KOENIG (VALLAURIS, France) vendredi 14 février 2014 21:37:25
Thanks. Very interestingly, in BBEdit works flawlessly. May be we can shoot an email to the people at BareBones.
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}
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
I thought that the French System may be the problem. But there is an other hypothesis : I'm running the version available thru App Store which is slightly different from the one available directly from BareBones.
Yvan KOENIG (VALLAURIS, France) samedi 15 février 2014 10:19:46
Yvan, I also see that you get the
--> error number -1708
while Phil (and I) do not. Could it be the French OS?
I'm running from Apple' Script Editor and get the two non-fatal errors with quite all applications. The exceptions which I'm aware of are : Finder, Numbers 2.3 It's funny because Keynote 5.3, Keynote 6.1, Numbers 3.1, Pages 4.3 and Pages 5.1issue the two errors.
Phil didn't tested the giving up after 5 feature, he pressed the OK button !
When it's giving up… which does its duty we get :
display dialog "com.apple.iWork.Pages" giving up after 5 --> {button returned:"", gave up:true}
Yvan KOENIG (VALLAURIS, France) samedi 15 février 2014 20:48:04
|