A progress bar or progress window is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer. "Progress" is also the name of a development tool and database from Progress Software Corporation. The "progress-4gl", "progress-db" and ...

learn more… | top users | synonyms

32
votes
12answers
17k views

Text Progress Bar in the Console

Is there a good way to do the following? I wrote a simple console app to upload and download files from an FTP server using the ftplib. Each time some data chunks are downloaded, I want to update a ...
22
votes
4answers
6k views

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 ...
19
votes
1answer
13k views

Android Download Progress

I want to know the progress of some download. When I'm getting some resource from the internet, like this: String myFeed = request.getURI().toString(); URL url = new URL(myFeed); ...
14
votes
4answers
8k views

Progress during large file copy (Copy-Item & Write-Progress?)

Is there any way to copy a really large file (from one server to another) in Powershell AND display it's progress? There are solutions out there to use Write-Progress in conjunction with looping to ...
14
votes
2answers
1k views

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? I want to use the new Progress tag of HTML5 to show the progress of loading images. I wish there was ...
13
votes
4answers
13k views

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 dialog). Whilst its running I want to allow the use of the back ...
13
votes
2answers
1k views

Haskell Lazy ByteString + read/write progress function

I am learing Haskell Lazy IO. I am looking for an elegant way to copy a large file (8Gb) while printing copy progress to console. Consider the following simple program that copies a file silently. ...
11
votes
7answers
12k views

i want Progress circle instead of progress dialog

Can anyone help ..... I want to show a progress Circle in my app while loading data.i have an activity and moving from one activity to other i am parsing some xml data so for the time being untill the ...
11
votes
5answers
5k views

How to get a progress bar for a file upload with Apache HttpClient 4?

