-
How I can set minimum, maximum and step values for CTkProgressBar and update it when there changed ?
When I try set progressbar.configure(maximum=100) I get error.
-
I want to add a progress bar to this project
ghost updated
2 years ago
-
### Expected Behavior
with the following code:
```
import time
import click
lst = list(range(10))
with click.progressbar(lst) as bar:
for i in lst:
next(bar)
time.sl…
-
Create a timeline at the bottom of the screen.
Timeline should have two states:
- passive state where only the current progress is shown (i.e. 30% done)
- active state where the user has click…
bstkr updated
4 years ago
-
This is what I see in mac. Where do I go wrong?
-
Is there a way, to pause the animation on event, e.g. on mouseover? Didn't figure if it is possible.
Thx for that great tool!
-
fanlb updated
6 years ago
-
We want to have a nice spinner that appears when making API calls or on any other processes that take a noticeable amount of time. We also want our existing progress bar to be reusable if possible.
…
-
-
Isn't it good to have a progress bar to show while doing a search.