Skip navigation.
 
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not?
FROM : Seth Willits
DATE : Sun Mar 02 05:24:24 2008

On Mar 1, 2008, at 6:01 PM, John Stiles wrote:

> Unless Stephane plans on manually tracking the expanded items 
> himself, I don't see how this answers his original question



That's what you have to do. I use these notifications to save which 
items are expanded as part of my documents' data. It's not 
particularly hard since at the very least, all you do is just keep an 
array of expanded items.


--
Seth Willits

Related mailsAuthorDate
ml[NSOutlineView] How to know an item is expanded if its parent item is not? Stéphane Sudre Mar 2, 00:02
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? j o a r Mar 2, 00:42
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? John Stiles Mar 2, 03:01
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? Seth Willits Mar 2, 05:24
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? Stéphane Sudre Mar 2, 16:23
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? Jonathan Dann Mar 2, 17:50