whiteboxgui icon indicating copy to clipboard operation
whiteboxgui copied to clipboard

Add support for selecting multiple files

Open giswqs opened this issue 3 years ago • 2 comments

Currently, ipyfilechooser only allows selecting a single file. Some tools requires a file list (i.e., selecting multiple files). One potential workaround I can think of is to use a SelectMultiple widget and push ipyfilechooser.selected to the widget with register_callback. Related issue: https://github.com/crahan/ipyfilechooser/issues/11

https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#SelectMultiple image

giswqs avatar Jun 11 '21 00:06 giswqs

as in the image above, i wrote all my file names then how to push them to the Whitebox GUI

pawansingh1610 avatar Oct 26 '21 16:10 pawansingh1610

whiteboxgui does not support selecting multiple files yet. You will have to use whitebox in a script.

giswqs avatar Oct 26 '21 17:10 giswqs