Re: NSTableView: adding data
Re: NSTableView: adding data
- Subject: Re: NSTableView: adding data
- From: Jonathan Jackel <email@hidden>
- Date: Sat, 17 Jan 2004 19:51:03 -0500
When this happens to me, I usually discover that the datasource outlet
of the table view has be disconnected somehow. When I reconnect it,
usually everything works. Try that.
Jonathan
On Jan 17, 2004, at 5:11 PM, T Reaves wrote:
Hello all. I have an app with an NSTableView. When I add an object
to its data source, I can not seem to figure out how to get the table
to update. I have tried [table noteNumberOfRowsChanged] and [table
reloadData], both to no avail.
In the same app, I have an NSOutlineView, and the [outline reloadData]
does get the outline to reload.
What am I missing?
Thanks.
[demime 0.98b removed an attachment of type
application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.