Questions tagged as 'progress-bar'

1
answer

How to trigger this progress bar?

I started to study JavaScript and jQuery, and looking for how to make a vertical progress bar I found the function below: It worked perfectly as I wanted, but I'd like to know how I can get the bars to run (start loading) only when I scroll a...
asked by 21.06.2018 / 08:00
1
answer

Create progress bar with jQuery hover ()

I need to create a progress bar while my cursor is over an image. If the cursor exits, then I need the progress to be reset to repeat the process if the cursor returns to the top of the image. When I get to 100% I'm going to open a modal. Any...
asked by 01.12.2017 / 19:56
1
answer

How to add a ProgressBar in a PagerAdapter?

I have a ViewPager that uses a PagerAdapter to make an image slide. In my class that extends PagerAdapter I have an AsyncTask that loads the images from the internet and plays in ImageView. How can I put a ProgressBar spinner to stay running whi...
asked by 05.04.2016 / 12:46
1
answer

Extract .zip with status

How to extract .zip files in a way that I can see the status of the items being extracted. Ex: static string GetStatus() { return "Extraindo... " + current_arquivo; } Using the Ionic.Zip OpenSource system Ionic.Zip in the codeplex     
asked by 14.07.2015 / 13:58
1
answer

ProgressBar using JavaFX

I have a method that reads multiple files and generates a report for each file read. How do I get the time for each service and show on ProgressBar ? Do I have to use Thread or Task ? I tried to do this: public void pega...
asked by 27.05.2015 / 15:39
2
answers

Add progressbar in my webview

Hello, I want to add a progress bar in my webview . I saw a tutorial and it did not work properly, because the progress bar is loading forever. I will post the code as it was, I wanted the progress bar to appear only when loading the...
asked by 21.10.2014 / 20:40
1
answer

Feed progress bar with Js

I've done a javascript tag that gets the number of Ids filled and returns a number that becomes the percentage of width that makes the bar move, however, I have a character counter that should send a value to the progress bar as...
asked by 13.09.2017 / 14:56
0
answers

Progress bar similar to youtube

Does anyone have any idea how to make a progress bar similar to youtube with loading according to the requested page's time?     
asked by 22.09.2016 / 14:37
0
answers

Load progress bar according to C #

How to make the progress bar load as the excel file import is in progress? My code so far: ASPX: <asp:FileUpload ID="FileUpload" runat="server" Style="margin-top: 4px" /><br /> <div id="progressbar" style="width:550px;...
asked by 19.08.2016 / 17:01
0
answers

Proccess Dialog does not open AsyncTask

During an API interaction that lasts an average of 5 seconds, I need to put a Process Dialog. My code: public class finalizaPedido extends AsyncTask<Object, Void, Integer> { private String retorno; private String url; pri...
asked by 04.06.2016 / 16:53