Re: Controllers, NSTableView & DragNDrop?
Re: Controllers, NSTableView & DragNDrop?
- Subject: Re: Controllers, NSTableView & DragNDrop?
- From: Scott Anguish <email@hidden>
- Date: Tue, 18 Nov 2003 01:37:04 -0500
you can simply wire up a datasource as you did before, and implement
the drag and drop stuff there.
you'll get a warning about not implementing some methods, but it's
ignorable
On Nov 17, 2003, at 10:08 PM, Rams wrote:
I've read the programming topic on Controllers in 10.3 and everything
sounds great until I start to mull the possibility of Drag and Drop in
a table view. I'm puzzled because, as you all know, drag and drop
methods were located in the datasource. Since there is no datasource
to speak of when using a controller, where do I then handle dragging
and dropping in a table view (or outline view)? Has anyone out there
tried or succeeded at this?
--
"War is God's way of teaching Americans about geography."
Ambrose Bierce
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.