Applet in Window gets destroyed on minimizing (collapsing) the window
Applet in Window gets destroyed on minimizing (collapsing) the window
I have an applet (in a html container) within a gxt window. Now, the applet gets destroyed whenever the window is minimized. Hence I have to reload the applet manually on window Expand event (i.e when the windeow is restored).
Is there any way to avoid this reload? The applet takes 5-6 sec to reinitialize, hence I would like to just hide the applet on window collapse and display it when the window is restored.