Top "Progress" questions

"Progress" is the name of a development tool and database from Progress Software Corporation.

Animate drawing of a circle

I'm looking for a way to animate the drawing of a circle. I have been able to create the circle, …

swift geometry uiviewanimation progress drawrect
How to create a spinning command line cursor?

Is there a way to print a spinning cursor in a terminal using Python?

python command-line-interface progress
JavaScript loading progress of an image

Is there a way in JS to get the progress of a loading image while the image is being loaded? …

javascript image html progress
I want a progress circle instead of progress dialog

I want to show a progress Circle in my app while loading data. I have an activity and moving from …

android progress
Can onprogress functionality be added to jQuery.ajax() by using xhrFields?

As suggested here: https://gist.github.com/HenrikJoreteg/2502497, I'm trying to add onprogress functionality to my jQuery.ajax() file upload. …

jquery ajax xmlhttprequest progress
Custom progress bar for <audio> and <progress> HTML5 elements

I am mind boggled at working out how to create a custom seekbar for an audio player using the tag …

javascript audio progress
Android Back Button and Progress Dialog

I have an AsyncTask that shows a progressDialog whilst working (it calls runOnUiThread from within doInBackground to show the progress …

android button dialog progress back
Get download progress in Node.js with request

I'm creating an updater that downloads application files using the Node module request. How can I use chunk.length to …

node.js download request progress
Backgroundworker won't report progress

I have a background worker running a long database task. i want to show the progress bar while the task …

c# wpf backgroundworker progress
Android: Show progress circle like Google does in their apps

I'm using an AsyncTask to download Images for my Listview, because I dont want the download of the Images to …

android progress