Replies: 2 comments
-
Press |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have no idea how I can engage
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote an app based on the example vis_gui.py.
If I try to quit with gui.Application.instance.quit() the application process does not exit.
Also if the last window of an application is closed with gui.Window.close() the app should exit.
This does not work. The windows disappear but I have to press Ctrl-C in the terminal to terminate the application process.
Beta Was this translation helpful? Give feedback.
All reactions