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:
When I capture boolean mouse down event nothing happens:
What I am doing wrong??
In the mouse down event, try modifying the action cluster with a true for "Data Changed?"
See picture.
