View Single Post
I'm working on a script to replace the current front window with two windows, one above the other, occupying the same area. This layout is useful for inbox processing. I can display my inbox in the top window and individual projects in the bottom window.

I would like to open a new document window from the script but can't find the right incantation (or else the scripting for this is broken).

Here's what I think should work:

Code:
tell application "OmniFocus"
	tell front document
		make new document window at before front document window ¬
			with properties {document:it}
	end tell
end tell
Any ideas?

[Also reported through Send Feedback.]
__________________
Cheers,

Curt