Questions tagged as 'progress-bar'

0
answers

Codeigniter + ProgressBar

Hello. I'm trying to develop a file upload system which at the post it generates and loads a progressbar according to the course of my file unpacking, reading and storage script in the database. This is the first time I'm messing with progres...
asked by 23.04.2016 / 15:20
1
answer

Circular Progress Bar Android

Well, having a problem with how to make a circular progress bar, could anyone explain and show me some examples? Thank you very much.     
asked by 03.09.2015 / 14:57
1
answer

how to hide a progressBar after a certain time

I'm using the following code new Thread(new Runnable() { public void run() { while (cont < 100) { cont += 1; try { Thread.sleep(20); } catch (Interr...
asked by 11.06.2017 / 22:44
2
answers

Use ProgressBar to copy folders and their contents

I have an application in C # WinForms that when clicking a button, should start copying various folders and their contents. Since this process is time-consuming, I'd like the user to know how the progress of the process goes through Progre...
asked by 23.03.2017 / 19:02
2
answers

Increase width in% and not in px

How do I increase widht with%? It put this code I made, it increases, but it's in px, and I wanted it to increase in percentage. var progressBar = $(".progress-bar"); setInterval(addProgress, 1000); function addProgress() { var width = p...
asked by 26.06.2017 / 18:44
1
answer

Progress bar in angulajs

I need a% w / o% to be the image of a chalice being filled with progress-bar . Something like this: link . Can anybody help you? I still do not have the official image, but it would look something like this: When you open a page, th...
asked by 30.01.2017 / 18:56
1
answer

Insert progress bar with php - Bootstrap [closed]

You can insert a progress bar using bootstrap for amount of data inserted into a given table in the database? Ex: If I have 100 records the bar would progress until you reach the number 100.     
asked by 19.06.2018 / 16:48
1
answer

Call Form2 with Circular Progress Bar while another action is executed C #

I am having a question about calling a Windows Form. In this application, through the click event of the button located on Form1, call a second Form, where on this form2 I present an animated Progress Bar Circular running until another method lo...
asked by 18.06.2018 / 17:14
1
answer

Calculate ProgressBar Circular Time C # (Windows Forms)

I have the following ProgressBar circular, the idea is that it be decremented second by second, so far so good. However, I need the bar to start always full (circling 100%) and the value will be given by the user, so it can be 120 minutes, 90 mi...
asked by 04.11.2017 / 15:55
1
answer

How to make a line increase height automatically css javascript jquery

Good night, people I have the following problem, in the layout that I'm putting together has several lines in different places during the course of the page, the client wants these lines to appear and grow from different directions, initially I...
asked by 08.09.2017 / 00:50