Questions tagged as 'progressbar'

0
answers

Dynamic progress bar in ASP.NET with Javascript

I have this bar: #myProgress { width: 100%; background-color: #ddd; } #myBar { width: @Model.avance%; //El avance lo cargo de una variable que me traigo de sql height: 30px; background-color: #007bff;...
asked by 08.05.2018 / 16:52
0
answers

Upload file with progress bar on the same page in struts2

I need to upload a very heavy file and that's why the progress bar on the same page. I have searched a lot and the interceptor execAndWait does not work for me because it puts the progress bar on an intermediate page. So I developed my ow...
asked by 04.04.2018 / 20:26
0
answers

Percentage with ProgressBar

What's up with friends? I would like to know how I can do it based on the code that I will attach here, so that in a progressbar I show the percentage if for example I do I want to take the percentage of an amount X and that percentage is X% as...
asked by 25.02.2018 / 21:53
2
answers

How can I make a progressbar restart once it is completely filled in C #?

I have the following code, and I want it to restart when it reaches the end. public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) {...
asked by 13.02.2018 / 02:51
2
answers

Simulate progress bar

I have a function in PHP that calculates the amount that each member must pay and then sends him an email. In the Database there are about 4000 users and I would like to know how much is left to the process. So I want to make a progress bar i...
asked by 02.06.2017 / 15:32
1
answer

Increase ProgressBar through ANDROID loop

I have a splash screen which has a progressbar where in the future I will perform the bd existence checks of the application etc. But now I would like to understand how to make that bar progress for example through a for loop. How would the c...
asked by 22.04.2017 / 03:01
0
answers

ProgressBar within a custom control is not updated correctly VB.NET

I am creating a custom control that what is intended is to make a progress bar, so that you can define a number of processes, and that each of these processes is assigned a different proportion of the process bar, in addition that each process c...
asked by 26.01.2017 / 21:43
0
answers

How to add a progress bar

I have a web application that has a download button. This button is intended to download a csv file. The application works fine but I have nothing that can show the user that the process is being downloaded (like a progress bar). I have tr...
asked by 25.10.2016 / 19:16
1
answer

Progressbar with text inside

I am trying to make a progressbar work that I have found and that is exactly what I need. The progressbar that I try to use is from this web , for more exact this . But for more quwe I try, I can not make it work, I do not see anything of the...
asked by 04.07.2018 / 18:50