04-28-2008 02:26 PM
Solved! Go to Solution.
04-28-2008 07:05 PM
04-28-2008 07:18 PM
04-28-2009 03:29 PM
04-29-2009 04:07 PM
Dialog windows are modal only to one process, and that dialog is modal to the TestStand Sequence Editor. Inside the VI it sounds like you're making a blocking call to the dialog box. The dialog box is modal to the sequence editor, so it's showing up in front of the sequence editor, but not in front of the VI. This is expected behavior.
04-29-2009 04:18 PM
04-30-2009 08:12 AM
05-01-2009 07:42 AM
Unfortunately it does not work that way here. I tested this. The only way I was ensured to find the file selector was to minimize all the windows. The dialog box does not minimize. The TestStand window would cover the dialog box. It is modal to LabView windows if any are open otherwise it is not modal to any window. Is there a setting that I can use to make it modal in TestStand or is there an equivalent TestStand sequence/function? I am trying to deploy a test sequence to a Lab PC which will not be running the TestStand or LabView GUIs. It will be using the Simple UserInterface CVI TestExec.
05-01-2009 01:38 PM