Re: How to know when user clicks on field editor?
Re: How to know when user clicks on field editor?
- Subject: Re: How to know when user clicks on field editor?
- From: Douglas Davidson <email@hidden>
- Date: Wed, 12 Jul 2006 15:23:51 -0700
On Jul 12, 2006, at 3:17 PM, Kenny Leung wrote:
Is it possible to get notified when the user clicks on the window's
field editor? There seems to be no obvious way from the NSText API.
You can certainly be notified when the selection changes, via
NSTextViewDidChangeSelectionNotification. You can find out when
editing begins or ends. There's no general notification of arbitrary
clicks.
-Doug
_______________________________________________
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