Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [progress-bar]

A progress bar is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer.

progress-bar
0 votes
2 answers
27 views

Progress bar in vba

I'm working with a macro that takes a long time to execute (>1 min) and I want to improve it by adding a progressbar. I've followed multiple tutorials that all say to create a userform, add an ...
Brocas Sylvain's user avatar
0 votes
0 answers
23 views

How to show ProgressBar with Percentage Api Response Time?

I Want to show ProgressBar With a Percentage Until Api is SuccessFully Called. How can I set Progress with the amount of Percentage by changing Text to 100 % and also Progressbar dismiss after 100 ...
Mohammad Tofik's user avatar
0 votes
2 answers
33 views

Put the progress bar in the center and change the size of the message box in R Shiny

I am writng a R shiny web application. I am looking for a way to put the progress bar in the center of the webpage and adjust the size the of the bar. The function I used is "withProgress", ...
Jian Zhang's user avatar
  • 1,217
0 votes
0 answers
13 views

How do i integrate the steps of my progress tracker with RPA bots

I need a little help I have an UI , front end : HTML,CSS,JS and backend existing in Flask+Python. How do I link the steps of a progress tracker i.e UI to the results from UIPath RPA bot, please help! ...
Vrinda Bundelkhandi's user avatar
0 votes
0 answers
14 views

Looking to build a concave effect for my goal bar based on the starting point my streaming bot has given me

I'm looking to produce the equivalent of what a "negative border radius" would look like. I have 2 goal bars that work towards each other. Here's what I currently have I'm looking for the ...
kev_aROS's user avatar
0 votes
0 answers
15 views

How can I get progress updates for enqueued files in flutter background_downloader?

I am a flutter beginner and wish to work on a podcast app for a church. I am trying to implement a download functionality with background_downloader package. I have implemented the download alright ...
swissking22's user avatar
0 votes
1 answer
81 views

Creating a progress bar in python with Numba and Cuda

I'm running a parallel process using numba and CUDA (on windows) that will take quite a while. It would be nice to have an updating progress bar printed in the console, so I can see how far through ...
Gregthepotato's user avatar
-1 votes
1 answer
34 views

WPF - Styling the progress bar removes it's cycling abilities

As I try to change the progress bar colors, it now displays the background color when progress bar is in cycle mode an image of the applied style will be better than any explanation as I apply this ...
pf12345678910's user avatar
0 votes
0 answers
38 views

creating custom value slider using level-list in android

I want to create a value slider which can got to both -ve and +ve direction from 0 point as shown in below demo image. I want to achieve this using level-list and I have created the xml as below. <...
visakh r's user avatar
  • 175
0 votes
2 answers
98 views

WPF C# Progressbar binding to Datagrid row

In my Datagrid there is a column in which there are Progressbars, each of which must change independently of the others when I refer to a particular row in a given Datagrid. When trying to refer to a ...
kivvich's user avatar
-2 votes
1 answer
25 views

How can I load progressbar from start to finish while I restart SQL Server Service using C#

Sorry, I am a noob for C# programming. I have search for many times to load progressbar while restart the SQL Server Service, but there are a lot of code and it was messing me up. I don't understand ...
Faro's user avatar
  • 3
-2 votes
1 answer
52 views

progress bar complete progress based on provided max value

I have created one progress bar using HTML, CSS and Javascript. It is working fine till 100 value provided. If i provide more than 100 then it complete the progress but still the value is keep ...
Vicky's user avatar
  • 356
0 votes
0 answers
21 views

Do I have to reset the progressbar?

I have a fit function with following for loop inside of it: for epoch in self.progressbar(range(n_epochs)): If I use a Jupyter notebook it works fine. However if I rerun the cell, it just throws me an ...
juan19.99's user avatar
0 votes
1 answer
46 views

Cypress - Make assertions before letting the interception return the fixture

Situation I am working on a page which has a form. When the button in the form is clicked, a request is sent to the backend and the page changes to show that it's performing the operation (a progress ...
Aisteru Firë's user avatar
0 votes
0 answers
18 views

How to stop execute file in wordpress server?

I have created a custom plugin that updates the product price in woocommerce using API and created a json file to show a progressbar which sends the progress information to the file when the button is ...
Prem Memakiya's user avatar

15 30 50 per page
1
2 3 4 5
508