PHP Classes

None of the samples show a moving progress bar

Recommend this page to a friend!

      Script Progress  >  All threads  >  None of the samples show a moving...  >  (Un) Subscribe thread alerts  
Subject:None of the samples show a moving...
Summary:Need to add flush() manually after each call to make it work.
Messages:3
Author:Ivo Fokkema
Date:2012-04-10 14:02:33
Update:2012-05-04 13:22:11
 

  1. None of the samples show a moving...   Reply   Report abuse  
Picture of Ivo Fokkema Ivo Fokkema - 2012-04-10 14:02:33
Hi,

I could only get the samples to work by adding manually a flush() call after each notify() call. You might want to add that in the code directly, so your users won't need to think about it. Without the flush() call, the page was loading for several seconds, and then suddenly showed the completed progress bar.

FF 11.0 on Ubuntu 10.10 using Apache 2.2.16 with PHP 5.3.3.

Ivo

  2. Re: None of the samples show a moving...   Reply   Report abuse  
Picture of Mayor Brain Mayor Brain - 2012-05-03 06:14:16 - In reply to message 1 from Ivo Fokkema
This does not work on my local system. Neither does live sample work (http://www.query4u.de/tests/).

Using Internet Explorer 9.

  3. Re: None of the samples show a moving...   Reply   Report abuse  
Picture of Ivo Fokkema Ivo Fokkema - 2012-05-04 13:22:11 - In reply to message 2 from Mayor Brain
With my browser, your test page works; it shows the blue blocks one by one.
Using Firefox 11.0 on Ubuntu 10.10.