Questions tagged [loadingoverlay]
4 questions
3
votes
1 answer
How to set Vaadin 8 LoadingIndicatorConfiguration in a button click
I am using Vaadin 8 and the LoadingIndicator is causing me some problems. For 90% of the time I need it to be set accordingly:
1st delay == 300ms
2nd delay == 600ms
3rd delay == Integer.MAX
But for some specific actions I need this to be modified,…

Michael Kročka
- 617
- 7
- 22
0
votes
0 answers
Issues using react-loading-overlay
I have a simple react app, and im trying to add a simple loading overlay.
I saw the most common usage is react-loading-overlay.
My main app.js structure looks like that, I have a simple menu and a deck.gl map
…

tamirg
- 607
- 1
- 7
- 15
0
votes
1 answer
Loading progress indicator is not displaing while making async call
I try to use https://pub.dev/packages/loading_overlay to display a simple loading overlay while making an async call in form.
class AccountFormState extends State {
bool _loading = false;
override
Widget build(BuildContext…

rozerro
- 5,787
- 9
- 46
- 94
-2
votes
1 answer
How to make my overlay about 70% height and on the bottom?
I need to make an overlay and unfortunately it seems like I can only do it using an external lib.
Been using this one https://gasparesganga.com/labs/jquery-loading-overlay/ and it's almost perfect!
I just need to make it about 70% height and…

BlueHeart
- 25
- 6