Re: [RESOLVED] trouble getting mouseEntered/mouseExited to fire
Re: [RESOLVED] trouble getting mouseEntered/mouseExited to fire
- Subject: Re: [RESOLVED] trouble getting mouseEntered/mouseExited to fire
- From: Chase <email@hidden>
- Date: Sat, 23 Jul 2005 22:37:37 -0500
the problem was that, apparently, the view must be first placed in a
window, and THEN you can add the tracking rect.
so, instead of calling addTrackingRect:owner:userData:assumeInside:
from withing the content view sublass' initWithFrame: method, i call
it from the window init method directly **after** placing it in the
window.
- chase
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden