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.

How to customize the HTML5 input range type looks using CSS?

I want to customize the looks of the range input type in HTML5 to look something like a progress bar. …

css html progress-bar input-type-range
Tkinter: How to use threads to preventing main event loop from "freezing"

I have a small GUI test with a "Start" button and a Progress bar. The desired behavior is: Click Start …

python multithreading tkinter progress-bar event-loop
Display a loading overlay on Android screen

I'm looking to display an overlay over the screen that shows a little loading ticker or possibly even some text …

android progress-bar overlay
File Copy with Progress Bar

I used this code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using System.IO; …

c# file-io progress-bar backgroundworker file-copying
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 …

java command-line progress-bar
Show AJAX upload status on progress element

I have an AJAX script to upload a file to a PHP script that is likely to take at least 10 …

php ajax progress-bar
Asynchronous File Download with Progress Bar

I am attempting to have a progress bar's progress change as the WebClient download progress changes. This code still downloads …

c# asynchronous progress-bar
Put a div on bottom of the screen, not page

I am trying to put a gray bar on the bottom of the screen of my webpage, regardless of the …

html css alignment progress-bar
Twitter Bootstrap: Center Text on Progress Bar

I've been using Twitter's bootstrap and I would like the text on the progress bar to be centered on the …

css twitter-bootstrap progress-bar centering
show progressbar while loading pages using jquery ajax in single page website

I have a basic page with a navigation bar on top, and a wrapper body. Whenever a user clicks on …

php javascript jquery ajax progress-bar