Re: custom dragging destination feedback in an NSTableView

2008-04-11 Thread Corbin Dunn
On Apr 11, 2008, at 7:10 AM, Martin Redington wrote: It's not the dragged image I'm concerned about - I know how to change/customise that. By "dragging destination feedback", I mean the black border that gets drawn around the row of the destination table that I'm about to drop on. I'd l

Re: custom dragging destination feedback in an NSTableView

2008-04-11 Thread Martin Redington
It's not the dragged image I'm concerned about - I know how to change/ customise that. By "dragging destination feedback", I mean the black border that gets drawn around the row of the destination table that I'm about to drop on. I'd like to stop the tableview drawing that, and draw someth

Re: custom dragging destination feedback in an NSTableView

2008-04-11 Thread Jerry Krinock
On 2008 Apr, 11, at 4:15, Martin Redington wrote: The standard dragging feedback is rather ugly to start off with...I could spot any obvious way to customise this feedback I'm not sure what you consider to be ugly, but if, instead of a static image as suggested by Stéphane, you need somethi

Re: custom dragging destination feedback in an NSTableView

2008-04-11 Thread Stéphane
On Apr 11, 2008, at 1:15 PM, Martin Redington wrote: I have two NSTableViews, whose items have a parent-child relationship. I would like to be able to drag the children into the parent table view, to change their parent (think dragging mail messages between folders). The standard draggi

custom dragging destination feedback in an NSTableView

2008-04-11 Thread Martin Redington
I have two NSTableViews, whose items have a parent-child relationship. I would like to be able to drag the children into the parent table view, to change their parent (think dragging mail messages between folders). The standard dragging feedback is rather ugly to start off with, and does