Re: TableView Drag and Drop
Re: TableView Drag and Drop
- Subject: Re: TableView Drag and Drop
- From: Brian Webster <email@hidden>
- Date: Sun, 21 Oct 2001 15:33:08 -0500
On Sunday, October 21, 2001, at 03:13 PM, cocoa-dev-
email@hidden wrote:
The problem i was having is that the drag is started, however the
tableview never runs its validate for drop or accept drop methods. Do I
have to registerfordragged types or do some other implementation other
than the three functions in the NSTableView.h?
Yes, you must send a registerForDraggedTypes: message to your
table view to get it to accept drops, just like any other view.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster