Clarification on mmalc controller website text
Clarification on mmalc controller website text
- Subject: Clarification on mmalc controller website text
- From: Steve Cronin <email@hidden>
- Date: Mon, 27 Aug 2007 22:54:17 -0500
Folks;
On the quite useful website: http://homepage.mac.com/mmalc/
CocoaExamples/controllers.html
It says under a bold title: Adding Columns Dynamically
"...It is possible to add table columns dynamically to a table view,
and to establish bindings on the fly. In many cases, however, if it's
possible to do, it is likely to be easier simply to create and bind
the full table view in Interface Builder and hide those columns you
don't want..."
How do you "hide the columns you don't want"?
I've looked at the NSTableColumn it inherits only from NSObject so it
doesn't respond to -setHidden
There are no 'visible' bindings for table columns.
What am I supposed to do to "easily" hide the columns?
I am assuming the the advice above does not mean to use a third party
tool which uses undocumented private methods.
Thanks,
Steve
_______________________________________________
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