NativeFileDialog.jl
NativeFileDialog.jl copied to clipboard
mlabbe/nativefiledialog julia wrapper
Unfortunately this was on someone else's computer, so I have a photo instead of copy-paste. When I open the dialog, this error appears. The dialog seems to function but then...
``` julia> using NativeFileDialog [ Info: Precompiling NativeFileDialog [e1fe445b-aa65-4df4-81c1-2041507f0fd4] julia> pick_file() xkbcommon: ERROR: failed to add default include path /workspace/destdir/share/X11/xkb xkbcommon: ERROR: failed to add default include path /workspace/destdir/share/X11/xkb signal...
The original library [nativefiledialog](https://github.com/mlabbe/nativefiledialog) was still active when I created this wrapper. Now two years have passed, and the repo seems dead; with many issues and Pr's in wait and...
My code: ```julia using NativeFileDialog filename=save_file("data"; filterlist="jld2") ``` If I run it, using Julia 1.10.2 I get the error message: ``` julia> function save_plot() filename=save_file("data"; filterlist="jld2") end save_plot (generic function...
I posted this issue a month ago to https://github.com/mlabbe/nativefiledialog/issues/110 But I just realized that was not the Julia NativeFileDialog github but C! My colleague has a Mac and encountered a...
Would it be possible to add a `pick_multi_folder` function? I would like to be able to Ctrl or Shift pick multiple folders into a vector.
Calling `pick_file` or `pick_folder` would result, depending on context, in printing like following (presumably warning) into output: ``` 2024-11-25 18:50:37.900 julia[42982:4662495] +[IMKClient subclass]: chose IMKClient_Modern 2024-11-25 18:50:38.905 julia[42982:4662495] The class...