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
This is going to be a bit unspecific, because my colleague has a Mac.
We are using Julia 1.10.0 and the NativeFileDialog was installed today.
The following works on Windows: filename = pick_file(thisfolder; filterlist="dat.gz")
On Mac, however, this command opens the window but shows the .dat.gz files grayed out. Removing the filterlist allows to select a file. filename = pick_file(thisfolder)
I could get more info later if needed.
The text was updated successfully, but these errors were encountered:
This is going to be a bit unspecific, because my colleague has a Mac.
We are using Julia 1.10.0 and the NativeFileDialog was installed today.
The following works on Windows:
filename = pick_file(thisfolder; filterlist="dat.gz")
On Mac, however, this command opens the window but shows the .dat.gz files grayed out. Removing the filterlist allows to select a file.
filename = pick_file(thisfolder)
I could get more info later if needed.
The text was updated successfully, but these errors were encountered: