I’m studying with Extjs4.
I made Ext.window.Window, and use show() Method.
And, I closed Window, and Again use show() Method, That Can’t View.
In a word,The Window, Can NOT show again..
What can I do for this Problem?
Sorry to My fool English..
Thanks!
Window by default is set up to be destroyed on close. To change this behavior set closeAction to
'hide':