Re: Interrupting auto-expansion in NSOutlineView

2009-10-27 Thread Corbin Dunn
> >> >>> >>> The NSDraggingDestination protocol has a draggingEnded: method, which the >>> documentation says can be used to cancel auto-expansion of a drag >>> destination. >> >> This may be a documentation bug. Can you point me to the location where you >> read this? > > file:///Developer

Re: Interrupting auto-expansion in NSOutlineView

2009-10-27 Thread Don Altman
Thanks for the very helpful reply. See below. On Oct 27, 2009, at 10:22 AM, Corbin Dunn wrote: On Oct 27, 2009, at 12:49 AM, Don Altman wrote: Hi, Does anyone have any insight as to how one could interrupt the auto- expansion of an item of an NSOutlineView instance? This occurs after a d

Re: Interrupting auto-expansion in NSOutlineView

2009-10-27 Thread Corbin Dunn
On Oct 27, 2009, at 12:49 AM, Don Altman wrote: > Hi, > > Does anyone have any insight as to how one could interrupt the auto-expansion > of an item of an NSOutlineView instance? This occurs after a drag operation > enters the item's display area without leaving, for some predetermined time.