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
i cannot find a way to cleanly stop the gui with a button and then execute cleanup actions.
if a have a button to produce an error to force the server to stop . it restarts automatically and the code placed after starting the web server is never reached.
i have a setup function for all gui layout and operations. it returns an action which must run after closing the application.
how can the startGUI return this closing action?
what is the proper way to close the gui with a button?
where must the closing action be placed to run after closing the application (e.g. when closing the window or button click)
thank you!
The text was updated successfully, but these errors were encountered:
@HeinrichApfelmus is it still not possible to initiate closing the browser window from the server? Is there a way to shut down the server at least? (I tried liftIOLater exitSuccess but it seems to restart server, not shutdown it.)
i cannot find a way to cleanly stop the gui with a button and then execute cleanup actions.
if a have a button to produce an error to force the server to stop . it restarts automatically and the code placed after starting the web server is never reached.
i have a setup function for all gui layout and operations. it returns an action which must run after closing the application.
thank you!
The text was updated successfully, but these errors were encountered: