LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable "About this example" dialog - Teststand Simple Interface LabVIEW

Solved!
Go to solution

<TestStand Public>\UserInterfaces\Simple\LabVIEW\Source Code\TestExec.llb\Simple OI - Top-Level VI.vi

Hi - I have been looking into above LabVIEW project and have made some amendments - Where I am failing miserably is to locate and disable the "About" dialog as below - Any ideas please on where this might be ?

Many Thanks

 

labview dialog.png

 

 

 

0 Kudos
Message 1 of 3
(219 Views)
Solution
Accepted by topic author sal23

The popup is coming from the sequence file you have open, not the LabVIEW interface.

 

The 'Computer Motherboard Test Sequence' .seq file has a SequenceFileLoad callback with a popup that shows when the sequence opens:

JePe1_0-1765984060967.png

 

It's possible that the LabVIEW interface remembers the last open sequence file, and automatically loads this example again every time you open the interface. Try openning a different .seq file or clearing the LabVIEW interface history.

Message 2 of 3
(179 Views)

Great Thanks - I see it now - even though I fixed the sequence outcome would still be the same - I had to "Close Sequence" and reopen it.

0 Kudos
Message 3 of 3
(156 Views)