LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reordering Controls Take 2

In Labview you are able to place controls in front or behind one another by
using the 'Move forward' 'Move Backward' 'Move to front' and 'Move to back'.
I would like to do this programmatically if possible. Any
sort of solution or suggestion would be great but if it is not possible please
let me know also so i can move on.

Thanks Diarm
0 Kudos
Message 1 of 3
(3,499 Views)
I'm not sure about reordering, but you can use the "visible"
attribute hide all the controls except the one "on top".



* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
0 Kudos
Message 2 of 3
(3,499 Views)
> In Labview you are able to place controls in front or behind one another by
> using the 'Move forward' 'Move Backward' 'Move to front' and 'Move to back'.
> I would like to do this programmatically if possible. Any
> sort of solution or suggestion would be great but if it is not possible please
> let me know also so i can move on.

At this time there is no way to do this programmatically. As others
have pointed out,
there are other things you can do to controls. If you describe what
display you are trying to make, there are likely other ways to
accomplish it.

Greg McKaskle
0 Kudos
Message 3 of 3
(3,499 Views)