LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

steer panels with some buttons?

Hello everybody,

I would like to steer with some buttons the appearance of some sub-panels, where one is above the other.

When I push for example "Button_1" the "panel_for_Button_1" is at top.
When I push for example "Button_2" the "panel_for_Button_2" is at top. ...

How can I steer the panels to get one the uppest? Or is that not possible?

thx for answering
0 Kudos
Message 1 of 2
(2,309 Views)
what you could do is use the subpanels in a tab control with the page selector turned off. then you could use some boolean logic and a case structure to show the page with the subpanel you want on top.

this may work correctly But I have never tried it.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 2
(2,302 Views)