Determining the edited cell from the row and column in a tableview
Determining the edited cell from the row and column in a tableview
- Subject: Determining the edited cell from the row and column in a tableview
- From: Austin Sarner <email@hidden>
- Date: Mon, 17 Jan 2005 17:34:28 -0500
I am implementing the TableView delegate method
- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex
For the purpose of obtaining the edited cell and setting its text color. Is there a way to return the cell of a TableView from the row and column? I have looked through the docs and have not found anything.
Implementing - (void)tableView:(NSTableView *)aTableView willDisplayCell:(id)aCell forTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex
Is not sufficient, as it does not fire when a cell is being edited.
Thankyou for any nudge in the right direction. _______________________________________________
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