Re: mouseMoved and first responder madness
Re: mouseMoved and first responder madness
- Subject: Re: mouseMoved and first responder madness
- From: Bruce <email@hidden>
- Date: Wed, 11 Dec 2002 08:45:23 -0500
>
But there's a problem. If I click on the menu bar - even if I don't
>
select a
>
menu item - my view does not get first responder status again (and
thus, >no
>
mouse moved events) until I click on the window or in the view itself.
>
>
What am I doing wrong? What becomes the first responder after a menu
>
selection?
You're aren't doing anything wrong. Your view is not the responder
for the menu and doesn't get to be first responder again until the
window becomes key, i.e., when you click on it.
_______________________________________________
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.