NativeFileDialog.jl icon indicating copy to clipboard operation
NativeFileDialog.jl copied to clipboard

Issue with the file filter on Mac

Open oscarvdvelde opened this issue 1 year ago • 0 comments

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 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!

oscarvdvelde avatar Feb 28 '24 23:02 oscarvdvelde