[Jsl] How can i stop a script with a button ?
Hello ! I have a problem (again !) I would like to close my window thanks to a button box and stop my script.I used this : nw = New Window( "Window",[...] V List Box(
Button Box("Fermer",
nw << Close Window; Stop();
) ) );[...]The window is closed but my script runs ...Where is my error ?Thanks for your help !
