LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using subpanel

i have a subpanel,
is there a way to make it so that if my program STOP running, the subpanel would not disappear from frontpanel?
if possible, can someone show me how to do that?
thanks in advance

Best regards,
Krispiekream
0 Kudos
Message 1 of 4
(3,149 Views)

You could do this by embedding the subpanel in an XControl. This will work, because XControls are always running (maybe active is a better word), even when the VI hosting them goes idle.

 
Jarrod S.
National Instruments
Message 2 of 4
(3,137 Views)
I have a subpanel on the Front panel of my main app. I've set the VI I'm calling to "not show" the scroll bars. I can't find a property node or invoke node that will remove the scroll bars from the subpanel. How can I get rid of them?
0 Kudos
Message 3 of 4
(3,002 Views)

Those properties got moved with V8.0. They are now associated with the VI you are putting in the subpanel.

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 4
(2,988 Views)