You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. we always show a file chooser dialog using chooseFiles.
Only when a second unrelated parameter is added, a file list widget is shown in a generated input dialog:
Yeah, something like autofill=false, but for the FilePreprocessor and FileListPreprocessor to know they shouldn't do this shortcut of popping the file chooser dialog directly. I also remember you mentioning this before, @imagejan, but don't have time to dig for existing issues right now, sorry.
Activity
imagesc-bot commentedon Apr 11, 2022
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/drag-and-drop-file-list/65646/3
ctrueden commentedon Apr 11, 2022
Yeah, something like
autofill=false
, but for theFilePreprocessor
andFileListPreprocessor
to know they shouldn't do this shortcut of popping the file chooser dialog directly. I also remember you mentioning this before, @imagejan, but don't have time to dig for existing issues right now, sorry.imagejan commentedon Apr 12, 2022
I found the previous mentions here:
scijava/batch-processor#20
scijava/scijava-common#420
So now we have an open issue in each of the relevant repositories 🤷
Edit:
And there's scijava/scijava-common#423 already 🚀