View Single Post
Quote:
Originally Posted by hardcoreUFO View Post
when I add a particular script to the toolbar and try to run it, nothing happens.
Running a script from the toolbar does impose some constraints. Static variables cease to be static, and, for those that enjoy this sort of thing, the quickest way to actually crash OO3 is to run the following one-liner from the toolbar.

Code:
tell application "OmniOutliner Professional" to close every window
(I don't recommend trying this from the toolbar, incidentally. The same code works fine if run from a Quicksilver trigger)

It would be interesting to know exactly what is happening in your script, but pragmatically the solution may be to assign a Quicksilver keyboard trigger to it.

Last edited by RobTrew; 2008-04-03 at 03:48 AM..