12-17-2025 05:39 AM
<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
Solved! Go to Solution.
12-17-2025 09:08 AM
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:
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.
12-17-2025 11:09 AM
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.