View Single Post
I'm trying to write a script for which I need the name of the current perspective in the front window.

When I execute the script below

Code:
tell application "OmniFocus"
	tell default document
		get properties of front document window
	end tell
end tell
The result is: Perspective name:Missing vlue,

Is this a bug or am I doing something wrong?

Regards,

J.