cdfarrow / flextools

Python scripting utility for SIL FieldWorks Language Explorer (FLEx)
Other
16 stars 5 forks source link

Error if multiple modules are running simultaneously #47

Open mr-martian opened 1 month ago

mr-martian commented 1 month ago

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 commented 1 week ago

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.