LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the order for these decorations?

hello,
I want to programatically resize all the controls, indicators and decorations on the front panel.
 
I am getting the references of all the controls and indicators and able to resize them, as each n every control and indicator has a tabbing order set to it.
I am also getting the references of all the decoration used on the front panel but not able to get the order.
 
how to get the order for these decorations?
0 Kudos
Message 1 of 3
(2,730 Views)
The order of the decorations is the same as the back to front order. So you
can change it by bringing decorations to front, or sending them to the back.

It has been suggested many times that decorations should have labels as well
as controls, but at the moment there is no way to tell which reference
belongs to which decoration (besides position and order).

Regards,

Wiebe.


0 Kudos
Message 2 of 3
(2,713 Views)
thanx Wiebe
0 Kudos
Message 3 of 3
(2,711 Views)