LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple windows

Dear Group,

How can I make my labview program display more than one dialog box at a
time?
0 Kudos
Message 1 of 2
(2,725 Views)
I don't think you can use a dialog box in a situation like this. A dialog box is modal and always on top and you can't switch to a different VI until it is closed. You could open multiple VIs that are non-modal and require a user response but then you'd have to worry about accidently sending one to the background.
0 Kudos
Message 2 of 2
(2,725 Views)