Re: NSTableView using bindings for its content can't be a drag source?
Re: NSTableView using bindings for its content can't be a drag source?
- Subject: Re: NSTableView using bindings for its content can't be a drag source?
- From: Keith Renz <email@hidden>
- Date: Wed, 12 Jan 2005 21:32:32 -0500
On Jan 12, 2005, at 9:13 PM, John Fox wrote:
Many thanks for getting back to me. Actually, I did implement the
source dragging methods, but I get no dragging initiation when I use
bindings. I then change the table view in IB to use my controller as
its data source, and then dragging works.
Yup, you still must set the table view's data source.
Is there any difference in how you implement the dragging source
methods?
As far as I know, nothing is done differently. Binding a table view's
columns is not relevant to dragging. Controllers have no knowledge of
dragging; drag types, drag operations, etc. Implement your table
dragging as usual.
Also, table view delegate methods still operate as usual.
Keith
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden