Tagged Questions

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 "openedge" tags are more specific to that environment.

learn more… | top users | synonyms

326
votes
19answers
37k views

Python progression path - From apprentice to guru

I've been learning, working, and playing with Python for a year and a half now. As a biologist slowly making the turn to bio-informatics, this language has been a the very core of all the major ...
16
votes
3answers
4k 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 ...
15
votes
2answers
8k 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
8answers
3k 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 ...
13
votes
2answers
519 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
13answers
502 views

How to make the cleanest code when reporting progress to a user?

I've struggled for the last couple of months to come up with some clean code to report progress to a user. Everything always seems to boil down to: ReportProgress("Starting Task 1"); doTask1(); ...
9
votes
3answers
6k views

Refresh progress bar in notification bar

I would like to put a progress bar in the notification bar. The idea is showing the progress bar while the program uploads a file to a server. Everything else is ok, but I can not figure out how to ...
9
votes
2answers
3k 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 ...
8
votes
3answers
224 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 ...
8
votes
4answers
165 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
6answers
2k 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 ...
7
votes
4answers
79 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
1answer
88 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 ...
7
votes
5answers
1k 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 ...
6
votes
2answers
115 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 ...
6
votes
8answers
479 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?
6
votes
4answers
256 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 ...
6
votes
5answers
5k 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. ...
6
votes
4answers
355 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?
6
votes
3answers
2k 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 ...
5
votes
2answers
106 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
70 views

Oscillating horizontal green glow whilst something is loading c#

When loading something such as a software update in Windows 7 there is often an oscillating green glow effect in a horizontal bar. Is this a standard control that can be utilized in C#? If not, how ...
5
votes
2answers
527 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"; ...
5
votes
2answers
341 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
329 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()"?
5
votes
2answers
3k 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 ...
5
votes
5answers
5k 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 ...
5
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 ...
4
votes
5answers
2k 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 ...
4
votes
1answer
359 views

LINQ to SQL SubmitChangess() progress

I'm using LINQ to SQLto import old DBF files into MSSQL. I'm reading all rows and adding them to database using ctx.MyTable.InsertOnSubmit(row) After reading phase is completed I have around 100 000 ...
4
votes
6answers
265 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
171 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 ...
3
votes
2answers
183 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 ...
3
votes
3answers
54 views

Show progress of PYTHON CGI script

I have a PYTHON CGI script(Content-type: text/plain) which takes about 10 minutes to execute. I want to see the execution status of my script on my browser . Like below: Part 1 of script ...
3
votes
1answer
73 views

How can I manage a ProgressBar in the background?

So, MyActivity will have a progress bar. MyActivity's BroadcastReceiver will catch the intent "START_TASK". After that, as time passes, I want to update MyActivity's progress bar. I was originally ...
3
votes
1answer
98 views

How are AJAX progress indicators for modern PHP web applications implemented?

I've seen many web apps that implement progress bars, however, my question is related to the non-uploading variety. Many PHP web applications (phpBB, Joomla, etc.) implement a "smart" installer to ...
3
votes
3answers
174 views

Android - have progress bar increase smoothly instead of jumping in bigger steps.

I have some sequence of situations let say 5 situations. The point is I do not know how long each of them will last. I just know when each of those situations is finished. so imagine this method is ...
3
votes
3answers
247 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 ...
3
votes
4answers
150 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 ...
3
votes
3answers
343 views

Poll applet download progress in jnlp with applet descriptor and in javascript

I have a WebStart applet that I deploy using the deployJava script. The jnlp file looks like this: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <jnlp codebase="" href="launch.jnlp" ...
3
votes
2answers
553 views

Show progress of filling a DataSet from MySQL

I am currently developing an application using C# and a MySQL Database Backend. My program could end up loading a large amount of data from the database and adding into a dataset to be displayed in ...
3
votes
3answers
322 views

How to resize progress bar according to available space?

I am looking to get an effect where the length of my progress bar resizes accordingly to my PuTTY window. This effect is accomplished with wget's progress bar. Here is my program I use in my bash ...
3
votes
1answer
218 views

Implementing a MySQL Command Progress Bar

We are trying to parse a file and store it in a MySQL database. The commands will be importing a large trace file the could be several gigabytes in size, so it it may of interest for the user to ...
3
votes
5answers
676 views

Progress bar updates from a PHP Script

I'm writing a small app that does the following: Allows a user to upload an excel file Reads the data from each column of the excel file and creates an image based on the data Right now I upload ...
3
votes
2answers
2k views

Flash Builder 4 - Flash Player failed to connect to debugger

I just finished my installation of Adobe Flash Builder 4. I've definitely installed the most recent flash player from Adobe's website onto my computer. Also, in the run configurations of flash builder ...
3
votes
3answers
3k 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 ...
3
votes
1answer
261 views

Extract ZipFile using Python, display Progress Percentage?

I know how to extract a zip archive using Python, but how exactly do I display the progress of that extraction in a percentage?
3
votes
2answers
1k views

Android progress bar embedded in ui and not in dialog

Is there a way to embed the progress bar in the UI with out an dialog. And not programmatically but with layout xml files. I am guessing it has to be some sort of animation or a "drawable"
3
votes
2answers
564 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: ...
3
votes
1answer
514 views

VB.NET - integrate Win7 taskbar progress without the external DLLs?

Hey trying to make a fancy little app here in VB.NET framework 4. I've seen several programs which utilise windows 7's taskbar progressbar, but they have it embedded in the application when i googled ...

1 2 3 4 5 7