01-10-2010 05:39 AM
dear all,
is there a way to have a top level vi without a front panel.
Scenario: I am working on an application having 2 different GUIs. One is for entering and displaying Database records and the other is the test window. these two VIs share several different AEs among them.
presently i am calling a VI with 100 transparency which will initialize all the AE's and it will keep running until the application exits.
is there any better way to perform the same operation?
Thanks,
Ritesh
01-10-2010 06:20 AM
You can use the property of VI: FrontPanel.State = Hidden
Felix