Re: Combining Binding and Drag & Drop in TableView
Re: Combining Binding and Drag & Drop in TableView
- Subject: Re: Combining Binding and Drag & Drop in TableView
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 13 Feb 2004 09:34:42 -0800
On Feb 13, 2004, at 4:53 AM, Jean-Daniel Dupas wrote:
I'm trying to use binding to populate a NSTableView with IB , and i
would
like handle Drag and Drop in this Table. The probleme is that all DnD
methodes are in the Table DataSource. I'm just asking if it is safe to
do a
NSTableDataSource that returns 0 for "numberOfRowsInTableView:" and
nil for
"tableView:objectValueForTableColumn:row:" and to populate Table with a
NSArrayController.
Does Somebody know a better way to do this?
<
http://homepage.mac.com/mmalc/CocoaExamples/controllers.html>
mmalc
_______________________________________________
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.