On Feb 15, 2014, at 9:04 AM, Deivy Petrescu < email@hidden> wrote: 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, I also see that you get the --> error number -1708 while Phil (and I) do not. Could it be the French OS?
I installed TextWrangler from the App Store and I get the same -1708 error after I press the OK button on the dialog. I also waited five seconds but nothing happened (not sure what is supposed to happen after five seconds).
With English selected in System Preferences:
TextWrangler got an error: Can’t continue «event ascrgdut».
With French selected in System Preferences:
Erreur dans TextWrangler : Il est impossible de poursuivre «event ascrgdut».
|