Tagged 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.
26
votes
13answers
54k views
Upload Progress Bar in PHP
Does anyone know how to get a progress bar for an upload in php? I am trying writing code for a photo album uploader. I would like a progress bar to display while the photos are uploading.
I am ...
24
votes
9answers
15k views
Custom Drawable for ProgressBar/ProgressDialog
Reading the limited documentation that Google has provided, I get the feeling that it is possible to change the look (drawable) of a ProgressBar/ProgressDialog by simply creating a new style an ...
19
votes
3answers
7k views
Windows 7 progress bar in taskbar in C#?
If you've noticed in the Windows 7 beta, if you copy files or other system actions, the windows explorer icon in the taskbar will fill up with a green progress bar equivalent to the progress bar on ...
18
votes
2answers
2k views
Show progress of Mercurial push/pull
Is it possible to get Mercurial to show progress of long-running push or pull operation? Google tells me basically "no", but does somebody know better? I was expecting something like hg pull -v...
16
votes
12answers
1k views
What is the best way of showing progress on an Ajax call?
I have an Ajax call that updates 5,000 records in a database so this takes a lot of time. I have an Ajax "Loading image" showing that something is happening, but I am looking for a better way to show ...
16
votes
4answers
669 views
Do you ever create fake progress bars?
Do you (and would you) ever create progress bars that are just there to keep the client happy and moves without reflecting the true progress of the program? I remember reading about this somewhere, ...
16
votes
6answers
6k views
Command line progress bar in Java
I have a Java program running in command line mode.
I would like to display a progress bar, showing the percentage of job done.
The same kind of progress bar you would see using wget under unix.
Is ...
15
votes
4answers
6k views
How can I upload a file via ASP.NET MVC and show a progress bar?
I'm looking to allow a user to browse and upload a file to the server in my ASP.NET MVC application.
If it is possible, I'm interested in adding a progress bar to show how much of the file has been ...
12
votes
2answers
368 views
How do I create a progress bar for data loading in R?
Is it possible to create a progress bar for data loaded into R using load()?
For a data analysis project large matrices are being loaded in R from .RData files, which take several minutes to load. I ...
12
votes
5answers
952 views
Progress Bar design patterns?
The application I'm writing performs a length algorithm which usually takes a few minutes to finish. During this time I'd like to show the user a progress bar which indicates how much of the algorithm ...
12
votes
2answers
8k views
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
...
12
votes
7answers
35k views
Windows Forms ProgressBar: Easiest way to start/stop marquee?
I am using C# and Windows Forms. I have a normal progress bar working fine in the program, but now I have another operation where the duration cannot be easily calculated. I would like to display a ...
12
votes
9answers
16k views
File Upload with Java (with progress bar)
I'm extremely new to Java, and have mostly just been teaching myself as I go, so I've started building an applet. I'd like to make one that can select a file from the local disk and upload it as a ...
11
votes
2answers
167 views
Is there any way to change the color of text “halfway” through a character on a webpage?
One thing I've seen in some Desktop applications is the ability to change the color of text as the background changes -- to effectively have multiple colors on a single character. I've seen this most ...
11
votes
3answers
4k views
Progress bar with dynamic text & text color update
I've a progressbar whose text changes dynamically. Now I want to update the appearance of it such that as soon as progress comes over text then text color should update. Please have a look to attached ...
11
votes
7answers
894 views
how would you show the progress bar greater than 100%
i want to use the jquery ui progress bar to show pct of daily total. In my case, you can actually go over the total allocated. (as i am showing pct complete of a certain distance, and you could ...
11
votes
5answers
28k views
How do I implement a progress bar in C#?
How do I implement a progress bar and backgroundworker for database calls in C#?
I do have some methods that deal with large amounts of data. They are relatively long running operations, so I want to ...
11
votes
6answers
7k views
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 file I would like to display a progress bar. Can someone please guide me on how to go about the same.
I ...
11
votes
7answers
993 views
Realistic time estimates for progress bars etc
I know I am not the only one who does not like progress bars or time estimates which give unrealistic estimates in software. Best examples are installers which jump from 0% to 90% in 10 seconds and ...
10
votes
2answers
474 views
How do I show progress in status/task bar button using Delphi 7?
If you copy files under Windows 7, you will see the progress of the copy in a sort of progress bar begin displayed in the status or task bar button of the application.
Can this be achieved using ...
10
votes
4answers
2k views
C# WPF Update a progressbar from another thread
I'm stuck trying to update a progressbar from other threads ran in a different class. To explain what I do I think a picture will be better. I want to update the progressbar in the //HERE point :
...
10
votes
3answers
806 views
.NET Progress bar in taskbar on windows 7
How can I make my winforms app to show its progress bar in the icon of the taskbar on windows 7?
e.g: chrome with downloads.
Thanks!!
Diego
10
votes
6answers
5k views
Android: The progress bar in the window's title does not display
I have a web view to override the built-in browser and I want to show a progress indicator on the title bar.
This is the code:
@Override
public void onCreate(Bundle savedInstanceState) {
...
10
votes
3answers
3k views
Is there a black progress bar to be visible on a white background?
The default progress wheel on Android doesn't display well when the background is white, it's barely visible. How can I fix this?
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 ...
9
votes
3answers
3k views
Python urllib2 Progress Hook
I am trying to create a download progress bar in python using the urllib2 http client. I've looked through the API (and on google) and it seems that urllib2 does not allow you to register progress ...
9
votes
4answers
18k views
C# Winform ProgressBar and BackgroundWorker
I have a problem like this :
I have a Form named MainForm. I have a long operation to be taken place on this form.
While this long operation is going on, I need to show another from named ...
9
votes
4answers
8k views
Text on a ProgressBar in WPF
This may be a no-brainer for the WPF cognoscenti, but I'd like to know if there's a simple way to put text on the WPF ProgressBar. To me, an empty progress bar looks naked. That's screen real estate ...
8
votes
2answers
3k views
What's the meaning of android:progressBarStyle attribute in ProgressBar?
I've been looking through the documentation for ProgressBar class and found these attributes:
android:progressBarStyle
android:progressBarStyleHorizontal
android:progressBarStyleLarge
...
8
votes
11answers
2k views
What do you call a looping progress bar?
Ok I'm just at a loss for what the correct terminology is for this. I'm looking for the correct name to call a progress bar that "loops". Instead of the standard progress bar that fills up from left ...
8
votes
3answers
1k views
Display Progress Bar at the Time of Process
If am getting a Data from the Database from start date to end date – at that time, I want to display progress bar like “Process please wait” How can I write a code?
Need Help?
8
votes
8answers
10k views
Upload File Directly to S3 with Progress Bar
Relating to this question, http://stackoverflow.com/questions/117810/upload-files-directly-to-amazon-s3-from-asp-net-application, is there any way to do this and have a progress bar?
---- EDIT ----
...
7
votes
4answers
121 views
C# Window gets blank when busy -> Progressbar? But how?
I have a program which does some copy jobs (via File.Copy) that could last a few minutes. When the user brings another window to foreground in this time the program window gets blank since it doesn't ...
7
votes
3answers
310 views
QT progress bar speed
Does QT provide any functions to control a progress bar's speed? For example, if I want it to increase by 1% every 1 second, is there any QT way to do it instead of using a loop and sleeping for 1 ...
7
votes
1answer
287 views
TProgressBar never fills up all the way - seems to be updating too fast?
Ever since Windows Vista, I have noticed a bug/problem with the TProgressBar in Delphi.
The problem is the progressbar never seems to fill up to 100%, sometimes it gets to maybe 70% - 80% before the ...
7
votes
7answers
6k views
Circular progress indicator with jQuery
I need circular progress indicator. Are there any plugins for this and if there is not, how should I implement this kind of plugin?
EDIT:
What I'm looking for is what jQuery UI has in their ...
7
votes
7answers
544 views
How to monitor/show progress during a C++ sort
I'm planning to write an interactive C++ geometry processing plug-in that will frequently sort large amounts of data. Although preliminary indications are that the sort will take only a second or ...
7
votes
3answers
1k views
Showing a progress bar when downloading a file from the server
I need to show a progress bar to the user who requests a file to download. I am using J2EE application to generate the file. User will submit the form data to get the file. The server takes all the ...
7
votes
3answers
103 views
How many FPS should I have for updating a custom progress bar?
I just wrote a custom progress bar, it's single buffered and will remain so. How many frames per second are desirable for something like this? I don't want to waste too much CPU updating the screen ...
7
votes
5answers
7k views
How to change the color of an indefinite ProgressBar?
I have a progressbar with the following style: style="?android:attr/android:progressBarStyleSmall"
Sadly the bar is nearly white and in my case displayed on a white background.
The progressbar is ...
7
votes
2answers
893 views
Make/makefile progress indication!
Look at this makefile, it has some sort of primitive progress indication (could have been a progress bar).
Please give me suggestions/comments on it!
# BUILD is initially undefined
ifndef BUILD
...
7
votes
2answers
4k views
How to display a progress bar on top of a control in WPF
In a WPF UserControl, I have to make to call to a WebService. I am making this call on a separate thread but I want to inform the user that the call may take some time.
The WebMethod returns me a ...
6
votes
2answers
193 views
How to get application's Windows taskbar button to show progress of progress bar
One of the features introduced in Windows 7 (or was it Vista?) is the capability of the taskbar button of an application to show the progress of a progress bar in that application. When I create a ...
6
votes
1answer
151 views
Using multiple progress bars for multiple threads without jamming the GUI
I am writing an Eclipse RCP application in which multiple threads will update the user on progress each through its own progress bar in the GUI. I have been told that to allow each to individually ...
6
votes
3answers
449 views
Horizontal ProgressBar: Toggling between determinate and indeterminate
I'm trying to toggle a SeekBar between the the two modes to display the state of streaming media.
I've established that the correct graphics show when defining the android:indeterminate tag in XML:
...
6
votes
2answers
609 views
Ongoing notification on Android honeycomb has inconsistent behavior
I have an ongoing notification for downloading files in the background. I have been successful in creating an multiple simultaneous updating progress bar notifications that are also able to be ...
6
votes
2answers
1k views
jQuery Load Progress Bar
So, I'm sure this question HAS to have been asked, but after searching through the 'Related Questions' here as well as several Google searches...I have come up empty.
I'm simply trying to implement a ...
6
votes
2answers
4k views
Android Animate Rotate
I did some digging in Android code, and saw the use of in the indeterminate progress bar. after trying to create my own drawable with this tag:
<animated-rotate ...
6
votes
4answers
1k views
Custom ProgressBar widget
I am trying to do something similar to this but in Android.
In Android I can extend the ProgressBar but I am doubting of how to add the TextViews on top. In iphone it was easy because I can use ...
6
votes
1answer
179 views
Faking progress bar
As a total beginner in Flash, I am on an assignment where I should create a fake progress bar that should go from 0% - 98%.
Right now I have my line of progress with a total white tween over it that ...