Re: event/notification for focus?
Re: event/notification for focus?
- Subject: Re: event/notification for focus?
- From: Mike Ferris <email@hidden>
- Date: Thu, 7 Apr 2005 07:41:12 -0700
The closest thing out of the box is to listen for NSWindowDidUpdate and
look for changes to keyWindow and firstResponder of keyWindow
yourself...
As others mentioned, subclassing either views or windows could also be
done to add this sort of notification. But I usually find that just
watching for NSWindowDidUpdate and checking if the focus has changed is
easier.
Mike Ferris
_______________________________________________
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