Re: Drag and stupid Drop in NSTableView
Re: Drag and stupid Drop in NSTableView
- Subject: Re: Drag and stupid Drop in NSTableView
- From: Mark Stockwell <email@hidden>
- Date: Thu, 27 May 2004 09:22:16 -0500
Lorenzo,
Wow! What a detailed answer!
I'll give it a try.
Right now I've got an NSArrayController and I've bound that to File's
Owner (MyDocument) and given it my itemArray ( an NSMutableArray) as
model key path.
So the data that feeds my table lives in MyDocument and somehow the
NSArrayController has been taking care of things for me without my
needing to create a numberOfRowsInTableView or an
objectValueForTableColumn method.
I'm assuming I'll need to move that array to my new TableViewManager?
And that I'll no longer need my NSArrayController?
Is using key value coding with an NSArrayController not compatible with
dragging and dropping in NSTableView?
Thanks,
Mark
_______________________________________________
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.