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

Error if multiple modules are running simultaneously #47

Open
mr-martian opened this issue Oct 15, 2024 · 1 comment
Open

Error if multiple modules are running simultaneously #47

mr-martian opened this issue Oct 15, 2024 · 1 comment

Comments

@mr-martian
Copy link

If a module opens a new window and waits for input, it's possible for the user to start another module. However, when a module closes, it deletes ModuleManager.project, leading to an error when the other module finishes and tries to do the same.

image

@cdfarrow
Copy link
Owner

Need to make it essentially modal when running a module to prevent the user from doing anything in FlexTools when a module opens its own dialog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants