You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I want to achieve is to hide window and keep the frame object when the close button is clicked, and make it possible to show the same window with frame.show().
I could not realize it with using only JSFrame interface or options and API. I tried setControl() etc, but no vail.
So I had to do workaround like below. (It uses JQuery but it is not substantial.)
Appreciate it if you show me how to do the same in a more proper manner.
Your solution works nice, except the fact that the close animation is then hidden as well.
A desired behavior would be the possibility to click the "close" button, but with the ability to re-open it again later (e.g. with oFrame.show() ).
The following code seems to not close completely the frame, show the animation, but oFrame.show() does not work anymore
What I want to achieve is to hide window and keep the frame object when the close button is clicked, and make it possible to show the same window with frame.show().
I could not realize it with using only JSFrame interface or options and API. I tried setControl() etc, but no vail.
So I had to do workaround like below. (It uses JQuery but it is not substantial.)
Appreciate it if you show me how to do the same in a more proper manner.
The text was updated successfully, but these errors were encountered: