LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to move a numeric display

Id like to know if there any way to move a numeric indicator/(or similar) around the screen to different x,y co-ordinates whilst the program is running,
labview 6.1, window 2000 and xp
0 Kudos
Message 1 of 4
(2,663 Views)
Hi Raven,
you should use the property Position to set control position progammatically referred to pixel screen resolution (top left corner 0,0 coordinates).
See example.
Alberto
0 Kudos
Message 2 of 4
(2,663 Views)
Yeah thanks everso much that seems to have done the trick 🙂
0 Kudos
Message 3 of 4
(2,663 Views)
Here's an example written in the older 6.0.2 version for those that can't open alberto's excellent example. I'm assuming it's excellent, I can't open it. 🙂
Richard






0 Kudos
Message 4 of 4
(2,663 Views)