|
The Splash in Main VI enables you to easily create a splash screen effect in your main application VI. Create a simple timed splash screen or one that waits for a user-defined event to occur - whatever suits your needs! Run the included example VIs to see the different behaviors that can be achieved.
Readme file for Splash in Main VI
Description
The Splash in Main VI enables you to easily create a splash screen effect in your main application VI.
Application Software
LabVIEW 7.x
Driver Software
None.
Description of Operation
The Splash in Main VI produces a splash screen effect by scrolling the main VI's front panel. The size of the splash screen is defined by the area occupied by a target decoration (the front-most decoration) on the main VI's front panel.
When the Splash in Main VI runs, the main VI's front panel is resized and then scrolled so that the splash screen area is displayed.
The splash screen will close based on the setting of the "Close splash screen on (Timer)" input: If set to "Timer" (default), the splash screen closes after the number of milliseconds specified by the "Splash delay (3000 ms)" input. If set to "Event", the splash screen remains open until a user-defined event occurs.
After the splash screen closes, the main VI's front panel is set back to its original size and scrolled to show the main VI's functional front panel area.
Extracting the files
The Splash in Main VI is supplied as a zip archive containing all required items. The zip archive contains full path information.
When extracting the items, set the path to C:\. Since the zip archive includes full path information, the included items will be extracted to the following path:
C:\Program Files\National Instruments\LabVIEW 7.0\user.lib
Extracting the items to the user.lib directory makes the Splash in Main and usage example VIs available on the LabVIEW Functions palette.
Additional Information
Additional information related to the use and operation of the Splash in Main VI may be accessed via:
Developed by
Mark Ridgley
mark.ridgley@logicpd.com
Change control:
11-28-2007Modified code to read and save the original property settings of the main application VI so that the main VI's panel can be restored to the settings originally assigned by the developer.Fixed typos throughout.Minor cosmetic changes.
11-29-2007Added the "Splash in Main - Restore Main VI Properties" VI to the package. When using the "Splash in Main" VI in Event mode, you must add this VI to your main application VI to restore the original property settings of the main application VI.Updated VI documentation as required to reflect the use of this new VI.Updated palette views to show this new VI.
Splash Screen Effect in LabVIEW
cool~~