Re: NSTimer Question

2009-02-16 Thread Andreas Grosam
On Feb 16, 2009, at 3:13 PM, Jean-Daniel Dupas wrote: Le 16 févr. 09 à 13:44, Andreas Grosam a écrit : Hello, how does a NSTimer object that has been setup with a repeating time interval calculate the time when it fires an event? There may be two possibilities: Say, the initial time is

Re: NSTimer Question

2009-02-16 Thread Jean-Daniel Dupas
Le 16 févr. 09 à 13:44, Andreas Grosam a écrit : Hello, how does a NSTimer object that has been setup with a repeating time interval calculate the time when it fires an event? There may be two possibilities: Say, the initial time is at t0, the interval is T, and the time when it fires t

Re: NSTimer Question

2009-02-16 Thread Andy Lee
On Feb 16, 2009, at 7:49 AM, Graham Cox wrote: On 16 Feb 2009, at 11:44 pm, Andreas Grosam wrote: how does a NSTimer object that has been setup with a repeating time interval calculate the time when it fires an event? There may be two possibilities: Say, the initial time is at t0, the interv

Re: NSTimer Question

2009-02-16 Thread Graham Cox
On 16 Feb 2009, at 11:44 pm, Andreas Grosam wrote: how does a NSTimer object that has been setup with a repeating time interval calculate the time when it fires an event? There may be two possibilities: Say, the initial time is at t0, the interval is T, and the time when it fires the first

NSTimer Question

2009-02-16 Thread Andreas Grosam
Hello, how does a NSTimer object that has been setup with a repeating time interval calculate the time when it fires an event? There may be two possibilities: Say, the initial time is at t0, the interval is T, and the time when it fires the first event is at t1, the second at t2, etc. The