Re: NSTableView editing
Re: NSTableView editing
- Subject: Re: NSTableView editing
- From: Corbin Dunn <email@hidden>
- Date: Mon, 25 Jul 2005 13:36:07 -0700
I have an NSTableView with a columb of NSTextFieldCells and I want to
to know if one of the cells is being edited. Is there any easy way to
do that?
I believe that checking [tableView currentEditor] should tell you if
a cell is being edited, or not. If it is not nil, editedRow and
editedColumn will tell you where it is editing.
--corbin
_______________________________________________
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