View Single Post
In fact (I had forgotten) it gets worse - even the tree nodes of group dividers lack identifiable properties ...

In other words, you can't identify at all which grouping divider the user has selected ...

(the following yields neither name nor any other identifiable handle for a selected grouping heading)

Code:
tell application "OmniFocus"
	tell content of front window to return properties of first selected tree where class of its value is item
end tell
(an understandable organisational decalage - the grouping dividers were introduced after the applescript library had been written - but perhaps room now for a quick conversation over coffee between holders of different skill-sets or engineering roles ? ;-)

--

Last edited by RobTrew; 2011-06-27 at 02:50 AM..