View Single Post
  #3 (permalink)  
Old Mar 11th, 2008, 19:49
magicben magicben is offline
Junior Member
Join Date: Feb 2008
Location: Paris
Age: 31
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: indeterminate progress bar

a very simple way is to use Ajax to get progress information.
You could for instance use DynAjax framework (visit dynajax.org) and implement a server method that returns the progress percentage (0 from 100) according to the current Thread search.
With DynAjax, call server method via JavaScript and get you progress method in order to update progress bar display.
Of course, you should get a dynamic progress bar displayed and controled by JavaScript.

Hope it helps.
MagicBen.
Reply With Quote