LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

two message box at same time

Solved!
Go to solution

Hello,

I've made a demo program which represent my problem. I would like to display these two separated message boxes at the same time, but don't know how..

 

I need to make decision after both message boxes are displayed. Any idea?

 

Thank you,

Jernej

0 Kudos
Message 1 of 2
(2,706 Views)
Solution
Accepted by topic author fco
The Express VI that you are using uses the modal dialog functions. Thus, the second one cannot be displayed until the first one is acknowledged. You will need to create your own dialog boxes that are non-modal. There are a couple of examples that ship with LabVIEW on creating dialog boxes. Also do a search, as questions regarding creating custom dialog boxes has come up many times.
0 Kudos
Message 2 of 2
(2,703 Views)