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

Empty window

Open loicspace opened this issue 7 years ago • 2 comments

Hi!

I'm having an issue when running any script that uses GLPlot (including the examples provided) doing either include(someexample.jl) or julia someexmaple.jl but it works fine if I directly paste code in the REPL. A window does open, consistent with the call to GLPlot.init() but it is not populated with anything (objects from glplot, e.g. surfaces and volumes, or edit menu items, e.g. play sliders).

Any idea what I am doing wrong or missing here?

Thanks!

loicspace avatar May 17 '17 18:05 loicspace

Can you try to update Reactive? There have been a lot of bugs which could yield this behaviour!

SimonDanisch avatar May 18 '17 19:05 SimonDanisch

Sure thing, as far as I can tell I now have the latest Reactive (Did Pkg.update() and Pkg.checkout("Reactive") which is likely redundant) -- except if there is more to it -- but alas to no avail.

loicspace avatar May 18 '17 19:05 loicspace