LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to move a boolean button in a cluster control

in a program, i have to a boolean button in cluster control , in diamond shape. while moving it must show its movement also as i try to display in an image, which is attached with post.....

 

Prashant Soni
LabVIEW Engineer
0 Kudos
Message 1 of 3
(2,726 Views)

I don't understand.  Can you attach your vi?

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 3
(2,696 Views)

To move the button programmatically, create a Property Node of the button you want to move. Use the Position property (set to read) to get the current (starting) position, then inside a loop, use another Position property node (set to write) to add or subtract from the Left and Top positions.

 

 

Richard






0 Kudos
Message 3 of 3
(2,687 Views)