how to bypass the open method

Hi to everybody.
I’m in a big big trouble and I hope this forum will help me to find a solution.
Situation:
In the solution setting I have specified a main form and a method to execute (open_popup) at opening
This method open a popup form where I have only one button associated to a method “entry”. this method show the main form and close the popup.
The problem: I didn’t want that the user could close the popup window with the close button of the window. So I have associated a method “close solution” in the properties of the popup form I have set this method in the onhide property.
Result: when i close with the close button window or I execute the method entry from the popup, the solution, and Servoy itself, get killed by the system(!)
Is there any way to delete the method close solution?
Is there any way to bypass the open method specified in solution setting?
I’ve done a lot of work on this solution since the last saved release and I really hope not to have to get back to it
(mac osx.3 - servoy 2.2.0.3)

Use the ESC-key (hit it a few times, when the script is executed!)
you than end-up in the method-editor, where you can change you settings.

This has helped me once!
Hope this helps