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

Original ImageJ logic gets invoked in pure ImageJ2 GUI mode #311

Open
ctrueden opened this issue Jul 20, 2023 · 0 comments
Open

Original ImageJ logic gets invoked in pure ImageJ2 GUI mode #311

ctrueden opened this issue Jul 20, 2023 · 0 comments

Comments

@ctrueden
Copy link
Member

Launch ImageJ2 via:

mvn -Pexec -Dscijava.ui=swing

When the ImageJ2 GUI comes up, choose Process → Image Calculator... from the menu.

An original ImageJ dialog box appears with title "No Image" and message "There are no images open"

This is surprising—is the wrong "Image Calculator..." command executing? Or is ImageJ's active image logic being triggered indirectly somehow during execution of the ImageJ2 command net.imagej.plugins.commands.calculator.ImageCalculator? The menu item has the puzzle piece icon, indicating it's a SciJava/ImageJ2 command, so if the original ImageJ command is actually what runs when the menu item is clicked, that's 🤯. But it's also 🤯 if original ImageJ's active image logic is somehow triggering from the ImageJ2 command code... 🤷

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

No branches or pull requests

1 participant