Re: How to hide NSTableColumn using bindings
Re: How to hide NSTableColumn using bindings
- Subject: Re: How to hide NSTableColumn using bindings
- From: Scott Anguish <email@hidden>
- Date: Thu, 6 May 2004 17:34:45 -0400
On May 6, 2004, at 5:02 PM, Ron Medina Ballesteros wrote:
Hi List,
I've searched the list and read the documentation on bindings and I
can't seem to find anything on how to hide
a NSTableView's column. Am I missing something here? I want to be able
to bind the tableview's columns availability to
the Shared User's Default on whether or not they are shown. I was
looking at NSTableColumn's availability- enabled
and every time I try to set the binding to a value in my Shared User's
Default, it doesn't seem to like it.
Do I have to use glue code and do manual bindings?
there isn't a way to do this with bindings at the moment. You need to
restore to actually writing code.
the enabled in the NSTableColumn binding is actually for the
corresponding cell contents of an item in the column.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.