10-20-2008 09:57 AM
I have a cluster that has three boolean indicators in it. I would like to have an initial state (color) they are in at the beginning of my test. Is there a way to set color properties of a boolean indicator that is inside a cluster? Thanks in advance for any help.
Troy
Solved! Go to Solution.
10-20-2008 10:07 AM - edited 10-20-2008 10:08 AM
Hi, Troy,
Sure, you can. Just open Tools Palette, select Brush, then right click on the desired boolean, and select the color:

Andrey.
10-20-2008 10:07 AM
Hi Troy,
I just created a simple application in which I can change the color of one of my boolean indicators on the fly. You'll find it attached to this message.
It's quite simple to do:
When you've created both clusters in the front panel, right click on the indicator you want to change the color of.
Select the option "Create"
And than select the option "Property Node"
Now you can ad whatever property to the boolean indicator you want.
Hope this will help you any further with your program!
Best regards,
Peter S
10-20-2008 10:26 AM
Thanks for the replies. I know how to change the colors in edit mode. I was thinking is there was a way within the cluster control to do it that would be preferred. I can do it this way though as I have done in the past.
Troy