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.

Android: updating progressbar for file upload

I've ben stuck on this for a while. I have an asynch task that uploads an image to a web …

android progress-bar progressdialog
How to show a progress Dialog before data loading in flutter?

In my Flutter project, I am doing API calls to fetch data by GET request. After parsing the JSON object …

flutter dart progress-bar loading dataloader
How to set theme for indeterministic ProgressBar in ProgressDialog in Android

I have an Android (developed on A2.2) app with following theme defined: <style name="ProgressBar"> parent="@android:style/…

android themes progress-bar progressdialog customdialog
How to make an indeterminate progress bar in WinForms?

How do you make an indeterminate progress bar in a WinForms application? In Silverlight and WPF, you would simply set …

c# winforms progress-bar
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 …

jquery ajax progress-bar
How to change ttk.progressBar color in python

Does anyone know how I can change the color of my ttk.progressBar? It now shows a green color, and …

python colors progress-bar ttk
How do I refresh a partial view every 3 seconds in MVC 4?

I need to get a progress bar to update based on the number of jobs completed. The number of jobs …

asp.net-mvc-4 timer progress-bar entity-framework-6 asp.net-mvc-partialview
How to show progress bar status by percentage while uploading json data?

I am uploading string and photo.and its working fine. Now I want to show progress bar while uploading data …

android json progress-bar httpurlconnection progressdialog
Basic Indeterminate JProgress Bar Usage

I simply want to have an indeterminate JProgressBar animate in the bottom left corner of my frame when a long …

java swing progress-bar swingworker jprogressbar
Changing the color of a QProgressbar()

I was wondering whether it's possible to change the color of a PyQt Progressbar? I have the following code: from …

python pyqt progress-bar pyqt4 qprogressbar