Re: NSTableView editing
Re: NSTableView editing
- Subject: Re: NSTableView editing
- From: Devon E Bowen <email@hidden>
- Date: Mon, 25 Jul 2005 15:46:48 -0400 (EDT)
> Try this NSTableView delegate method:
>
> - (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:
> (NSTableColumn *)aTableColumn row:(int)rowIndex
I saw that but it made me nervous. Is it safe to assume that this
is only called before it really starts to edit a text field? If
the system ever calls it and then decides not to enter an edit for
some reason, my assumption about the state of the table would
be incorrect. I guess I'm just nervous about using features that
aren't intended for what I need to do.
Devon
_______________________________________________
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