PALF Posted June 2, 2014 Posted June 2, 2014 Hello: I've URLFrame to show a IP Camera url. Because data loading is delayed, I would like to display a screenmask until show IP CAM page.. How to show screenmask while all data it's loading? Thank's Alfonso Quote
Administrators Farshad Mohajeri Posted June 3, 2014 Administrators Posted June 3, 2014 Attached... URLFrame.rar Quote
tappatappa Posted July 18, 2014 Posted July 18, 2014 Is it possible to implement such behaviour in general? For instance: you start TUniTimer and display a screenmask on a form until the time is over. Quote
tappatappa Posted July 18, 2014 Posted July 18, 2014 Ok I think I have found a solution:http://www.sencha.com/forum/showthread.php?240460-How-to-Load-mask-to-a-window-store-before-loading Form1.window.getEl().mask('Loading'); ... you can call mask several times to change its message (10%...20%...100%)...Form1.window.getEl().unmask(); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.