Re: [Dynapi-Dev] Animation Timing Example w Multithread

2001-03-05 Thread Daniel Aborg
Just to thicken the plot a bit; what happens if you do several setTimeout's after each other in Win9x? setTimeout(, 55) setTimeout(, 55) setTimeout(, 55) setTimeout(, 55) What would the interval be between the timeouts? Would they execute close to each other, or would there be 55 ms between them

Re: [Dynapi-Dev] Animation Timing Example w Multithread

2001-03-02 Thread Richard Bennett
.php?docid=656&group_id=5757 Browse the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi - Original Message - From: "Daniel Aborg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 02, 2001 8:41 PM Subject: Re: [Dynapi-Dev] Ani

RE: Re: [Dynapi-Dev] Animation Timing Example w Multithread

2001-03-02 Thread David Cushman
Daniel, You are absolutely correct, winNT and Win2K both have a minimum timeslice of 10 ms and under IE will default to multiples of that amount. Under NS, any number above that minimum will closely execute. According to the results we are getting back, Opera also defaults to multiples of the

Re: [Dynapi-Dev] Animation Timing Example w Multithread

2001-03-02 Thread Daniel Aborg
Very interesting test, David. I'll be playing around with it a bit more with time. On Win2k it's fairly boring, since the minimum timeslice is 10 ms all the time and it doesn't vary from that. I'm curious to see the results of the test under Win98. I've been doing some experimentation with animat

RE: Re: [Dynapi-Dev] Animation Timing Example w Multithread

2001-02-28 Thread David Cushman
Greetings All, Sorry about the earlier e-mail, I now see it was not clearly stated. Purpose: 1 Testing/demonstration page for different aspects of a simple animation and to time those different aspects running under DynAPI in reference to the challenges of setTimeout. 2. Provide a benchma

Re: [Dynapi-Dev] Animation Timing Example w Multithread

2001-02-28 Thread Richard Bennett
ceforge.net/docman/display_doc.php?docid=656&group_id=5757 Browse the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi - Original Message - From: <[EMAIL PROTECTED]> To: "dynapi - developers" <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 2:

[Dynapi-Dev] Animation Timing Example w Multithread

2001-02-28 Thread David Cushman
Greetings all, I got the animation timing example posted. In normal mode, the example uses slideTo and the first two values in the form. Nothing else runs during the animation, and it uses the standard code. You may want to run it the first time with the default settings and then hit the "Use