On 28-Jan-10, at 9:13 PM, Jerry Krinock wrote:


On 2010 Jan 28, at 16:00, K. Darcy Otto wrote:

It is my understanding that the "NSTrackingEnabledDuringMouseDrag" is supposed to allow -mouseEntered/-mouseExited to fire during a drag. Is this not correct?

I hope someone who knows the answer to that specific question will answer you.

Any ideas?

When I had a similar problem I was advised that whatever responds to mouseDown: probably begins tracking the mouse, sucking up all the NSMouseMoved events, until mouseUp. Try overriding mouseDown: and don't invoke super.

Tried this, but it does not work. Do you remember if you did something else to solve the problem?

Here's something interesting as well: I tried commenting out - mouseDragged, and the tracking areas start to respond during a mouse drag.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to