LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

DiscardPanel from other thread

Hi,
 
I need to Discard a panel from another thread than the creator thread.
Is there a possibility to do that ?
 
thank you
0 Kudos
Message 1 of 3
(3,302 Views)
The safer mode is to use PostDeferredCallToThread to permit discarding the panel in the same thread where it was loaded. If the panel was loaded in the main thread, you can simply use PostDeferredCall that implicitly calls a function in the main thread.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(3,297 Views)

thank you.

0 Kudos
Message 3 of 3
(3,290 Views)