Re: NSTimer: Test Results

2009-02-17 Thread Andreas Grosam
On Feb 17, 2009, at 12:33 AM, Graham Cox wrote: On 17 Feb 2009, at 6:39 am, Andreas Grosam wrote: So, according the documentation, it is neither method A or method B which is used to calculate the firing time. Actually it is: Let ts(i) be the scheduling times, where ts(0) is the initial

Re: NSTimer: Test Results

2009-02-16 Thread Graham Cox
On 17 Feb 2009, at 6:39 am, Andreas Grosam wrote: So, according the documentation, it is neither method A or method B which is used to calculate the firing time. Actually it is: Let ts(i) be the scheduling times, where ts(0) is the initial scheduled time, T is the interval and i refers to t

Re: NSTimer: Test Results

2009-02-16 Thread Andreas Grosam
On Feb 16, 2009, at 4:02 PM, Andreas Grosam wrote: 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? Th