Progress bar for waiting for the long pending background task #1824
mayankjoshii
started this conversation in
General
Replies: 1 comment
-
|
You will need a custom widget. Look at the spinner widgets in https://github.com/iced-rs/iced_aw |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running a long pending background job and I want to show a progress bar until the job is not completed, but the challenge is that I don't know when the job will finish. So I want to show a progress bar that goes from left to right and right to left until the job is not complete.
Here's the example of progress bar I want to implement.
I'm looking for the ways to implement this, and I want to know if there's any property (ex: progressbar isindeterminate= false) so that I can implement such progress bar.
Beta Was this translation helpful? Give feedback.
All reactions