Re: NSTableViewnot reflecting data changes
Re: NSTableViewnot reflecting data changes
- Subject: Re: NSTableViewnot reflecting data changes
- From: Keary Suska <email@hidden>
- Date: Tue, 18 Mar 2008 09:31:14 -0600
- Thread-topic: NSTableViewnot reflecting data changes
on 3/18/08 9:14 AM, email@hidden purportedly said:
> When I create & set the dataSource for the first time, the NSTableView lists
> correctly the information; but when I change the data in the DataSource object
> the table view no longer updates to reflect the added data.
>
> Can someone tell me where the problem could be ?
Data source isn't automatic like bindings, so the table doesn't know about
any changes unless you tell it. Did you call -reloadData on your table after
making changes?
Best,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
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