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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: