To Show a Continuous ProgressBar using ExtJS

Posted by UIDreamer on Stack Overflow See other posts from Stack Overflow or by UIDreamer
Published on 2010-12-23T08:49:42Z Indexed on 2010/12/23 8:54 UTC
Read the original article Hit count: 264

Filed under:
|

Hi,

Problem:- I need to embed a progressbar that will run continuously until the completion of the operation. ExtJS provides a Progressbar Ext.Progressbar which will:-
a) Run Continuously using wait method
b) Run after updating the updateProgress method.

In both the cases output of the progressbar will be

alt text

The solution that i am trying for is:-
Step 1 : alt text
Step 2 : alt text
Step 3 : alt text

Kindly suggest me a solution or a approach. The JavaScript library that i am using is ExtJS. Thanks in Advance.

Links Referred for the example:-
http://dev.sencha.com/deploy/dev/examples/simple-widgets/progress-bar.html


© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about extjs