LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with multiple tab controls

I have two serial devices that I am controlling. One device will be acquiring data from x number of transducers. The other device will cycle through y number of channels and acquire data. I have put graphs of the data from each device in separate tab controls. I have a boolean that controls which tab control is visible. However, the graph in the tab control that is not visible still partially appears. I am using LabVIEW version 6.0.2. Anybody know of any fixes.
0 Kudos
Message 1 of 2
(2,299 Views)
Hi

Try to make a property node (visible) of this Chart. Connect the boolean control which says which tab is visible with a case structure and in the different cases you place the property node "visible" of your Chart. Now you can say when the chart should be visible or not. That is not a fix but a workaround!!!
Regards,
Luca
0 Kudos
Message 2 of 2
(2,299 Views)