RE: problem with NSTimer

2009-05-08 Thread Gopinath Srinivasan
I am guessing you will have to configure your runloop in the appropriate mode (see NSRunLoop, and Run Loop Management in the docs), to specify the behavior of your timers. Hope that helped, ~Gopinath -Original Message- From: cocoa-dev-bounces+gopinath=adobe@lists.apple.com [mailto

Re: problem with NSTimer

2009-05-08 Thread Michael Ash
On Fri, May 8, 2009 at 5:51 AM, Kiran Kumar S wrote: >        according to documentation for > beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo: it says > that While the application is in the run loop, it does not respond to any > other events (including mouse, keyboard, or windo