On Tue, Dec 22, 2009 at 4:16 PM, Rick Mann <[email protected]> wrote:
> Do NSViews have the notion of being "active" or "inactive?" My app 
> architecture requires that I be able to differentiate, at draw time, between 
> a (custom) view that is in the frontmost window (and technically, has focus), 
> and a similar custom view that is in a non-frontmost window.

Listen for NSWindowDidBecomeMainNotification. -viewDidMoveToWindow is
a good time to start, and -viewWillMoveToWindow: is a good time to
stop.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to