LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Possible bug with SubPanels in LV7.1

There looks like a possible bug with the SubPanels in LV7.1.

If a VI contains two SubPanels, where each SubPanel contains a VI that has a
3D graph in it, then the 3D graph will only be visible in one of them (the
first one to be inserted into a SubPanel).

Using the Visibility property does not seem to correct this.

Anyone else had this problem?
0 Kudos
Message 1 of 3
(2,677 Views)
Are both your subpanels calling the same VI that contains the 3D graph, or are you using two separate VI's? If your subpanels are sharing the same sub-VI, then that sub-VI should be made re-entrant executable.
0 Kudos
Message 2 of 3
(2,677 Views)
No, each of the two subpanels calls a different VI. Try it!

"Satans Little Helper" wrote in message
news:50650000000500000090920100-1079395200000@exchange.ni.com...
> Are both your subpanels calling the same VI that contains the 3D
> graph, or are you using two separate VI's? If your subpanels are
> sharing the same sub-VI, then that sub-VI should be made re-entrant
> executable.
0 Kudos
Message 3 of 3
(2,677 Views)