Re: -mouseMoved: not being called
Re: -mouseMoved: not being called
- Subject: Re: -mouseMoved: not being called
- From: Uli Kusterer <email@hidden>
- Date: Sun, 20 May 2007 12:07:01 +0200
On 20.05.2007, at 03:10, Ron Fleckner wrote:
One user of my app reports that a feature which relies on getting -
mouseMoved: events isn't working. The feature works on our two
machines here, and no other users have reported this failure. I've
sent him a version of the app which logs -mouseMoved: to the
console. No -mouseMoved: events appear in his console.log. He
says the feature fails on all three of his machines, two PPC's and
one Intel, all running 10.4.9.
What could be a possible cause of this?
Do you have a (system) view in your window that may also use
mouseMoved events? Since this setting is per-window, I wouldn't be
surprised if common practice was to activate mouseMoved events on
mouseEnter and deactivate them again on mouseLeave. If another view
does that, all your user would have to do to break your mouseMoved
events would be to mouse over the close box or something like that.
Could it be something like that? Have you tried explicitly (de)
activating these events on mouseEnter/mouseLeave?
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden