05-01-2010 07:05 AM
Calling three(3) VI for display of front panels in Subpanel. First step is to use Run VI invoke method.
All the VIs successfully Run. However, one(1) of the VIs always shows its front panel (which I do not want tit to do).
I cannot figure out for the life of me WHY this 1 VI opens its front panel and the other 2 do not. The VI Properties/Window Appearance settings are the same for all 3 VIs.
Any ideas?
Solved! Go to Solution.
05-01-2010 07:28 AM
Is there some code inside the VI that opens the Front panel?
Ton
05-01-2010 07:51 AM
Thanks Ton. It's always the obvious things you don't think of.
The culprit VI is the only 1 running with the JKI state machine. Macro: Initialize it goes to state "UI: Front Panel State" and opens the front panel. I commented out //UI: Front Panel State >> Open from Macro: Initialize which worked.