Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error browser can't be closed #47

Open
tashrifbillah opened this issue Jun 11, 2020 · 2 comments
Open

Error browser can't be closed #47

tashrifbillah opened this issue Jun 11, 2020 · 2 comments

Comments

@tashrifbillah
Copy link

Error browser can't be closed:

image

I invoked the dialog box clicking on the bottom right X. It appeared on top left. And now I am unable to close or minimize it.

@lassoan
Copy link
Contributor

lassoan commented Jun 11, 2020

We don't use a window manager in the slicer-notebook docker image, to keep the GUI simple (don't show window controls inside notebooks). I guess this is just an unlucky situation that currently cannot be resolved using the GUI. However, you can easily hide the error window by typing this command:

slicer.util.mainWindow().errorLogWidget().hide()

This is useful feedback, maybe we'll disable or hide the button in the slicer-notebook image.

@tashrifbillah
Copy link
Author

The command worked. I would vote for keeping it otherwise how else users would be able to see errors? We can keep this instruction somewhere so the user knows how to close the dialog box after invoking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants