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 14:37:43 -0700
The problem was in NSSplitVew and how it handles multiple subviews.
I do not know exactly what that problem was.
The original design was a 'placeholder view' as one side of the
splitview. To this placeholder view I programatically added a view
(built in IB) that had a custom view and table view in it. It is this
table view that would not reload until the split view was resized.
I took an axe to the design ... put the custom view and table view
intthe palceholder view in IB, munged the code to reflect this change
and voila all works as desired.
NSSplitView .... arrgghhh!
Thanks for all input from this stellar list!
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