Re: Making NSTableView column headers editable

2008-09-29 Thread Corbin Dunn
On Sep 28, 2008, at 2:00 AM, Andrew BusH wrote: Hi all, What is the best approach to do this? I would like the user to be able to double click on the header cell of a NSTableView and have a field appear in place that would let them change the heading. Ive tried just setting [[NSTableCol

Making NSTableView column headers editable

2008-09-28 Thread Andrew BusH
Hi all, What is the best approach to do this? I would like the user to be able to double click on the header cell of a NSTableView and have a field appear in place that would let them change the heading. Ive tried just setting [[NSTableColumn headercell setEditable:YES] when I create the