Re: Can't receive mouseMoved: message in custom QCView
Re: Can't receive mouseMoved: message in custom QCView
- Subject: Re: Can't receive mouseMoved: message in custom QCView
- From: Kenny Leung <email@hidden>
- Date: Tue, 21 Feb 2006 08:09:28 -0800
This works for me:
[magnifier makeFirstResponder:_magnifierView];
[magnifier setAcceptsMouseMovedEvents:YES];
I found that you have to call makeFirstResponder before
setAcceptsMouseMovedEvents. LAME!
-Kenny
_______________________________________________
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