• 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
nstimer not firing?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nstimer not firing?


  • Subject: nstimer not firing?
  • From: Luc Vandal <email@hidden>
  • Date: Tue, 6 Sep 2005 18:20:51 -0400

Hi,

I have a timer that I set in awakeFromNib but it's never firing:

- (void)awakeFromNib
{
m_tUpdate = [[NSTimer scheduledTimerWithTimeInterval:(0.5) target:self selector:@selector(updateMess:) userInfo:NULL repeats:TRUE] retain];
}


- (void)updateMess:(NSTimer*)t
{
    ...
}



Am I doing something wrong?

Luc

_______________________________________________
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: nstimer not firing?
      • From: Uli Kusterer <email@hidden>
    • Re: nstimer not firing?
      • From: Christopher Hickman <email@hidden>
  • Prev by Date: Strange bug (?) with NSArrayController sortDescriptors and SQLite !
  • Next by Date: IB Bindings being lost in second NIB
  • Previous by thread: Re: Strange bug (?) with NSArrayController sortDescriptors and SQLite !
  • Next by thread: Re: nstimer not firing?
  • Index(es):
    • Date
    • Thread