Even though we already have an About box for TestStand, it would also be nice to have one for the active TestSequence file as well. The Help menu would have a new item called "About MySequenceFile ...".
MySequenceFile About box splash screen:
The information in this screen should be loaded directly from a single FileGlobal string whenever a sequence file is made active. This can probably be done already by those that know how, but it should be already part of TestStand by default.
Eugene
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm declining this idea due to lack of community support. Also, you can implement this pretty easily in a SequenceFileLoad callback - The full featured OI examples contain the code for a splashscreen like this, so you could just call that from a callback.