Re: Best way to implement drag and drop for multiple types of nstableview
Re: Best way to implement drag and drop for multiple types of nstableview
- Subject: Re: Best way to implement drag and drop for multiple types of nstableview
- From: Paul Bruneau <email@hidden>
- Date: Mon, 28 Sep 2009 09:35:50 -0400
On Sep 25, 2009, at 12:19 PM, I. Savant wrote:
Paul:
Unless I'm missing something, why not add properties to your array
controller class that keeps track of the desired types? If you use
multiple tables for the same array controller instance, you could
get even fancier and keep an association between provided and
accepted types for each table.
Thank you IS-
That is the nudge I was looking for. I see now that I can just make
the new properties, wire them up in IB to my tables and be able to
keep track of everything.
Not all of the properties in each instance will have tables wired to
them because not all the tables are in the same windows of course, but
that should just result in nil settings for those outlets.
Thanks!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden