Multiple Progress instances #1130
-
I would like to use multiple From the code (and the exception I encountered) I realized that Before doing any of these things, in my application, I always create an instance of Coming back to the multiple I am not sure how to proceed and any help in this regard is appreciated 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
You can only have a single Live active at any one time. But you can have a renderable which contains multiple progress bars. Have a look at this example which has two progress bars in a Layout. Although you should be able to do it by having your progress bars in a Table, or RenderGroup. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm happy to see this question,. I've noticed the approach in the example at very begining and write my code as well. However after catching so many OS error 24 (too many open file), considering I have to create many So please allowing me to ask what is the point that |
Beta Was this translation helpful? Give feedback.
-
This question is close to the one I had in #1500, where I eventually figured it out myself, see the example I included there. |
Beta Was this translation helpful? Give feedback.
This question is close to the one I had in #1500, where I eventually figured it out myself, see the example I included there.