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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: