Greetings, folks!

I have been having challenges scripting BBEdit to activate or quit if any dialog box (“Info., “Find & Replace”, etc.) is open. A simple example is to launch BBedit, open “Find & Replace”, and then run the following script in a script editor:

try
    tell application "BBEdit" to activate
on error
    say "B B Edit is not behaving!"
end try


EVEN WITH A TRY condition this doesn’t work: it won’t even run the error call! Selecting it from an Applications menu or the Dock works fine.

I need to automate my Mac as much as possible. Any thoughts?

Thanks!


--
------------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_script.shtml>
List archives: <http://www.listsearch.com/bbeditscripting.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to