Archie,
You were a great help to me for the pilot light additions.
Now I would like to create a control, similar to the Basicindicator, but that could change the color and message based on a value property.
The MultiStateSelector has a property called states to set it up. I've looked on the web, but can't seem to locate how I would go about implementing it on a new control.
My current need is for 5 "states" something like the following.
Value Color Message
0 Grey Pending
1 Cyan Testing
2 Green Pass
3 Red Fail
4 Yellow Abort
It feels like it should be fairly simple, but I'm sure there is a lot more too it.
Thanks for any help you can provide.
Rich