createWindow : function(){
var desktop = this.app.getDesktop();
var win = desktop.getWindow('FileManager-win');
if(!win){
win = desktop.createWindow({
id: 'FileManager-win',
title:'Мой компьютер',
width:800,
height:500,
iconCls: 'tabs',
shim:false,
animCollapse:false,
border:false,
constrainHeader:true,
layout: 'fit',
items: [
Ext.extend(Ext.app.Module, {
id:'FileManager-win',
init : function(){
this.launcher = {
text: 'Мой компьютер',
iconCls:'tabs',
handler : this.createWindow,
scope: this
}
}
]
});
}
win.show();
}
});
гдето так будет работь. Т.е. все итемы обьекты надо создавать сразу внутри окна