LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Ui functions thread safe

Solved!
Go to solution

Is it safe to adjust for example controls and textboxes in the gui, directly from a thread that isn’t the ui-thread?

it seems to be working fine, however I’m a bit worried that I will run in to some problems eventually 

0 Kudos
Message 1 of 3
(1,345 Views)
Solution
Accepted by topic author Qwaspen

Yes, most UI functions are thread-safe. There are some noted exceptions in the documentation but they are very few and edge cases.

0 Kudos
Message 2 of 3
(1,325 Views)

Okey, thank you!

0 Kudos
Message 3 of 3
(1,315 Views)