[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSArrayController troubles



On Mar 3, 2004, at 2:41 PM, Scott Stevenson wrote:

>> b] I'm not really sure how to combine datasource and binding
> I'm not sure you want to combine these two in most cases (mmalc will 
> correct me if I'm wrong).

:-)

> It seems far more common to combine delegate and bindings.
>
NSTableView still manages drag and drop with datasource methods...
	<http://homepage.mac.com/mmalc/CocoaExamples/controllers.html>
see "Tableviews" -> "Drag and Drop"

mmalc