I’m doing multi-load in one Window (form load and grid data).
This is my logic,
- Start with do mask when Window open.
- Add mask-counter in form load and grid load callback.
- When mask-counter equal 2, unmask.
Do you have better idea ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can also use this logic:
this will sync loaders.
by the way, you can also use Ext.Msg.wait, that’ll bring a modal dialog without any buttons and wait until you call hide event.