Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When scripts that share UI variables are loaded in the same tab they will not update the UI on variable change #8

Open
HaivuUK opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@HaivuUK
Copy link
Collaborator

HaivuUK commented Nov 5, 2024

Describe the bug
When scripts that share UI variables are loaded in the same tab, they will not update the UI on variable change.

To Reproduce
Steps to reproduce the behaviour:

  1. Have two scripts in the same lib folder (e.g. fem_libs)
  2. Launch program
  3. Open one of the scripts and change a variable.
  4. The UI will update with the variable value.
  5. In the drop-down, open the second script and attempt to change a UI element that may share a variable.
  6. The UI will not update to the new variable.

Expected behaviour
The variable should update in the UI on the second script.

Desktop (please complete the following information):

  • OS: W11
  • Version 1.0.0+
  • Python Version 3.11
@HaivuUK HaivuUK added the bug Something isn't working label Nov 5, 2024
@HaivuUK HaivuUK self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant