Re: NSTableHeaderCell setEditable issue
Re: NSTableHeaderCell setEditable issue
- Subject: Re: NSTableHeaderCell setEditable issue
- From: Corbin Dunn <email@hidden>
- Date: Fri, 6 Jan 2006 08:45:51 -0800
It all works correctly except that the table column
headers are not user editable - the table cells are
editable, but not the headers.
You mean you want one to be able to double click on the tablecolumn
headers (or perform some other type of action), and allow the user to
in-place rename them? This isn't supported, and would have to
manually be coded in. But beware -- that may be some strange UI.
People usually expect a single click on a header column to perform
sorting, and I don't know any apps that allow doubleclicking to edit
the header column name.
-corbin
PS: [theColumn setEditable:YES]; refers to the content in the column
being editable, not the tableheader cell.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden