The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Extras
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Set and receive view options? Thread Tools Search this Thread Display Modes
Hi guys,

I was wondering if there's a way to set and retrieve view options in the current document window? I'm trying to find info about the view "filters" (colored glasses)... i.e., Next Review, Available, Any Duration, Any Flag state etc.

Is it possible to set and also read these options for the current view within applescript?

Thanks!!
-Allen
 
Take a look at the properties of the content of the document window.
__________________
Cheers,

Curt
 
Ah! Yes, interesting... here are two code snippets for anyone else interested also... (run them in script editor) and check out the result window.

Code:
tell application "OmniFocus"
	tell front document
		tell document window 1
			get properties
		end tell
	end tell
end tell
Code:
tell application "OmniFocus"
	tell front document
		tell document window 1
			get properties of content
		end tell
	end tell
end tell
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Omnifocus 2 view options al_f OmniFocus 1 for Mac 1 2013-02-04 02:44 AM
view options for OPML files twelfth OmniOutliner 3 for Mac 4 2013-01-28 10:14 PM
review perspective view options AnthonySmith OmniFocus 1 for Mac 1 2011-10-14 07:39 AM
View Only Options? CorgiGirl OmniFocus 1 for Mac 2 2008-09-18 12:53 PM
Date Formatting Options in Resource View Nate_Trost OmniPlan General 1 2006-11-08 11:10 AM


All times are GMT -8. The time now is 05:53 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.