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

 
add flags to main pane actions? Thread Tools Search this Thread Display Modes
Newbie questions:

1) How would I script setting flagged status to all of the visible actions in a given (content-view) perspective?

2) How would I select all visible actions and copy to clipboard?

Last edited by Craig; 2008-02-15 at 08:04 AM..
 
You could begin by experimenting with code like:

Code:
tell application "OmniFocus"
	repeat with oLeaf in leaves of content of window 1
		set oTask to value of oLeaf
		try
			set flagged of oTask to true
		end try
	end repeat
end tell
and
Code:
tell application "OmniFocus"
	-- select leaves of content of window 1
	pbcopy leaves of content of window 1
end tell
 
Just what I needed - thanks a bunch, RobTrew!
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lack of folder hierarchy in main pane tobu10 OmniFocus 2 for Mac (Private Test) 9 2013-06-19 02:57 AM
switching from context or project pane to actions pane adept OmniFocus 1 for Mac 1 2011-05-05 05:47 AM
How sync (align) left panel outline with main pane? dmorgen OmniFocus 1 for Mac 5 2009-07-28 02:34 PM
How to navigate between project list and main pane? mgorbach OmniFocus 1 for Mac 3 2008-06-29 12:01 PM
How do you use flags? ksenia OmniFocus 1 for Mac 13 2007-06-27 04:09 AM


All times are GMT -8. The time now is 09:46 PM.


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