on 3/18/08 9:14 AM, [EMAIL PROTECTED] 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to