PDA

View Full Version : Issue using AppleScript "activate" command


chucksense
2008-02-08, 04:27 AM
Hi everyone,
I use several AppleScripts for working with OmniFocus. Most work like a charm, but for some reason the simplest one never works for me:

tell application "OmniFocus" to activate

or alternately

tell application "OmniFocus"
activate
end tell

Unfortunately, I always receive the same error:
OmniFocus got an error: Some parameter is missing for activate.

I've tried running directly in ScriptEditor, running from Finder, saving as an Application, and saving as an Application Bundle, but nothing seems to help.

I'm running revision 96900 (1.0 I believe).

Thanks for any thoughts you may have!

Best,
-Chuck

RobTrew
2008-02-08, 05:54 AM
Seems to work fine in 97569

chucksense
2008-02-10, 07:10 AM
Seems to work fine in 97569

Ah, I wasn't aware there was a new vaportrail. After upgrading, it's also working for me.

Thanks so much!
-Chuck