manojba Posted April 14, 2009 Report Share Posted April 14, 2009 Hi I want to create a splash screen for my about window when I click on about button it should appear and when clicked anywhere inside the window it shoul close like the one we have in Labview help menu about Labview and how to include pictures in it thanks in advance... Quote Link to comment
PaulG. Posted April 14, 2009 Report Share Posted April 14, 2009 QUOTE (manojba @ Apr 13 2009, 01:34 AM) Hi I want to create a splash screen for my about window when I click on about button it should appear and when clicked anywhere inside the window it shoul close like the one we have in Labview help menu about Labview and how to include pictures in it thanks in advance... In your splash screen sub VI create an event structure inside a while loop. Create an event Pane-Mouse down. This selector will have a boolean to stop the loop. Select VI properties>customize>and select show front panel when called and close afterwords if originally closed. When you call this vi it should behave the way you want it to. For images just copy and paste any any image into the clipboard and paste it onto your front panel. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.