set up multiple columns in NSTableView

2008-06-03 Thread Wayne Shao
In IB, I set the number of columns to 2 in NSTableView. Then I was able to select the NSTableColumn by clicking on the view. I changed the identifier for the column There is no way to use clicking to access the 2nd column. I use Tool -- Select Next Sibling to gain access to the inspector for the

Re: set up multiple columns in NSTableView

2008-06-03 Thread Nick Zitzmann
On Jun 3, 2008, at 5:47 PM, Wayne Shao wrote: There is no way to use clicking to access the 2nd column. I use Tool -- Select Next Sibling to gain access to the inspector for the 2nd column and specified the identifier. However, the UI only shows 1 column. This is true in IB and the