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
Hello barche, thanks for looking into this!! After some more investigation from my side, this is what I see now:
everything is working if running from the command prompt (this is very good)
the issue is because I'm trying to work using VSCode julia plugin on Windows11. If in VSCode I open the examples like basic/gui.jl, select all the file (with Ctrl+A) and then run all this (with Ctrl+Enter), then all the GUI is working except changes in Observables does not go to the GUI (for gui.jl example, the counter field is not updating after pushing the "Start counting" button).
But now its not a critical issue for me since I can run it from command prompt.
Cannot make Observables signal back to the GUI: not working even on the examples on my side. Windows11, Latest Julia 1.11.0
Best regards
The text was updated successfully, but these errors were encountered: