Re: Drag and Drop with NSTable and Array controllers
Re: Drag and Drop with NSTable and Array controllers
- Subject: Re: Drag and Drop with NSTable and Array controllers
- From: "Clint Shryock" <email@hidden>
- Date: Wed, 22 Nov 2006 08:13:31 -0600
documentation on drag and drop in general:
http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGDragDrop/chapter_12_section_1.html
and drag and drop specific to tables
http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/Tasks/UsingDragAndDrop.html
i'm not sure if either example deal with arraycontrollers or if they even
matter.
-Clint
On 11/22/06, Trygve Inda <email@hidden> wrote:
I have two tables both which use separate NSArrayControllers and bindings
to
source and display their data (so no data source methods). Is there any
modern example code to show how to implement drag and drop from one table
to
the other? I need it to be unidirectional.
All the code I am seeing is 2 years or more old before Array Controllers
were really around.
Thanks,
Trygve
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden