• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: controlTextDid... and the cursor: 2 questions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: find, sort...makewhatis
  • Next by Date: Re: find, sort...makewhatis
  • Previous by thread: controlTextDid... and the cursor: 2 questions
  • Next by thread: How can I use CGrafPtr value?
  • Index(es):
    • Date
    • Thread