04-03-2013 10:30 AM - edited 04-03-2013 10:35 AM
Good morning,
Is there a way that I can hide the FP title bar and menu bar etc… at open? From the VI Properties, I can hide them at run time. But I would like to hide them at Open. I have a running main vi, it opens and runs another vi(code is attached). The main vi is run with full screen and hiding title, menu bar etc… I need to have the secondary vi run full screen without the bars as well. If I make changes in VI properties setting, the bars will disappear at run time, but I can see the bars flashing before they disappear. Any idea on how to accomplish this? Thank you for your help and time!
Yonghe
Solved! Go to Solution.
04-03-2013 11:43 AM - edited 04-03-2013 11:45 AM
What I would do, if I'm understanding you correctly, is don't show the window when you call the VI (this can be set in VI properties; uncheck the box to show front panel when called). Then, in your code, set the windows properties using property nodes and after they are set programmatically show the window using a property/invoke node.
04-04-2013 10:50 AM
Thank you very much for your help! I finally get it to work. As you suggested, I have properties settings done in program, and also run vi before FP.OPEN.
04-04-2013 02:14 PM
Not a problem, glad you got it all figured out!