-
Notifications
You must be signed in to change notification settings - Fork 21
Customize which file picker to use on Windows #83
Comments
Which version do you use? most likely you are seeing custom file picker done in Java The functionality to choose a file was done in a same way as https://github.com/jakobkmar/pacmc did. Pacmc tried to call native file chooser and if there is an error then it falls back to Swing file chooser. In version 3.0.0 I have removed it, #67. Also I saw your comments on an issue about publishing and Im guessing you are using 3.0.0, if that's the case then it is very strange, we call TinyFileDialogs here: Line 17 in 25cd665
|
@shalva97 Thank you for figuring this out. Unfortunately this doesn't help me with my Windows JVM app right now. |
Well, there is work to be done, maybe people reading this issue will get an idea of how to fix this. I can't promise I will fix it in nearest future... |
@shalva97 Yeah, lets hope for that. Using the smaller picker is no show stopper for me. The bigger picker would just be nice to have. |
@StefanOltmann what you are showing here is a directory picker and not the file picker. |
@vareille Thank you for the hint. Okay, in that case I'm asking for having the file picker, but let it only select directories. That is the more "usual" view I often see and the picker I'm asking for. shalva97 also has this picker in his screenshot. |
Can we configure which file picker to use on Windows?
We now have the smaller variant, but there is also a bigger one including a sidebar. I would prefer to use that one.
The text was updated successfully, but these errors were encountered: