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

Add support for selecting multiple files #8

Open
giswqs opened this issue Jun 11, 2021 · 2 comments
Open

Add support for selecting multiple files #8

giswqs opened this issue Jun 11, 2021 · 2 comments
Assignees

Comments

@giswqs
Copy link
Member

giswqs commented Jun 11, 2021

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: crahan/ipyfilechooser#11

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

@pawansingh1610
Copy link

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

@giswqs
Copy link
Member Author

giswqs commented Oct 26, 2021

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

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

No branches or pull requests

2 participants