Eugen Graf Posted March 30, 2007 Report Share Posted March 30, 2007 Hello everybody, I want to implement a intro window in my application. During starting and initialization of my main, a intro (with groving transparency) window should be shown. Also I can't place the intro subVI to my main, because it will be wait until intro is done. Therefore I start my intro by VI server in the first state of my main state machine. You can see both pictures appended. The problem is if I start my exe, so top level VI is my main. The window of the main will be shown for few microseconds starting exe. I want avoid it, I want nothing will be shown before intro. Should I make my intro as top level and start my main there or I can set it in VI settings or exe builder or ini-file? Thanks, Eugen Here is my intro VI. Eugen Quote Link to comment
LAVA 1.0 Content Posted March 30, 2007 Report Share Posted March 30, 2007 I remember an old NI presentation that included some code for a startup screen. Look here at http://ftp.ni.com/support/nni/nidays2001/l...sign%20pattern/ There's a PowerPoint file and some example VIs. There was also this thread from the NI forums that I had bookmarked. Quote Link to comment
Eugen Graf Posted March 30, 2007 Author Report Share Posted March 30, 2007 Thanks, but the presentation is in japan and in the thread from NI forum describes my way to make that, but I still know how to implement it with VI server. My problem is only, that the main VI will be shown for 1 ms or fewer, because its the top level VI. Eugen Quote Link to comment
Eugen Graf Posted March 30, 2007 Author Report Share Posted March 30, 2007 Also I defined now my Intro VI to top level VI and call Main VI from there. The effect I want to avoid is avay now. Eugen 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.