Re: Properly handling mouseEntered: events
Re: Properly handling mouseEntered: events
- Subject: Re: Properly handling mouseEntered: events
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 25 Jun 2003 14:17:23 +0200
On mercredi, juin 25, 2003, at 14:00 Europe/Paris, Aidas Dailide wrote:
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.
You indeed need to add a tracking rectangle. Can you show us the code
you're using?
_______________________________________________
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.