キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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 件の賞賛
メッセージ1/2
2,694件の閲覧回数
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 件の賞賛
メッセージ2/2
2,694件の閲覧回数