View Single Post
The following is working fine in a "Run Applescript" action on my system. Leopard 10.5.1, Omnifocus 97569

Code:
on run {input, parameters}
	
	tell application "OmniFocus"
		activate
	end tell
	
	return input
end run