Re: dragging from a NSTableView
Re: dragging from a NSTableView
- Subject: Re: dragging from a NSTableView
- From: "Tobias Lidskog" <email@hidden>
- Date: Wed, 1 Aug 2001 23:26:53 +0200
>
The method should be tableView:writeRows:toPasteboard: and not
>
tableView:writeItems:toPasteboard:.
Thanks a bunch! Silly me, I don't know how the writeRows: became writeItems: in the first place. Probably a stupid case of thoughtless programming by copy-n-paste. Well, you learn from your mistakes (hopefully), so sorry it has to take others to find them...
/Tobias