Re: Opening a gap in NSTableView during drag and drop

2012-04-14 Thread Andrew Madsen
On Apr 14, 2012, at 1:31 AM, Quincey Morris wrote: > On Apr 13, 2012, at 08:02 , Andrew Madsen wrote: > >> I've got a simple, single-column, view-based NSTableView with items in it >> that can be dragged to reorder them. During drag and drop, I'd like to make >> it so that a gap for the item-t

Re: Opening a gap in NSTableView during drag and drop

2012-04-14 Thread Quincey Morris
On Apr 13, 2012, at 08:02 , Andrew Madsen wrote: > I've got a simple, single-column, view-based NSTableView with items in it > that can be dragged to reorder them. During drag and drop, I'd like to make > it so that a gap for the item-to-be-dropped opens up at the location under > the mouse. Ga

Opening a gap in NSTableView during drag and drop

2012-04-13 Thread Andrew Madsen
I've got a simple, single-column, view-based NSTableView with items in it that can be dragged to reorder them. During drag and drop, I'd like to make it so that a gap for the item-to-be-dropped opens up at the location under the mouse. GarageBand does something like this when you drag to reorder