LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simple boolean xcontroll

Hello,

I am having some serious problems with Xcontroll creation. I need to combine boolean with enum. Control needs to look like boolean aut input is enum value and I need to set different controll colors for enum value when I write to controll or I click on boolean like that:

Default value is Free and boolean controll is white.

When mouse click event happens on boolean output shoud be Busy and boolean color is Orange

next mouse click after that changes busy to very busy and boolean controll to red color

and so on

 

So when I write something to controll data change event happens and boolean control changes without problem:

1.png

 

When I capture boolean mouse down event nothing happens:

 

2.png

 

 

What I am doing wrong??

0 Kudos
Message 1 of 4
(3,168 Views)

Could you attach the actual code instead? Thanks.

0 Kudos
Message 2 of 4
(3,156 Views)

Here it is. Smiley HappyThere is not much more inside than on the screens.

0 Kudos
Message 3 of 4
(3,132 Views)

In the mouse down event, try modifying the action cluster with a true for "Data Changed?"

 

See picture.

 

0 Kudos
Message 4 of 4
(3,121 Views)