Re: controlTextDid... and the cursor: 2 questions
Re: controlTextDid... and the cursor: 2 questions
- Subject: Re: controlTextDid... and the cursor: 2 questions
- From: Conor Dearden <email@hidden>
- Date: Sun, 05 Mar 2006 11:52:53 +0100
> Question 1:
> What information in the notification would I use to discern one of
> the cells from the other?
If It's always in the table look at the column selection and row selection
for the table.
> Question 2:
> What I am seeing is that if the user has entered any of the editable
> fields and made changes BUT has not tabbed out of the field and then
> uses a mouse to perform a tabView change or window close, the pending
> change is not picked up.
Although the tab view has changed the firstResponder is still the edited
field and editing is not done yet as the field is still selected.
Set an object as the delegate of the tab and window and implement the
notifications for tabViewWillChange and WindowWillClose and do end editing
on the current firstResponder if it has edits pending.
Regards,
Conor Dearden
http://www.bruji.com/
_______________________________________________
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