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

When opening a file from a chooser, don't return null #43

Closed
hinerm opened this issue Jun 9, 2014 · 0 comments
Closed

When opening a file from a chooser, don't return null #43

hinerm opened this issue Jun 9, 2014 · 0 comments

Comments

@hinerm
Copy link
Member

hinerm commented Jun 9, 2014

Right now if you open a file with a file chooser, e.g. via File > Open, if SCIFIO can't open it we return null. However, this causes the typical File > Open code to execute, which causes the IJ1 open file dialog to pop with no explanation that SCIFIO couldn't support the format.

So if we intercept a File > Open call and SCIFIO fails but selected a file, we need to continue in IJ1 with that selected file.

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

No branches or pull requests

1 participant