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
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
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
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
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