Re: NSTableView reloadData from two sources?
Re: NSTableView reloadData from two sources?
- Subject: Re: NSTableView reloadData from two sources?
- From: "I. Savant" <email@hidden>
- Date: Thu, 26 Mar 2009 11:57:30 -0400
On Thu, Mar 26, 2009 at 11:53 AM, Jo Phils <email@hidden> wrote:
> My question is it's easy to send a reloadData message to my TableView from my Controller class since it's connected but how can I send a reloadData message to my TableView from my DropView class if needed?
You shouldn't. Your controller should be the one to recognize when
the table needs a reload and do the reloading.
You say, "if needed" ... why do you feel this is needed?
--
I.S.
_______________________________________________
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