FokkeZB / nl.fokkezb.loading

The widget provides a simple loading mask that can be easily styled and configured.
93 stars 18 forks source link

Can there be a isShown() method #2

Closed mattlanham closed 11 years ago

mattlanham commented 11 years ago

I was just wondering if there was the ability to have a isShown() method or similar to check whether the loading window is already being displayed?

FokkeZB commented 11 years ago

The master version now has a visible property you can use.

Note: You can always call show() and hide(). If the loading mask is already shown or hidden, it won't hurt.