Re: NSOutlineView and selection

2011-01-12 Thread Corbin Dunn
Hi Kevin, (cc'ing the list, in case others have the same question). On Jan 12, 2011, at 12:55 PM, Kevin Meaney wrote: > Thanks Corbin, > > Will modifying the current selection of the outline view in the delegate > method outlineView:selectionIndexesForProposedSelection cause any problems as >

Re: NSOutlineView and selection

2011-01-12 Thread Corbin Dunn
On Jan 12, 2011, at 10:45 AM, Kevin Meaney wrote: > Hi, > > In my outline view I need to allow multiple selection, but only allow all > selected items to have the same parent. In other words as soon as the user > selects an item with a different parent to the currently selected items even > i

NSOutlineView and selection

2011-01-12 Thread Kevin Meaney
Hi, In my outline view I need to allow multiple selection, but only allow all selected items to have the same parent. In other words as soon as the user selects an item with a different parent to the currently selected items even if they are in add to selection mode, the previously selected ite