• 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: Problems with NSTimer and NSRunLoop/CFRunLoop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with NSTimer and NSRunLoop/CFRunLoop


  • Subject: Re: Problems with NSTimer and NSRunLoop/CFRunLoop
  • From: John Stiles <email@hidden>
  • Date: Thu, 6 Jan 2005 17:58:22 -0800

Try using
	NSTimer      *timer = [NSTimer scheduledTimerWithTimeInterval:120
                target:self
                selector:@selector(performExpirationCheck:)
                userInfo:nil
                repeats:YES];

[[NSRunLoop currentRunLoop] addTimer: timer forMode:NSDefaultRunLoopMode];

And you do know that CF is all open source, right?


On Jan 6, 2005, at 5:52 PM, Mont Rothstein wrote:

I have a timer that is not being added to the run loop, and for the life of me I can't figure out why.

I call:

[NSTimer scheduledTimerWithTimeInterval:120
                target:self
                selector:@selector(performExpirationCheck:)
                userInfo:nil
                repeats:YES]

And, I verified that this calls:

CFRunLoopAddTimer

but when the call to NSTimer returns the run loop does not have the timer added.

Does anyone have any idea what might be going on, or even a suggestion on how to debug this? (man would I kill for all of the Cocoa/CF code to be open-source!)

Thanks,
-Mont
 _______________________________________________
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

_______________________________________________ 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
  • Follow-Ups:
    • Re: Problems with NSTimer and NSRunLoop/CFRunLoop
      • From: Brendan Younger <email@hidden>
References: 
 >Problems with NSTimer and NSRunLoop/CFRunLoop (From: Mont Rothstein <email@hidden>)

  • Prev by Date: Problems with NSTimer and NSRunLoop/CFRunLoop
  • Next by Date: Preventing deminiaturization
  • Previous by thread: Problems with NSTimer and NSRunLoop/CFRunLoop
  • Next by thread: Re: Problems with NSTimer and NSRunLoop/CFRunLoop
  • Index(es):
    • Date
    • Thread