Questions tagged as 'progress-bar'

1
answer

How to create function to automate a dynamic progress bar?

I have a form with some "modules" (module = a set of questions - I do not know if it is the appropriate technical term ...), so that, depending on which module is chosen, a certain amount of questions will be inserted in the form to be answered....
asked by 13.12.2015 / 16:45
1
answer

Change the color of a jProgressBar

How can I change the color of my ProgressBar, it always looks an odd little orange, I tried to use this code but it did not work: UIManager.put("ProgressBar.background", Color.orange); UIManager.put("ProgressBar.foreground", Color.blue); UIMan...
asked by 22.04.2015 / 19:05
1
answer

progressbar reaches maximum value but visually does not fill in C #

I'm working with a C # software, in which after a login screen, a splashscreen appears with a progressbar that when it reaches its maximum value (100) , it calls the main form of the program. The problem is that progress...
asked by 07.11.2016 / 18:32
1
answer

How do I use progress bar

I have an android application, which brings latitude and longitude. I wanted the moment he is requesting it to put a progress bar to give feedback. follows the location code private void start(){ locationManager = (LocationManager...
asked by 24.07.2015 / 14:56
2
answers

How to put texts in progress

Hello, I have a progress , however I would like to add the percentage value in the center of it, with some more information. <progress name="progressbar" id="progressbar" class="progressbar" value="35" max="100"> &...
asked by 22.02.2017 / 00:12
1
answer

How to create a dynamic progress bar in R?

To track the processing status in my routines, I use the progress bars of the pbapply package, but I have not found a dynamic way to track more than one process. To illustrate the problem I considered a list containing three elements of d...
asked by 20.03.2016 / 19:27
1
answer

Progress Dialog during download

I use the following method to download an image. public void downloadFile(String uRl, String title, String description) { File direct = new File(Environment.getExternalStorageDirectory() + "/FPSWallpapers"); if (!direct....
asked by 17.11.2017 / 16:23
1
answer

How do I change the color of the progressive bar when an error occurs?

How do I change the color of the progressive bar when an error occurs? <div id="divMenu"></div> <div id="divModals"></div> <div class="container"> <label for="cliente">Arquivo</label> <div c...
asked by 25.05.2016 / 22:54
2
answers

Open Progress bank

Good afternoon, I need to open a Progress database for a client to do an import and I'm not getting it. I need some help to know some way to work with this bank, either by code or applications. these are the files obtained from the client:...
asked by 21.08.2015 / 18:50
1
answer

Customize ProgressBar Android

I would like to develop a% custom% to use in my application, but I am not sure how to do this. Is it necessary to create a subclass of ProgressBar ? Can you only do in ProgressBar ? I would like you to give me a basic example o...
asked by 23.11.2014 / 00:25