Questions tagged as 'progressbar'

1
answer

Circular Progressbar and Webview

I have a webview but it takes a few seconds to load, I want to include a progressbar while the web page loads and for some exception show a message when I can not load the webview with the content. XML <?xml vers...
asked by 08.01.2017 / 19:13
1
answer

ProgressDialog help

I'm looking for a way to have a progressBar or launch a progressDialog and it will disappear when all functions are finished. I have the saveItems function in which other functions are executed, I think that's where the problem comes from....
asked by 13.12.2018 / 21:39
2
answers

how to show a ProgressBar or a ProgressDialog while I'm doing a query with retrofit

I am working on a app which uses a Api to query a web server through retrofit . In my project I use the pattern MVC , and what I'm looking for is to enter a ProgressBar or a ProgressDialog q show up when I...
asked by 09.05.2018 / 01:33
2
answers

Progress bar Undetermined

I have a problem, my ProgressBar is displayed well but this is static without any effect and I need it to move randomly while loading a page My code is as follows: <ProgressBar android:id="@+id/progreso" style="@style/Widget.AppC...
asked by 01.09.2017 / 02:10
1
answer

Percentage of file upload with ng-file-upload AngularJS

I'm using ng-file-upload to load a file, I can currently see the percentage in console with a console.log() , but the console is in the service and I do not know how to pass it to the controller (without doing the return) to show it in...
asked by 03.08.2017 / 15:54
0
answers

progress bar with Bootstrap

I found a progress bar in Bootstrap the problem that I found when implementing it is that I can not get the bar to advance depending on a variable that I generate in the top part my question is I'm going well or there is a simpler way to do it t...
asked by 13.11.2018 / 17:17
0
answers

How to program a Bunifu progress bar in C #?

Evenings or nights to all, my question is this: How do I program a Bunifu progress bar, where is it, to be 100% change a Label? It is with a conditional structure, but I do not know which condition I should follow. try with if(bunifuP...
asked by 08.11.2018 / 00:36
0
answers

configure JProgressBar when assigning the .xls to WorkbookFactory poi java

I am using the Apache POI library in a JAVA project to work with Excel files and I need to show the load percentage in a JProgressBar when this line is executed: libro = WorkbookFactory.create(new FileInputStream(ruta)); Note: I already kno...
asked by 31.10.2018 / 23:13
0
answers

Progres Bar to know the progress of insertions through excel.csv

This is my import_excel form which imports the data from an excel.csv file to my BD, what I need you to do is to show me through the Progress Bar the insertion progress of all my records in my BD but I do not know how to do it, I already try wit...
asked by 21.09.2018 / 12:24
0
answers

Problems with progress bar in percentage

I have a percentage progress bar according to the code below, depending on the tasks that have been completed from the code on vb.net. client side code <link href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.m...
asked by 21.05.2018 / 04:52