Ext.ComponentMgr.create = Ext.ComponentMgr.create.createInterceptor(function(config, defaultType) { var xtype = config.xtype || defaultType; if (!Ext.ComponentMgr.isRegistered(xtype)) { Ext.MessageBox.wait('Carregando', 'Aguarde...'); MyDesktop.CodeLoader.load({ async : false, disableCaching : true, method : 'GET' }, '/so_dev.php/js/getXtype/' + xtype); Ext.MessageBox.hide(); } });