I've got the following code for a file upload with Apache's HTTP-Client (org.apache.http.client): public static void main(String[] args) throws Exception { String fileName = "test.avi"; ...
11
votes
5answers
2k views

Uploading HTTP progress tracking

I've got WPF application I'm writing that posts files to one of social networks. Upload itself working just fine, but I'd like to provide some indication of how far along I am with the uploading. I ...
10
votes
8answers
2k views

How to create a spinning command line cursor using python?

Is there a way to print a spinning cursor in a terminal using Python?
9
votes
6answers
10k views

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 is running. Somehow the background worker won't report the progress of the task. This is ...
9
votes
1answer
9k views

Android: Show spinning wheel dialog while loading data

I want to show a spinning wheel dialog while my app loads some data... the spinning wheel dialog should show onClick of a button, I'm using the code below but it does now show the spinning wheel. what ...
9
votes
6answers
3k views

Best way to calculate ETA of an operation?

I am looking for the best way to calculate ETA of an operation (IE: file download) using a linear progress information. Lets say that I have the following method that gets called: void ...
9
votes
4answers
6k views

Can't grab progress on http POST file upload (Android)

I am developing an Android app which enables the user to upload a file to services like Twitpic and others. The POST upload is done without any external libraries and works just fine. My only problem ...
8
votes
5answers
11k views

Android: Progress Dialog spinner not spinning

This seems to be an Android-wide problem, which you can see in API demos under Views -> Progress Bar -> Dialogs. Basically, if you show a progress dialog, it works as expected the first time around. ...
8
votes
3answers
15k views

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 block my UI-Thread. While the images are being loaded, I want to show an animated progress ...
8
votes
4answers
478 views

Ruby progression path: from apprentice to guru

I saw this post about increasing your python proficiency from apprentice to guru and would love the same advice but for Ruby (the language I use for personal project and hope to use professionally ...
8
votes
5answers
1k views

Java SAX parser progress monitoring

I'm writing a SAX parser in Java to parse a 2.5GB XML file of wikipedia articles. Is there a way to monitor the progress of the parsing in Java?
8
votes
4answers
352 views

Wait task for x amount of time and report progress

I need a better design for sleeping Task than Thread.Sleep, I'm using the Task class. In my wpf app i run a Task, this task runs another couple of tasks, each of this tasks first login to and ...
8
votes
3answers
1k views

How do you create a progress bar when using the “foreach()” function in R?

there are some informative posts on how to create a counter for loops in an R program. However, how do you create a similar function when using the parallelized version with "foreach()"?
8
votes
1answer
1k views

JQuery Deferred. Using $.when and .progress()

I am writing a parser littered with Async Tasks. I use JQuery promises to control and order the async tasks. This is a psuedo code version of the constructor function: /** * @constructor ...
7
votes
2answers
380 views

Simple progress indication in console

What is the easiest way to indicate the work progress in console? Outputting the percentage will be enough, progress bar is not necessary. Using just print will produce lot's of lines, I want just a ...
7
votes
3answers
3k views

Ruby show progress when copying files

I'd like to be able to show the progress of a file copy operation when copying files using Ruby (currently using FileUtils.cp) I've tried setting the verbose option to true but that just seems to show ...
7
votes
4answers
14k views

preload with percentage - javascript/jquery

I did a Google search and I cannot find a way to do a loading with percentage. Anyone know how I can find an example of that? I need a preload for a website from 0-100 without bar, before show the ...
7
votes
5answers
4k views

Are there progress update events in jQuery ajax?

i have long running task that gets called using jquery ajax. i am using the block ui plugin to show "loading". is there anyway i can send progress messages back to the client to show progress and ...
7
votes
4answers
431 views

Why is SwingWorker#setProgress limited to [0, 100]?

SwingWorker#setProgress throws an IllegalArgumentException if the argument isn't from 0 to 100. I thought the main purpose of the setProgress method was to update a JProgressBar (as it was in this ...
7
votes
3answers
3k views

Monitoring Rsync Progress

I'm trying to write a Python script which will monitor an rsync transfer, and provide a (rough) estimate of percentage progress. For my first attempt, I looked at an rsync --progress command and saw ...
7
votes
6answers
176 views

How to figure out “progress” while sorting?

I'm using stable_sort to sort a large vector. The sorting takes on the order of a few seconds (say, 5-10 seconds), and I would like to display a progress bar to the user showing how much of the ...
7
votes
2answers
71 views

Can one determine the progress of a Java Comparator?

I'm using a Comparator implementation to sort a large collection of objects. Depending on the type of objects in this collection the sort takes a few milliseconds to half a minute. Is there any way to ...
7
votes
1answer
673 views

PHP extension upload progress - returning negative total bytes and time remaining

I'm using the PHP upload progress extension to retrieve information about files being uploaded to my web system. However for files larger than 2GB the total bytes and time remaining fields are being ...
6
votes
3answers
4k views

iPhone Development - restrict user interaction with application and show a progress indicator

I have a case where i pull information from a server. My application has both a tab bar and navigation buttons. I want the application to show a progress indicator and disable all other controls so ...
6
votes
2answers
3k views

Delphi XE2 DataSnap - Download File via TStream With Progress Bar

I've written a DataSnap server method that returns a TStream object to transfer a file. The client application calls the method and reads the stream fine. My issue is that the method call takes a ...
5
votes
4answers
3k views

Show javascript execution progress

I have some javascript functions that take about 1 to 3 seconds. (some loops or mooML templating code.) During this time, the browser is just frozen. I tried showing a "loading" animation (gif image) ...
5
votes
2answers
4k views

Android seekbar set custom style using nine-patch images

I am trying to create a custom-styled seekbar. I have two nine-patch images one is a gray stretching bar search_progress.9.png (background color) and the other is a green stretching bar ...
5
votes
2answers
2k views

Powershell Get-ChildItem progress question

So, I've got a set of directories 00-99 in a folder. Each of those directories has 100 subdirectories, 00-99. Each of those subdirectories has thousands of images. What I'm attempting to do is ...
5
votes
2answers
378 views

How can I eliminate the “jitter” from my “estimated time remaining” (and ETA) calculation?

I have an application that, while performing a background task, shows a progress bar with an "estimated time remaining" calculation (eg "5 seconds remaining") and a "estimated time of completion" (eg ...
5
votes
2answers
6k views

Changing Progress Dialog Message While Running

I've got a fairly simple issue I'm not sure how to resolve. I want to change the message text of a Progress Dialog while it's running and showing. An example of this would be something like a "time ...
5
votes
1answer
332 views

iTunes U style download/progress/stop/play button

iTunes U for the iPhone has these wonderful buttons that show the download progress the stop button and the play button (well, the "i" button) in one place - see attached screenshot. Is this a ...
4
votes
5answers
11k views

Update Label while processing in Windows Forms

What is the best way to update a label on a windows forms application while processing. I have a loop that does some processing to files on the users system when the user clicks a button. foreach ...
4
votes
6answers
17k views

Android progress dialog

My application fetches some html code from the internet and when done , displays it on the devices screen. Since it takes about 3-4 seconds to do that , in this time the screen stays black , I'd like ...
4
votes
4answers
3k views

C# backgroundWorker reports string?

How can I report a string (like "now searching file. . .", "found selection. . .") back to my windows.form from a backgroundWorker as well as a percentage. Additionally, I have a large class that ...
4
votes
2answers
11k views

Custom Progress Bar in Android?

I havent got a clue to how to do this. My progress bar should be the shape of cloud. Can someone direct me to a book, tutorial or just give the right step by step method? Thank you for your time.
4
votes
2answers
83 views

How to learn WriteAllBytes progress

Can I use a progress bar to show the progress of File.WriteAllBytes(file, array) in C#?
4
votes
6answers
1k views

How to report progress of a JavaScript function?

I have a JavaScript function which is quite long and performs a number of tasks, I would like to report progress to the user by updating the contents of a SPAN element with a message as I go. I tried ...
4
votes
2answers
4k views

Monitoring the progress of an SQL query in SQL SERVER

I saw a similar question which asked how to monitor the progress of a backup / restore operation: ...
4
votes
4answers
439 views

Show progress only if a background operation is long

I'm developing a C# operation and I would like to show a modal progress dialog, but only when an operation will be long (for example, more than 3 seconds). I execute my operations in a background ...
4
votes
3answers
234 views

Can anyone provide a rational explanation as to why a web server must assist in the creation of upload progress bars?

I've been putting together a small personal website in rails and have gotten to the point where I need to be able to upload files. This is an almost trivial task and took no time at all. What is ...
4
votes
2answers
1k views

Flash ProgressEvent Not Showing Total Size

I'm using a ProgressEvent in Flash to determine how long something will take to download. I've got this: progress = event.target.bytesLoaded/event.target.bytesTotal; to set a percentage. After ...
4
votes
2answers
2k views

Printing an ASCII spinning “cursor” in the console

I have a Ruby script that does some long taking jobs. It is command-line only and I would like to show that the script is still running and not halted. I used to like the so called "spinning cursor" ...

1 2 3 4 5 12