03-02-2007 10:45 AM
03-05-2007 12:12 PM
03-12-2007 12:55 PM
While looking for something else, I found a snippet of code I thought might help, but it didn't. Any idea why?
03-12-2007 01:03 PM - edited 03-12-2007 01:03 PM
Hey Mr. Bean,
I would recommend using the Start Modal and End Modal VI's from the TestStand palette. These VI's are intended to display a message that is modal to the TestStand application.
Regards,
Message Edited by Sam R on 03-12-2007 01:06 PM
03-12-2007 01:28 PM
The reason that your FP.IsFrontmost property doesn't work is because it will only make the VI that code resides in modal to LabVIEW only. LabVIEW and TestStand are seperate applications and therefore you have to do special calls (i.e. the TestStand palette Start and Stop Modal VIs) in your VI to make it modal to TestStand. Otherwise, if you use the IsFrontmost property, you are just making the VI modal to any other LabVIEW VIs.
Hopefully this clears up the confusion you have.
03-12-2007 08:45 PM
I have a similar problem; I am using TS3.5 and
I tried mrbean's solution (FP.isfrontmost) and for some milliseconds the VI appears over the LV App Window but the somehow the LV App Window comes back to the front and I have the same problem when trying to access the Operator Interface
Then I tried the TS3.5 Start and Stop modal and they work but the VI's Front panel blinks when they are shown... any clue???
03-12-2007 09:04 PM
03-12-2007 09:20 PM
03-13-2007 10:28 AM
03-13-2007 10:39 AM