View Single Post
The following works on Leopard Server 10.5.1 with OF
but gives an error missing parameter on activate
on my Macbook Pro Leopard 10.5.1

Anyone know how to troubleshoot this? Is this worthy of a bug report email?

Code:
tell application "OmniFocus"
	tell quick entry
		activate
	end tell
end tell