Re: NSTableView and first responder
Re: NSTableView and first responder
- Subject: Re: NSTableView and first responder
- From: hac <email@hidden>
- Date: Thu, 19 Apr 2007 12:25:05 -0400
Would -editColumn:row:withEvent:select: do the trick?
i have a window containing an NSDatePicker and an NSTableView. the
table has several rows and columns and all cells are editable text
cells. whenever the table is the "focused" view, there needs to be an
editable cell. eg, if the user tabs from the date picker to the
table, the cell in the first column of the first row, should be
selected for editting.
becomeFirstResponder and resignFirstResponder seem useless because
the actual first responder will ultimately be the field editor, and
the table receives a sequence of resigns/becomes when moving between
cells in the table.
any suggestions?
thanx,
ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden