View Single Post
As far as I can see, the modified property of an Omnifocus 'document' (really a database) always seems to return false

Code:
tell application "OmniFocus"
	display dialog (modified of default document) as string
end tell

Last edited by RobTrew; 2009-07-16 at 11:46 AM..