04-22-2008 11:56 AM - edited 04-22-2008 11:58 AM
04-22-2008 11:57 AM
04-22-2008 12:03 PM
04-22-2008 12:09 PM
You can superimpose the indicators (one on top of the other). As long as they are the same size for esthetics reasons.
You then use the property node to make it visible / invisible (Visible = TRUE makes it visible, FALSE makes it invisible).
You can set the boolean when the selection is made with the control. Simply make sure that you do not have two TRUE conditions (or 2 FALSE). 😉
You can have customized text for the caption, as a matter of fact, you can programmatically change the caption (not the indicator name - for obvious reasons).
The caption can be changed using the same property node.
Hope this helps,
RayR
04-22-2008 12:10 PM
04-22-2008 12:13 PM - edited 04-22-2008 12:14 PM
From what I can gather, you have three separate controllers, and you want an indicator for only one of them at a time? Why not just show all three at all times? It seems like it would be safer, and it would certainly be less hassle. However, if you really want to make only one control visible, you need to use the "visible" property
edit - Ray, you're too fast!
04-22-2008 12:17 PM
04-22-2008 01:15 PM
04-22-2008 03:22 PM
Can you post an image of what you are describing? I'm not sure I followed what you wanted to do with the slider & knob..
The image can be a screen capture. You can write / draw on it using MS-Paint.
RayR