On Mon, 25 Oct 2010 12:55:32 -0500, Paul Johnson said: >I have two table views and I want to drag and drop from one to the other. > > >I'm using Core Data and Bindings, and the > > >I'm able to select items in the source table and I'm copying an index set >listing indexes of the selected items to the pasteboard. > > >I haven't been able to drop the selected items on the destination table >view. > > >I have two array controllers, one for each table view. > > >What is the correct way for the destination array controller to access an >item in the source table view?
Have you worked through this example:? <http://developer.apple.com/library/mac/#samplecode/DragNDropOutlineView/ Introduction/Intro.html> -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
