-
Notifications
You must be signed in to change notification settings - Fork 80
Non-REPL usage #195
Comments
Not quite the same symptoms, but perhaps same cause as for #165? |
yep, looks like without isinteractive, the code no longer creates the gtk_main task automatically (b56e8da#diff-0000751d49843767d583b66145fa8b46R18) |
Is this going to be fixed soon? |
This issue appears to be still there with Julia 1.5.3 and 1.6 RC1. I indeed found the stackoverflow post mentioned by OP to figure out why no window was shown by my Gtk.jl script. Apart from that, even the example from the Getting Started section in the docs does not work outside the REPL without adding |
fixed here: https://github.com/JuliaGraphics/Gtk.jl/blob/master/docs/src/manual/nonreplusage.md but unfortunately the docs do not deploy right now. :-( |
ok, docs are now updated. This now can be closed. |
Breakage reported here. I've verified it (even if you add
showall(win)
).The text was updated successfully, but these errors were encountered: