Combining Binding and Drag & Drop in TableView
Combining Binding and Drag & Drop in TableView
- Subject: Combining Binding and Drag & Drop in TableView
- From: "Jean-Daniel Dupas" <email@hidden>
- Date: Fri, 13 Feb 2004 13:53:43 +0100
Hello,
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?
_______________________________________________
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.