NSTableView as first responder
NSTableView as first responder
- Subject: NSTableView as first responder
- From: Ivan Myrvold <email@hidden>
- Date: Thu, 8 May 2003 15:08:18 +0200
I can readily make an NSTableView as the first responder with:
[[self window] makeFirstresponder:myTableView];
But how do I make an individual cell in a table view row getting the
focus (other than doubleclick into the row, of course). Is that
possible?
Ivan
_______________________________________________
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.