From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help creating a professional splash screen in LabVIEW

Does anyone have some really nice example code for a splash screen/loader in LabVIEW. I know how to create one with a dialog box and make it modal and put in pics, but I want this to be extremely nice with colors fading as it loads etc... I am an experienced labVIEW programmer just have not done much with visual effects and would appreciate any advice or example code thanks.
Message 1 of 5
(11,604 Views)

Hi HughQuinn,

 

I've attached a VI that can give you some hint on loading screen.

 

Or if you want to use a fading effect, you can use a SubVI to act as a loading screen VI, and control it's transparent property.

Best Regards

Hu Yu
Message 2 of 5
(11,573 Views)

Hi,

 

I have downloaded this utility created by Mark Ridgley. See if it helps.

 

PS: I have not really use it since I downloaded it. And, I am unable to recall where and when it was downloaded. Therefore, I upload it here instead of giving the link. Please try if it works for you 😉

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 3 of 5
(11,563 Views)

Hi Hu Yu,

 

Thank you for your input they werer very helpfuyl. I have a few questions. Why do use a Tab control instead of just decorations or a custom control. Also how do I play around with the transparency to make it look like it is fading in? I can not seem to find it in the property node. 

 

Thanks

0 Kudos
Message 4 of 5
(11,534 Views)

A Tab control may contain decorations and other custom controls,  and if you want to hide it or move it some where, you just only need to modify the property of tab control, all items in it will change simutaneously

 

I've attached a program for you, the Main VI will call the SubVI, and the SubVI will fade away, then return to Main VI, I hope this will help you

 

Note to modify the VI property of SubVI

 

Start.png

 

 

 

 

Best Regards

Hu Yu
0 Kudos
Message 5 of 5
(11,497 Views)