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.

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 (…

android progress-bar progressdialog
Output to the same line overwriting previous output?

I am writing an FTP downloader. Part of to the code is something like this: ftp.retrbinary("RETR " + file_name, …

python refresh progress-bar
How to make a progress bar

How would one go about making a progress bar in html/css/javascript. I don't really want to use Flash. …

javascript html css progress-bar
How to get progress from XMLHttpRequest

Is it possible to get the progress of an XMLHttpRequest (bytes uploaded, bytes downloaded)? This would be useful to show …

javascript ajax progress-bar
Build Step Progress Bar (css and jquery)

You've seen iterations of this type of progress bar on sites like paypal. How does one go about setting this …

jquery css progress-bar multi-step
How do I put text on ProgressBar?

I have used ProgressBar Control in my c# desktop application.I have used it in a thread other then the …

c# winforms progress-bar
How to create loading dialogs in Android?

Those dark spinning progress dialogs in the Amazon and Engadget apps - are those standard in Android?

android dialog progress-bar
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 its …

powershell progress-bar progress copying copy-item
How to set the Android progressbar's height?

My activity_main.xml is below, as you see, the height is set 40 dip. And in MyEclipse, it looks like …

android progress-bar android-progressbar
Android WebView progress bar

I have looked at a question similar to this here but as I am a newbie could someone explain how …

android progress-bar webview