Unanswered: How to Load mask to a window/store before loading ?
Unanswered: How to Load mask to a window/store before loading ?
I call upon different functions to load a store and from the the load event of the store's listener, a function is called to load the window and distribute the data to all components in it. So, it takes some 2 seconds for the window to load. Can I use some dummy LoadMask before loading the window so that the user knows something is going to Load ?
Thanks Farish & redraid . ...
After rendering/showing the window the mask is working. Voila !
But, I want to display before the window gets displayed on screen. May I know how to do that ?
Thanks.
Originally Posted by Farish
probably you have not displayed the window. thats why its undefined. use window.show() before using window.getEl()