Questions tagged as 'progress-bar'

1
answer

Missing connection to server via HttpURLConnection

I have an application that queries a URL using the following method within a AsyncTask : try { HttpURLConnection http = getHttpUrlConnection("http://www.sitedoservidor.com.br"); if (http != null) {...
asked by 25.05.2017 / 22:14
2
answers

Progress bar in web system

Does anyone know a way to make a progress bar in web system? In case my progress bar is not for file upload, it is a task that takes a while, there it would be nice a progress bar so the user does not think it crashed. I already researched every...
asked by 24.03.2017 / 14:30
1
answer

argument out of range exception was unhandled

I'm a beginner in VB.NET and I'm creating a simple simulation game, have hunger, thirst etc, in progressbar hunger the maximum that arrives is 100. When you eat something restores 5, if I'm 98 and how it gives error. I would like to know i...
asked by 09.02.2017 / 20:37
1
answer

ProgressBar does not update according to request XMLHttpRequest - Jquery / Asp.net

I'm building an application to upload videos and photos, and I'd like to put a ProgressBar to show the progress for the user, I found some questions to answer (#), but I'm having a bit of trouble understanding, so I could not do the Prog...
asked by 13.01.2017 / 13:54
2
answers

Prevent the user from using the mainwindow window while another window is open

I have an application in WPF following the MVVM standard and in a certain part of the application I show a ProgressBar that I implemented in a separate view for the user and, while this progressBar is running, I would need the user to be unable...
asked by 08.10.2018 / 18:33
0
answers

How to make a personalized progress bar on android

I did not start to do anything yet, so I did not put any code here, I need a direction to study to make a progress bar in the shape of a water tank and as it fills it, a water will go up inside the box ... I found an example here and I will past...
asked by 13.08.2018 / 12:38
0
answers

Using ObjectAnimator to display secondary progress bar

I'm using a progress bar where it has a gray color behind (primary process) and a blue color on top (secondary process). I used ObjectAnimator to give an animation in the progress bar when using only the primary, but now I can not make the secon...
asked by 19.07.2018 / 17:11
0
answers

Help in implementing an Asynchronous Progress Bar WPF C #

Good afternoon, I have an application where I run a long and slow process and would like to implement a progress bar that shows the percentage of the process that has already been executed, however if I implement the progress bar on the same scr...
asked by 07.06.2018 / 18:03
0
answers

After Lottie ProgressBar Circular

I created a circular ProgressBar bar in the "After" and I used "Lottie" to create the XML to run in "Android Studio" so far so good.  But I'm not able to populate the created bar in After, through a SeeckBar. What I need is to write the value in...
asked by 02.05.2018 / 15:58
0
answers

How to show the progress of a ProgressBar in the TaskBar of S.O.?

I am using a javafx.scene.control.ProgressBar and a javafx.scene.control.ProgressIndicator , and would like to know if it is possible (and how to do) to show the progress in the Operating System TaskBar, as in the example image belo...
asked by 01.02.2018 / 19:13