SlicerJupyter icon indicating copy to clipboard operation
SlicerJupyter copied to clipboard

Error browser can't be closed

Open tashrifbillah opened this issue 4 years ago • 2 comments

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.

tashrifbillah avatar Jun 11 '20 14:06 tashrifbillah

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.

lassoan avatar Jun 11 '20 14:06 lassoan

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.

tashrifbillah avatar Jun 11 '20 14:06 tashrifbillah