andreym
23 Jul 2009, 11:09 PM
Hello, Ext Team!
When we hide (not close) the window on desktop it calls setData("minimize", true) which is useful to determine whether window was hidden or closed.
But when we restore the window this value is not reset to null, so we cannot use it anymore.
I think it should be either reset on restore or it would be much more better if you make two different kinds of events for Window: Close and Hide.
I want to destroy window on close, but it is hard to implement now because there's no Close event for window.
When we hide (not close) the window on desktop it calls setData("minimize", true) which is useful to determine whether window was hidden or closed.
But when we restore the window this value is not reset to null, so we cannot use it anymore.
I think it should be either reset on restore or it would be much more better if you make two different kinds of events for Window: Close and Hide.
I want to destroy window on close, but it is hard to implement now because there's no Close event for window.