Discuss problems and ideas here.
How insert loadmask? i'm using win = desktop.createWindow but when the window loads the loadMask don't show nothing
the loadMask is controlled as a configuration option on either:
var MIF = new Ext.ux.ManagedIFrame('existingFrameID',{src:'page.php',loadMask:{msg:'Loading Site..'});
or
var MIFP = new Ext.ux.ManagedIframePanel({
id : 'MIFP',
defaultSrc : 'page.php',
loadMask : {msg:'Loading Site..'}
});