Skip to main content

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
0 answers
13 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
77 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
91 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
45 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
1 vote
1 answer
52 views

How to hide the installing package message from the executed powershell command in the .bat script?

How to hide the blue pop-up notification "installing package AudioDeviceCmdlets" and "Downloaded" messages from the executed powershell command in the cmd window? I see this when ...
RemixPL1994's user avatar
0 votes
0 answers
39 views

progress bar using ProgressBarLogger via websocket

I want to upload a file to a fastapi endpoint,inside this endpoint i have a function that use moviepy to subclip and extract the audio,then write that audio to a file using audio_clip.write_audiofile(...
Eps's user avatar
  • 1
0 votes
0 answers
19 views

ProgressBar get value always got 0 using WinAPI only

I doing for children handles of parent in C# code. I want to get progressbar value like 52% by another using SendMessage. Left is progress value 56 and right is child handle 110C46 at middle label in ...
ÖMER 's user avatar
  • 15
1 vote
1 answer
27 views

How to correctly use `progress::progress_bar$message()`?

I am trying to wrap my head around the progress package to make nice progress bars. I can make the basic examples work, but I cannot figure out how to use the progress_bar$message() feature to print ...
rempsyc's user avatar
  • 934
0 votes
0 answers
26 views

Powershell GUI Array of ProgressBar

How can I change the values of the ProgressBar's after they have been created? I dont speak english well. Sorry for the translation... `Add-Type -AssemblyName System.Windows.Forms [System.Windows....
Bernhard's user avatar

15 30 50 per page
1
2 3 4 5
508