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
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!
The text was updated successfully, but these errors were encountered:
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 withbody!
(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!
The text was updated successfully, but these errors were encountered: