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

input widgets do not remember previously entered values #281

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

input widgets do not remember previously entered values #281

ctrueden opened this issue Jul 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ctrueden
Copy link
Member

In ImageJ2, when executing a SciJava module and harvesting the inputs, the SaveInputsPreprocessor takes care to persist the values, and the LoadInputsPreprocessor takes care to read and populate them the next time the module is run. Something about the way napari-imagej is executing modules does not behave the same, because when I run Example_Script.js for example, the values all always start at null/null-approximate (0 for numeric primitives, false for primitive booleans).

@gselzer gselzer self-assigned this Jul 26, 2023
@gselzer gselzer added the bug Something isn't working label Jul 26, 2023
@gselzer gselzer added this to the 0.3.0 milestone Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
napari-imagej plugin
Awaiting triage
Development

No branches or pull requests

2 participants