Re: Harmful Notification Post Rate

2018-03-30 Thread Quincey Morris
On Mar 30, 2018, at 12:22 , Richard Charles wrote: > > My custom view implements -[NSResponder mouseDragged:] but this has never > caused any problems. I don’t have much to suggest except “try stuff”. I’d try to see what happened if I commented out the “mouseDragged” override, if I commented o

Re: Harmful Notification Post Rate

2018-03-30 Thread Richard Charles
> On Mar 29, 2018, at 10:49 PM, Quincey Morris > wrote: > > On Mar 29, 2018, at 21:00 , Richard Charles wrote: >> >> How can I figure out what notification is posting at a high rate? > > Not sure, but have you turned on “NSWindow.acceptsMouseMovedEvents” by any > chance? I have not called -

Re: Harmful Notification Post Rate

2018-03-29 Thread Quincey Morris
On Mar 29, 2018, at 21:00 , Richard Charles wrote: > > How can I figure out what notification is posting at a high rate? Not sure, but have you turned on “NSWindow.acceptsMouseMovedEvents” by any chance? ___ Cocoa-dev mailing list (Cocoa-dev@lists.ap