03-27-2013 07:48 AM
Hi,
in my program I use sub-VIs where I disabled show front panel when called in the sub-vi node set-up. However, the FP becomes shortly visible (in the executable) when the sub-vi is called. Is there a way to prevent this? Since the sub-vi is also called with show front panel enabled at another instance, I can not remove the front panel in the build script.
thanks
Sylvester
Solved! Go to Solution.
03-27-2013 09:08 AM
03-27-2013 09:15 AM
well, but I want the front panel of the sub-vi to appear at another location of the main VI?
03-27-2013 09:24 AM
Hi sylvester,
quick workaround:
- save the subVI with frontpanel included, but set to "don't show at call"
- make a boolean input for the subVI and use that to decide on opening the FP (or not) using a property or method of the subVI...
03-27-2013 09:52 AM
@sylvester wrote:
well, but I want the front panel of the sub-vi to appear at another location of the main VI?
In cases where the subvi front panel is to appear just use the subVI Node setup ont he caller's block diagram and check "Show Front Panel when Called" for that instant, and it overrides the subVI's own setting. Ensure "Close aferwards" is also checked to make sure it doesn't stay open.