Top "Progress-bar" 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.

Update progressbar from AsyncTaskLoader?

When using a AsyncTaskLoader how would you update a progressbar showing the status as it is being updated? Normally you …

android progress-bar asynctaskloader
Is there way to track progress on a mclapply?

I love the setting .progress = 'text' in plyr's llply. However, it causes my much anxiety to not know how far …

r progress-bar mclapply
How can I get the same undefined ProgressBar as ICS with 2 rotating circles?

I am currently writing an open source project that aims to port the famous Holo theme to previous versions of …

android progress-bar android-4.0-ice-cream-sandwich
Why ttk Progressbar appears after process in Tkinter

I want to create a large text upon Tkinter menu command and provide visual support by a progress bar. Although …

python progress-bar ttk
How to create progress bar in sprite kit?

I want to create my own progress bar in Sprite Kit. I figured I will need to images - one …

ios sprite-kit progress-bar
Updateprogessbar is not working when Setting AssociatedUpdatePanelID?

I have two updatepanel and a progressbar on the page. If I set the AssociatedUpdatePanelID, then progressbar is not working, …

c# asp.net ajax progress-bar updateprogress
Bash, zenity progress bar without cancel

Currently developing a small bash script, my needs are a progress bar that doesn't come with a cancel button. I …

bash progress-bar zenity
tqdm progressbar and zip built-in do not work together

tqdm is a Python module to easily print in the console a dynamically updating progressbar. For example from tqdm import …

python console progress-bar tqdm
"Operation already completed" error when using Progress Bar

I currently have the following: View Model MovieProcessor movieProcessor = new MovieProcessor(SelectedPath, this); BackgroundWorker worker = new BackgroundWorker(); worker.WorkerReportsProgress = true; …

c# wpf progress-bar backgroundworker
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", …

version-control mercurial progress-bar push pull