LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

freezed back panel when new one is called

Hi,
 
I have a UI panel in witch you can call an other panel when clicking on a button. (like a pop-up)
The new panel is comming and run well, but the caller panel is frzeed (cannot see if something change on it).
Is it possible to have the both panels running at the same time? and if yes, how??
Regards,
 
Cédric
0 Kudos
Message 1 of 3
(2,062 Views)

This is one of those questions that seems to get asked several times a week. Yes, you can have both panels running at the same time. You can put the subVI call in a separate while loop from your main or use invoke nodes with the VI mehtods Open FP and Run VI. If you use the Run VI method, be sure to set Wait Until Done to false.

If you were to browse the forum for similar questions in the last couple of weeks, you'd also find a couple of examples VI. I posted a picture at http://forums.ni.com/ni/board/message?board.id=170&message.id=189910#M189910.

Message 2 of 3
(2,052 Views)

Thank you very much, it's working well !

Cédric

 

0 Kudos
Message 3 of 3
(2,044 Views)