Top "Progress-bar" questions

A progress bar is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer.

Angularjs $http and progress bar

I need to upload file and I use $http (this code is get from my .service() function): sendFile: function (params) { …

javascript angularjs progress-bar
Can ffmpeg show a progress bar?

I am converting a .avi file to .flv file using ffmpeg. As it takes a long time to convert a …

ffmpeg progress-bar
Multiprocessing : use tqdm to display a progress bar

To make my code more "pythonic" and faster, I use "multiprocessing" and a map function to send it a) the …

python multiprocessing progress-bar tqdm
How do I use Android ProgressBar in determinate mode?

I am writing a media player and i would like to have a progress bar showing the progress of the …

android progress-bar media-player
Android Animate Rotate

I did some digging in Android code, and saw the use of in the indeterminate progress bar. after trying to …

android animation progress-bar customization
Running a method in BackGroundWorker and Showing ProgressBar

What I want is when some method is doing some task UI keeps itself active and I want to show …

c# winforms multithreading progress-bar backgroundworker
How to call .ajaxStart() on specific ajax calls

I have some ajax calls on the document of a site that display or hide a progress bar depending on …

jquery ajax progress-bar preloader
Circular / radial progress bar

I have to show progress graphs exactly in following way where percentage would be in center of circular graph How …

javascript jquery html css progress-bar
jQuery UI: How to change the color of a ProgressBar?

I've set up a simple jQueryUI progressbar: <script type="text/javascript"> $(function() { $("#progressbar").progressbar({ value: 35 }); }); </script> &…

jquery jquery-ui progress-bar
Animate ProgressBar update in Android

I am using a ProgressBar in my application which I update in onProgressUpdate of an AsyncTask. So far so good. …

android animation user-interface progress-bar