Re: NSTableView is not updated.
Re: NSTableView is not updated.
- Subject: Re: NSTableView is not updated.
- From: Jerry Krinock <email@hidden>
- Date: Wed, 11 Jul 2007 22:02:08 -0700
On 2007 Jul, 11, at 19:36, 박지완 wrote:
I have a NSTableView, and it has 'datafield.m' for dataSource and
delegate.
(TableView's dataSource outlet is connected 'datafield.m' and
TableView's delegate outlet is connected 'datafield.m')
In dataSource, using 'data.plist' by 'objectValueForTableColumn'
and 'numberOfRownInTableView'.
Now,
when 'data.plist' is changed, NSTableView must be updated.
But... it isn't.
Send the message -[NSTableView reloadData] to your table._______________________________________________
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