06-30-2010 06:18 AM
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.....
06-30-2010 08:09 AM
I don't understand. Can you attach your vi?
06-30-2010 08:25 AM
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.