Re: Re: NSTableView is not updated.
Re: Re: NSTableView is not updated.
- Subject: Re: Re: NSTableView is not updated.
- From: "Shawn Erickson" <email@hidden>
- Date: Thu, 12 Jul 2007 07:48:22 -0700
On 7/12/07, jiwan park <email@hidden> wrote:
I tried to use 'reloadData' but there is a problem.
NSTableView instance don't and shouldn't know anything about how the
data it displays is managed and/or generated. They need to be told to
reload the data they display when the data changes using either
reloadData or noteNumberOfRowsChanged (which to use depends on how the
data changed, see docs for details).
So the issue you have is centered around how your applications
cooperatively manage the use of the same data file and that is
unrelated to NSTableView. So far you haven't outlined how your
applications manages its data file or how your data source, etc.
works.
-Shawn
_______________________________________________
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