Re: Drag between 2 NSTableView?
Re: Drag between 2 NSTableView?
- Subject: Re: Drag between 2 NSTableView?
- From: Colin Doncaster <email@hidden>
- Date: Fri, 25 Aug 2006 12:17:27 +1000
That doesn't sound correct, for my quick test case I have here, I
have MyDocument as both the data source and delegate and the below
functions implemented in the MyDocument class ( and in that it checks
to see what table is accepting the data and handling it
accordingly ). If you have the NSArrayController bound to the
datasource then that needs to implement the below functions.
On 25-Aug-06, at 11:10 AM, Todd Freese wrote:
It is tied to an NSArrayController for it's dataSource. However, I
tried adding [self setDataSource:self]; in it's awakeFromNib but it
does not work.
Todd
On Aug 24, 2006, at 7:58 PM, Colin Doncaster wrote:
Do you have this class set as your data source as well? Not just
the delegate?
_______________________________________________
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