Re: tableView:objectValueForTableColumn:row not being called
Re: tableView:objectValueForTableColumn:row not being called
- Subject: Re: tableView:objectValueForTableColumn:row not being called
- From: David Blanton <email@hidden>
- Date: Wed, 12 Nov 2008 09:45:35 -0700
Thanks for the suggestions ...
Try setting both the table view's dataSource and delegate to nil
before you set them to the new values.
<no help>
If that doesn't work, delay some of those messages using -
performSelector:withObject:afterDelay:, using a delay of .001.
<no help>
So I am on to ...
If all that doesn't work, I'd look at the split view.
Cheers!
David Blanton
_______________________________________________
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