Re: Dragging tableView rows to an external applications

2008-09-23 Thread Graham Cox
On 23 Sep 2008, at 10:22 pm, Graham Cox wrote: Have you actually written the promised files type in - tableView:writeRowsWithIndexes:toPasteboard: ? If not, that might be why you're not seeing the expected cursor. This further passage from the same doc is also pertinent, I guess: "The NST

Re: Dragging tableView rows to an external applications

2008-09-23 Thread Graham Cox
On 23 Sep 2008, at 7:00 pm, Steve Cronin wrote: Folks; I'm trying in 10.4+ to implement dragging data from a tableView to the desktop. My problem is probably a dunderhead oversight but I can't see it. I have NOT subclassed an NSTableView. In a windowController I do the following in -awakeF

Dragging tableView rows to an external applications

2008-09-23 Thread Steve Cronin
Folks; I'm trying in 10.4+ to implement dragging data from a tableView to the desktop. My problem is probably a dunderhead oversight but I can't see it. I have NOT subclassed an NSTableView. In a windowController I do the following in -awakeFromNib: (myTableView is an Outlet) ... [myTable