7,603 questions
0
votes
0
answers
33
views
Does exists a pattern for Spring MVC Framework to handle progressive job?
I have to improve an import job in my web app made with Spring MVC Framework.
This job can take a bit then would be great to give the user the progression and the possibility to interrupt it.
I'm ...
2
votes
0
answers
177
views
How to put a progress bar on a long running R script
I have a small shiny app in shinyapps.io with a database that stores products. I want to re-deploy the app everytime the database gets new data so the shiny app shows up-to-date products. Since this ...
0
votes
2
answers
93
views
Python, Return from subroutine, using tkinter progress bar
I am writing a script that uses tkinter progress bar that tracks the number of files done.
I have a list of files that I want to process, each file would be processed in the subroutine.
In the ...
0
votes
1
answer
36
views
tkinter progress bar freezes in I do anything else
I built a simple progress bar (I want to use it in many other programs), but the problem is, if I move the window, or click on anything else the progress window freezes. The script keeps running but ...
0
votes
0
answers
94
views
Is there a way to monitor progress of vmapped function in JAX (like with tqdm)?
Let's say I have an expensive jitted function f(x) and I've vmapped it over a large array of inputs -- is there any way to monitor the progress of how many of the vmapped inputs are done being ...
0
votes
1
answer
65
views
Progress bar display issue with setinterval
I have a jQuery script that makes an Ajax call to a PHP file (process.php) to retrieve the status of a database (The upload.php and import.php parts are working fine and not relevant here I would say),...
1
vote
2
answers
207
views
How to create individual rich progress bars for each worker in Python multiprocessing's imap_unordered()?
I have a simple code that you can run (the logging is to differentiate 4 workers):
import time
import random
import logging
import logging.handlers
from multiprocessing.dummy import Pool
def ...
0
votes
2
answers
49
views
How to create a simple status/count/progress output when searching for files using rglob() in Python?
I have a simple line that searches for all .json files, except there are about 28k of them, so this one line takes about a minute to complete:
from pathlib import Path
files = list(Path("~/foo/...
-1
votes
2
answers
127
views
How to create this circle progress with diff colors for diff progresses [closed]
I want a circle or semi circle progress diagram or indication type in my flutter app i have researched many but is there is way for this so it can we easy and flexible
see i want like this or it can ...
0
votes
1
answer
36
views
HTML5 Twitching Audio Progress Bar in Safari/Orion, Smooth in Chrome/Firefox
Problem:
About half a second after audio playback starts (in Safari and Orion), the progress bar "twitches", jumping back towards the start momentarily before continuing to progress. The ...
0
votes
0
answers
34
views
Abstracting rich Progress bar inside a class not working
I would like to hide the creation of a rich Progress() bars and associated tasks inside a class. I thought the following will work, but it doesn't. The progress bar doesn't render.
class Klass:
@...
0
votes
0
answers
25
views
Can not initiate js circle progress in Gutenberg FSE
I have created a custom Gutenberg block via npx @wordpress/create-block called stat-block, I have index.js, edit.js, save.js, view.js and block.json. I believe I have everything setup correctly as all ...
2
votes
2
answers
153
views
How to make a taskbar button to display a progress bar in C?
The only way (from what I know) to create a progress bar in a taskbar button is to use the ITaskbarList3 interface, but that could only be used in C++, not C. Is there any way to do it in C, ...
0
votes
2
answers
115
views
Circular Progress and Graph
I've been trying to create this design using HTML, CSS and JS (particularly chart.io). I am wondering if there is a better way to do this without relying much on JS. The reason for this is that, this ...
1
vote
1
answer
80
views
Marquee progress bar appears in application window, but it doesn't move
I was trying to add a PBS_MARQUEE style progress bar to my window and it does appear in the window as a legit progress bar, but when I tried to make it move using SendMessage, (animation is supposed ...