Re: NSScroller and Periodic Events

2010-03-10 Thread Kyle Sluder
On Wed, Mar 10, 2010 at 11:20 AM, Abhinay Kartik Reddyreddy wrote: > In case i should not use periodic events, how is an idle time task handled in > cocoa...?? In carbon i would say WaitNextEvent and if the return was null i > would perform my idle time task. Is there any design pattern for

NSScroller and Periodic Events

2010-03-10 Thread Abhinay Kartik Reddyreddy
Hi all, I have an application which uses periodic events to do some computation. The app works fine as long as i dont use a scrollbar. the moment i click a scrollbar it raises exception. The scroller is trying to start periodic events inside [NSScroller trackScrollButtons:]. since the app has a