• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSScrollView and NSTrackingArea woes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSScrollView and NSTrackingArea woes (From: João Varela <email@hidden>)
 >Re: NSScrollView and NSTrackingArea woes (From: Quincey Morris <email@hidden>)
 >Re: NSScrollView and NSTrackingArea woes (From: João Varela <email@hidden>)

  • Prev by Date: Re: NSScrollView and NSTrackingArea woes
  • Next by Date: Re: NSScrollView and NSTrackingArea woes
  • Previous by thread: Re: NSScrollView and NSTrackingArea woes [SOLVED]
  • Next by thread: Safe time to add accessory view to NSSavePanel in sandboxed app?
  • Index(es):
    • Date
    • Thread