"Progress" is the name of a development tool and database from Progress Software Corporation. The "progress-4gl", "progress-db" and "openedge" tags are more specific to that environment.
Questions tagged [progress]
1522 questions
33
votes
6 answers
Progress indicator for git clone
Is it possible to get a progress bar when doing a git clone? I'm wondering because I am currently doing a git clone that has taken a few minutes so far and would be curious to know if it is going to finish soon.

Olivier Lalonde
- 19,423
- 28
- 76
- 91
33
votes
4 answers
Stop the browser "throbber of doom" while loading comet/server push iframe
When using Comet, or Ajax Long Pull techniques - an iframe is usually used. And while that iframe is waiting for the long connection to close, the browser is spinning its throbber (the progress/loading indicator).
Some websites, for example…

Evgeny
- 6,533
- 5
- 58
- 64
31
votes
3 answers
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. The upload works fine, and the onprogress event is firing, but not as I expected--instead of firing…

dcorsello
- 463
- 1
- 4
- 11
30
votes
1 answer
How to show Spinning Wheel or Busy Icon while waiting in Shiny
Hey i've just started working with R and Shiny.
Trying to make a dashboard which displays different charts.
As there is a lot of data to process, the plots or charts take some time to display after the action button is clicked i.e. "launch Campaign'…

Danish Zahid Malik
- 541
- 2
- 7
- 19
29
votes
4 answers
Custom progress bar for
I am mind boggled at working out how to create a custom seekbar for an audio player using the tag and simple Javascript.
Current Code: