rordenlab / MRIcroGL

v1.2 GLSL volume rendering. Able to view NIfTI, DICOM, MGH, MHD, NRRD, AFNI format images.
https://www.nitrc.org/plugins/mwiki/index.php/mricrogl:MainPage
Other
205 stars 33 forks source link

Opening multiple windows #8

Closed orange-swan closed 4 years ago

orange-swan commented 5 years ago

Hello!

I‘m using MRIcroGL on macOS 10.14.6. Is it the intended behavior, that opening multiple images side by side (multiple windows) is a bit complicated? If MRIcroGL is open, double clicking another file in the Finder doesn‘t open it in a new window, but instead uses the existing one. I have to manually open a new window from the menu (as there‘s no shortcut for it) and then open the file I want. If I forget this step, I have to manually reopen the one from before, again after opening a new window. Am I missing something?

Thanks!

neurolabusc commented 5 years ago

This is a feature of using MacOS. With Linux and Windows you can launch separate instances from the file explorer. Perhaps in the next release we could add a shortcut like Shift+Command+N to open a new window.

orange-swan commented 5 years ago

Thank you for the reply. I‘m not sure what you mean exactly, because a lot of apps on macOS have no issue with multiple windows of the same type. But maybe these other apps have custom code for this, so I understand if that‘s not possible to implement.

A shortcut would be a very nice addition and a good tradeoff. I‘d be happy with that for my workflow.

Thank you!