LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change picture position if some event exist?

Hi,

For example... I would like to move my picture 10 pixels left when i prees some button. And next question... I would like to change visibility: if EVENT_LEFT_CLICK then I want to see my picture when EVENT_RIGHT_CLICK then I don't wanna see my picture. Please help:)

Thanks.

0 Kudos
Message 1 of 3
(2,947 Views)

You should examine the SetCtrlAttribute() function, in conjunction with the ATTR_LEFT and ATTR_VISIBLE attributes. I'm sure this will point you in the right direction.

 

JR

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

Thanks!:)

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