Re: NSScrollView and NSTrackingArea woes
Re: NSScrollView and NSTrackingArea woes
- Subject: Re: NSScrollView and NSTrackingArea woes
- From: Quincey Morris <email@hidden>
- Date: Fri, 17 Jul 2015 03:20:46 +0000
On Jul 16, 2015, at 18:19 , João Varela <email@hidden> wrote:
>
> The options I am using are the following:
>
> NSTrackingAreaOptions options = NSTrackingMouseEnteredAndExited | NSTrackingMouseMoved|
> NSTrackingActiveInActiveApp;
Apart from the things Ken said, I’m struck by the above. So you’re *not* using ‘NSTrackingCursorUpdate’? Are you overriding ‘cursorUpdate:’ or not?
While it’s feasible to drive cursor updating from mouse entered/exited events, it’s quite a different problem for several subtle reasons. It’s probably time for you to show code — this guessing based on partial descriptions of what you’re doing isn’t going to get us very far.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden