Skip to main content

Questions tagged [loadingoverlay]

The tag has no usage guidance.

loadingoverlay
0 votes
2 answers
18 views

LoadingOverlay iterate many overlays and hide programmatically

I'm working with this libraray https://gasparesganga.com/labs/jquery-loading-overlay/ Example: To show an overlay for an element: $("body").LoadingOverlay("show", {}); Example: To ...
cmill's user avatar
  • 871
-2 votes
1 answer
133 views

How to make my overlay about 70% height and on the bottom? [closed]

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 ...
BlueHeart's user avatar
3 votes
1 answer
231 views

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 ...
Michael Kročka's user avatar
0 votes
0 answers
2k views

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 ...
tamirg's user avatar
  • 767
0 votes
1 answer
161 views

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<AccountForm> { bool _loading =...
rozerro's user avatar
  • 6,703