Re: NSTimer does NOT repeat, why ?

2008-09-18 Thread Thomas Davie
On 18 Sep 2008, at 11:18, Florian Soenens wrote: Hi list, anyone knows why in this simple piece of code, the method testTimer is only called once and not every 2 seconds? Thanks in advance; Florian. #import Controller.h @implementation Controller -(void) awakeFromNib {

Re: NSTimer does NOT repeat, why ?

2008-09-18 Thread Florian Soenens
Stupid me! Thanks for the responses, works fine now... On 18 Sep 2008, at 11:33, Thomas Davie wrote: On 18 Sep 2008, at 11:18, Florian Soenens wrote: Hi list, anyone knows why in this simple piece of code, the method testTimer is only called once and not every 2 seconds? Thanks in