Re: Timer events with same interval

2001-08-22 Thread pcg
On Wed, Aug 22, 2001 at 12:59:14PM -0400, Jeff Boes <[EMAIL PROTECTED]> wrote: > > could you post example code (as short as possible) that shows the effect? > > No, unfortunately I cannot. My simple test script won't show the same behavior >(drat!). then my elaborate guess is that something go

Re: Timer events with same interval

2001-08-22 Thread Jeff Boes
On Wed, 22 Aug 2001 04:01:29 +0200 <[EMAIL PROTECTED] ( Marc) (A.) (Lehmann )> wrote: > On Thu, Aug 16, 2001 at 02:16:58PM -0400, Jeff Boes <[EMAIL PROTECTED]> wrote: > > I've got two timer events with the same interval but different callbacks. > > One of them gets called, and runs for a time lo

Re: Timer events with same interval

2001-08-21 Thread pcg
On Thu, Aug 16, 2001 at 02:16:58PM -0400, Jeff Boes <[EMAIL PROTECTED]> wrote: > I've got two timer events with the same interval but different callbacks. > One of them gets called, and runs for a time longer than the interval. The > other never gets called. could you post example code (as sho

Re: Timer events with same interval

2001-08-17 Thread Jochen Stenzel
Hello, Jeff, >I've got two timer events with the same interval but different callbacks. >One of them gets called, and runs for a time longer than the interval. The >other never gets called. I cannot reproduce this behaviour. Could you please send (simplified?) example code? I did the followi