problem with addTrackingRectangle
problem with addTrackingRectangle
- Subject: problem with addTrackingRectangle
- From: Ivan Kourtev <email@hidden>
- Date: Wed, 15 Feb 2006 10:22:23 -0500
Hello,
I am having a problem adding a tracking rectangle to a custom view --
I've overridden - resetCursorRects, and I am sending [self
addTrackingRect:...] while in resetCursorRects. But I think the
problem is that my custom view never actually receives any
resetCursorRects messages (I checked and know this for a fact).
I also overrode -invalidateCursorRectsForView: in my custom window
class containing the custom view. I verified that the window
receives invalidateCursorRectsForView messages just fine. Then why
doesn't resetCursorRects get sent to my custom view?
I guess I am missing something here -- any suggestions?
Thanks,
-- ivan
_______________________________________________
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