Re: How to control cell tabbing in an NSTableView ?
Re: How to control cell tabbing in an NSTableView ?
- Subject: Re: How to control cell tabbing in an NSTableView ?
- From: Andreas Mayer <email@hidden>
- Date: Tue, 22 Oct 2002 00:04:48 +0200
Am Montag, 21.10.02 um 20:56 Uhr schrieb Robert Miller:
This might be a basic question I'm not sure but. I'd like to be able
to control the cell tabbing of an NSTableView, that is if I'm in an
edit mode and I hit the tab key or any other key that causes the cell
to end editing I'd like to be able to intercept which cell the table
thinks it wants to tab to next
My solution was to subclass NSTableView and overwrite
- (void)textDidEndEditing:(NSNotification *)aNotification
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.