JuliaGraphics / NativeFileDialog.jl

mlabbe/nativefiledialog julia wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with the file filter on Mac

oscarvdvelde opened this issue · comments

I posted this issue a month ago to mlabbe/nativefiledialog#110
But I just realized that was not the Julia NativeFileDialog github but C!

My colleague has a Mac and encountered a bug.
We are using Julia 1.10.0 and the NativeFileDialog was installed a month ago.

The following works on my Windows 11:
filename = pick_file(thisfolder; filterlist="dat.gz")

On Mac, however, this command opens the window while showing the .dat.gz files grayed out. Removing the filterlist allows to select a file. I hope you have a way to check this out.

Thanks for NativeFileDialog.jl, it's so convenient!