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

[BUG] File dialog for CSV files locks up application while open #16

Open
texasdiaz opened this issue Dec 18, 2013 · 0 comments
Open

[BUG] File dialog for CSV files locks up application while open #16

texasdiaz opened this issue Dec 18, 2013 · 0 comments
Labels

Comments

@texasdiaz
Copy link
Owner

Actually, it seems that all dialogs (including all "browse" dialogs) lock up the event processing thread, even if the event processing thread is not actually directly handling the browse dialog action. While a Browse dialog is open, the UI thread seems to be locked up, preventing periodic actions (and even the web server) from updating/running.

Not sure how to fix this, except create my own "browse" VI that doesn't block.

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

No branches or pull requests

1 participant