Hi all!
Does anyone else have a problem with Gtk.open_dialog
?
I’ve submitted an issue, but wanted to reach out to other people that have used this function and hear what their experience is like.
Here’s the gist of my issue:
Out of the following three only number #1 works:
julia> open_dialog("Pick a file")
julia> include("a_file_with_open_dialog_in_it.jl")
$ julia a_file_with_open_dialog_in_it.jl
Pressing
Cancel
orOpen
in the other two scenarios doesn’t do anything, the dialog window is just stuck.