Properly handling mouseEntered: events
Properly handling mouseEntered: events
- Subject: Properly handling mouseEntered: events
- From: Aidas Dailide <email@hidden>
- Date: Wed, 25 Jun 2003 15:00:57 +0300
Hi there,
I read Apple's documentation on how to handle mouseEntered event. I
have subclass of NSView and i've overridden mouseEntered in it, but no
luck. I even tried setAcceptsMouseMovedEvents setIgnoresMouseEvents:NO]
( I sent them to [myview window]), but still no luck.
I also tried to add tracking rectangle, but nothing! What could be
wrong? I am sure that my NSView subclass accepts first responder.
Any ideas?
Thanks,
Aidas
_______________________________________________
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.