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
The result is: Perspective name:Missing vlue,
Is this a bug or am I doing something wrong?
Regards,
J.
When I execute the script below
Code:
tell application "OmniFocus" tell default document get properties of front document window end tell end tell
Is this a bug or am I doing something wrong?
Regards,
J.