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

Select Multiple Folders #3

Open
NLstn opened this issue Jan 4, 2018 · 4 comments
Open

Select Multiple Folders #3

NLstn opened this issue Jan 4, 2018 · 4 comments

Comments

@NLstn
Copy link

NLstn commented Jan 4, 2018

Hi,

I know the JavaFx FileChooser doesn't support multiple folder selection, but do you have any idea on how to get around that issue? I dont really want to miss the native filechooser, but selecting multiple folders is somewhat important for my application.

@steffen678
Copy link
Owner

Hi,
not much we can do about that as long as it's not supported by the underlying platform. I could change the file chooser to use the swing one if directories and multiple selection are both enabled, but then you'd be missing out on the native file chooser again.

@NLstn
Copy link
Author

NLstn commented Jan 6, 2018

Maybe there is a way to call native code for this, would you like me to have a look at it?

@steffen678
Copy link
Owner

There's most certainly native code to achieve this, but I think it should be properly implemented in the underlying directory chooser. Still, if you find a way, let me know.

@bkstorm
Copy link

bkstorm commented Jun 23, 2019

With electron I can select multiple directories, I hope that NativeJFileChooser will support this feature.

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

3 participants