LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control bounds

Hello All,

It seems that control "Bounds" property returns always bounds without influence of scroll slides position.
How can i know bounds of control relatively to upper-left window conner?
0 Kudos
Message 1 of 3
(2,710 Views)
Bounds coordinates are relative to a fixed point (origin) on the front panel. The position of this point relative to the window is given by the VI property FP.Origin. So use this origin position to calculate the control bounds relative to the window.


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 3
(2,710 Views)
Thanks, Jean-Pierre
0 Kudos
Message 3 of 3
(2,710 Views)