02-27-2006 04:51 PM
02-28-2006 05:03 PM
Shoab,
One thing you can do is to make the VI modal. You can do this by using VIs that are available in the TestStand palette, on the bottom line, Start Modal Dialog and End Modal Dialog. You will have to pass the sequence context into your code module to use these VI's but spacing these VIs around your code should give you the desired behavior. Give this a shot and let me know if you have any other questions. Thanks and have a great day.
03-07-2006 10:44 AM
Hello Adam, thanks for replying back. I tried looking for the Modal Dialog in the palette, but was unable to find anything that says Start / End Modal Dialogue. I also tried looking for that in the help section, but couldn't really find anything. I am using LabVIEW 7.1, could you give me some more details regarding this.
Thanks in advance for your help.
Shoab
03-07-2006 11:31 AM - edited 03-07-2006 11:31 AM
Message Edited by Dennis Knutson on 03-07-2006 10:32 AM
03-08-2006 03:37 PM
Hi,
There is actually an example in the TestStand\Examples\ModalDialogs\Labview folder
Hope this helps
Regards
Ray Farmer
06-13-2016 12:51 PM
You can create a property node located under application control. From there you can right click on the property to Create, and create a "Method for Application Class". Then select the BringToFront method and connect it to your error in or whatever and you're all set!
05-18-2018 02:18 PM - edited 05-18-2018 02:18 PM
As a follow on to this, make sure that your top level VI is set to show front panel in TestStand. Otherwise, even if you set the subVI to move to front, it won't show anyways.