JuliaGizmos/Blink.jl

Navigation + communication

Opened this issue · 0 comments

Hello!,

First of all, I'm new to html, and I'm trying to build a GUI for my program.

The GUI has 3 destinations, and the first one should load a picture, the other 2 must communicate with julia.

This is where the problem comes: if I use loadfile, everything is fine except that I can't communicate with julia. On the other hand, if I load the files with body! (on every navigation button click), communication is ok, but the image does not load.

I don't know if I'm doing something wrong, or there is a workaround for this.

Any help is welcome!