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 (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