Re: NSTableColumn setHidden: and IB

2009-04-25 Thread David Scheidt
On Apr 26, 2009, at 12:54 AM, Steven Riggs wrote: Make a class with IBOutlets to each tableColumn and in code, tell the tableColumns if they should be hidden. I'm not aware of an IB only solution for this one. That's a better solution than the one that had occurred to me, which was to

Re: NSTableColumn setHidden: and IB

2009-04-25 Thread Steven Riggs
Make a class with IBOutlets to each tableColumn and in code, tell the tableColumns if they should be hidden. I'm not aware of an IB only solution for this one. Steven Riggs On Apr 26, 2009, at 12:42 AM, David Scheidt wrote: I've got a 10.5 app, which has a bunch of NSTableViews. I'd like

NSTableColumn setHidden: and IB

2009-04-25 Thread David Scheidt
I've got a 10.5 app, which has a bunch of NSTableViews. I'd like to allow the user to choose which columns appear in the tableviews, using a popup contextual menu. so, that should be a simple matter of defining the NSTableColumns, establishing their bindings, making a menu of the table vi