Re: NSTableView: which delegate after a drag operation?
Re: NSTableView: which delegate after a drag operation?
- Subject: Re: NSTableView: which delegate after a drag operation?
- From: Scott Anguish <email@hidden>
- Date: Fri, 04 Mar 2011 22:39:57 -0500
On Mar 4, 2011, at 9:00 AM, Ulf Dunkel wrote:
> Hi Scott.
>
>>> Here are my two questions:
>>>
>>> 1) Which delegate can I use to inform table view B to update and reload its data when I have dragged an item inside table view A?
>>
>> If you’re adding it to the object array, you can easily do the update notification then.
>
> Thank you for your suggestion. Maybe this is just a stupid question, but what do you mean here with "the object array”?
No stupid questions, just incomplete answers. :-)
If you’re adding the dragged data to your target table, that’s a good time to provide some notification that it needs to be updated.
_______________________________________________
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