Missing a scrollbar at the "Confirm files" window !
Opened this issue · 1 comments
PaulineBlz commented
Hello,
I wanted to try this plugin to build a tile from separated images.
The issue: I have 205 images and when the confirmation window pops up with the list of the images, the list is too long so I cannot scroll down to validate my choice.
Hence I am stuck.
Please, is it possible to add a scrollbar for this window ?
Thanks !
imagejan commented
I can imaging to alternative ways to solving this:
- Don't offer the possibility to confirm single files when there are too many of them (what should be the threshold?). This would need to be implemented here:
Stitching/src/main/java/plugin/Stitching_Grid.java
Lines 1229 to 1243 in 88ebda5
or
- Dynamically add a scroll bar when the dialog gets too tall. This change would need to go either to
fiji/fiji-lib
(https://github.com/fiji/fiji-lib/blob/1f13a2969cc757a2ca176f64b51c03ac4cb7661c/src/main/java/fiji/util/gui/GenericDialogPlus.java) or directly toimagej/ImageJ
(https://github.com/imagej/ImageJ/blob/f47fe88b6f8f9c9d86d8d638e78b1a78eddd924f/ij/gui/GenericDialog.java)