Help! How do I remove focus?
Help! How do I remove focus?
- Subject: Help! How do I remove focus?
- From: John McGruer <email@hidden>
- Date: Mon, 05 Aug 2002 16:31:40 +0800
Hi,
I have an NSTextField in a drawer that the user can edit but I can9t seem to
remove the focus programmatically after the user finishes editing. I receive
the controlDidEndEditing notification okay, but nothing I code seems to
remove the focus. I9ve tried things like setRefusesFirstResponder and
resignFirstResponder, even setEnabled:NO then YES again!
The trouble is I need the key presses again and while the focus is on the
NStextField all key presses go to it. Any ideas?
John
_______________________________________________
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.