Op 14 dec. 2011 om 02:59 heeft Richard Fairbanks <[email protected]> het volgende 
geschreven:

> Just a nudge to reiterate my question of why would my previously
> posted script _not_ run to completion if called from the BBEdit
> Scripts menu, but will run just fine if called from anywhere else.

BBedit will not process AppleEvents (i.e. the OSAscript commands in the script) 
while running a command from the scripts menu. This will create a deadlock, 
where the script is waiting for BBedit to complete the script, and the script 
is waiting for BBedit to complete the osascript commands.

BBedit is of course responsive to AppleEvents at other times, so when run for 
instance from the terminal, it will do just fine. This is a known and somewhat 
unfortunate limitation.

Hope this clears thing up for you.

Maarten

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to