hi to all
i'm having some hard time to find the solution for this.
Code:
new Ext.Window({
id:'window_novo_contacto'
,title:'Novo Contacto'
,layout:'fit'
,autoWidth:true
,closable:true
,border:false
,hideMode:'offsets'
,deferredRender:false
,autoDestroy: false
,items: [contacto_form]
}).show()
where contacto_form is a very simple form.
my problem is that it works first time but when close and re-open the window, form don't show up.
i have a similar problem with tabs and tried to solved it in the same way but nothing appears to work. i do believe that it have a very easy solution...i simple can't find it
tks