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.

Show a progress bar on a child tab until the WebView loads

In an Android app I am using a TabView and one of the tabs shows a WebView. But the page …

android webview progress-bar android-tabhost
How to use a Seekbar in android as a seekBar as well as a progressBar simultaneously?

I intend to write a custom media controller for my app. I was planning to use seekbar to do both …

android progress-bar seekbar mediacontroller
How to make an horizontal progress bar depend on seconds in Android?

I want to know how to make an horizontal progress bar depend on seconds. For example, what code I have …

android progress-bar seconds
WPF / Windows 7: Disable Default Progress Bar Glow Animation

Quick WPF question - on Win 7 (and I assume Vista) in WPF, the default progress bar does a nice little …

wpf animation .net-3.5 progress-bar aero
JavaFX Update progressbar in tableview from Task

I know Task has a method updateProgress, I would need to bind progressbar to task, however I cannot do that, …

multithreading progress-bar javafx tableview
I want a progressbar but get a spinner progressdialog

I am using a public AsynTask to download data, and I am trying to show a progress bar which would …

android progress-bar progressdialog
Disabling .NET progressbar animation when changing value?

I realize there are other questions on SO regarding animations and progressbars, but they seem to revolve around getting rid …

.net winforms animation progress-bar
How do I make a ProgressBar work in LibGDX?

I'm trying to understand how to use a ProgressBar in LibGDX. I have created the bar but I don't know …

java libgdx progress-bar scene2d
Two simultaneous AJAX requests won't run in parallel

I have problem with two simultaneous AJAX requests running. I have a PHP script which is exporting data to XSLX. …

php ajax progress-bar simultaneous
Draw a String onto a ProgressBar, like JProgressBar?

I recently started working with JavaFX, and started making FX versions of my custom Swing components. One of them was …

java string progress-bar javafx jprogressbar