tableView:objectValueForTableColumn:row not being called
tableView:objectValueForTableColumn:row not being called
- Subject: tableView:objectValueForTableColumn:row not being called
- From: David Blanton <email@hidden>
- Date: Tue, 11 Nov 2008 14:53:38 -0700
I have a table view which is contained in a split view
I set the data source for the table view
numberOfRowsInTableView is called
tableView:objectValueForTableColumn:row is called for each row.
later I change the data source.
numberOfRowsInTableView is called
tableView:objectValueForTableColumn:row is never called
if I click the split view divider
tableView:objectValueForTableColumn:row is called for the new data
source.
what could be the problem?
_______________________________________________
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