Re: Live scrolling
Re: Live scrolling
- Subject: Re: Live scrolling
- From: Eric Long <email@hidden>
- Date: Wed, 17 Nov 2004 11:25:00 -0800
> Just testing
> scroll detection, I ran into a caveat with the timer. While the mouse
> remains down on the knob, whether you're still scrolling or not, the timer
> doesn't fire. I figure that's because the main thread is tied up and it's
> not getting air time. So, I'll have to use a secondary thread, like you
> suggested.
Looks like just adding the timer to the currentRunLoop for the
NSEventTrackingRunLoopMode and the NSDefaultRunLoopMode does the trick to
ensure my timer gets called. So, it's much simpler than creating another
run loop.
Eric
_______________________________________________
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