Closed mattlanham closed 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?
The master version now has a visible property you can use.
visible
Note: You can always call show() and hide(). If the loading mask is already shown or hidden, it won't hurt.
show()
hide()
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?