06-15-2010 09:32 AM
Hi everyone,
Put a slider on the front panel with its numeric control displayed. And then try to modify the state of the slider and of the numeric control : deactivate one and activate the second . It looks like the states can be modified independantly. But that's not the case. The numeric control gets the state of the slider...
I tried to modify it programmatically with property nodes but once again in vain.
Is this a bug? If so, I don't understand why LV would allow users to modify properties of the numeric control if in any cases we have to create another (fully independent this time) numeric control.
Thanks for your answers!
Chris
Solved! Go to Solution.
06-15-2010 09:41 AM
superfunk wrote:Hi everyone,
Put a slider on the front panel with its numeric control displayed. And then try to modify the state of the slider and of the numeric control : deactivate one and activate the second . It looks like the states can be modified independantly. But that's not the case. The numeric control gets the state of the slider...
I tried to modify it programmatically with property nodes but once again in vain.
Is this a bug? If so, I don't understand why LV would allow users to modify properties of the numeric control
if in any cases we have to create another (fully independent this time) numeric control.
Thanks for your answers!
Chris
THe digital is a child of the slider and inherits the value from the slider as well as its enable disable state.
There is a case where setting the properties seperately are useful. If you customize the control, you can replace the digital with another type of indicator (a dial for example) where it is handy to be able to set its range and properties (like its ramp colors).
Ben
06-15-2010 09:44 AM
Chris,
I do not understand what you are asking.
A slider with its digital display is still just one control. If you create a property node for the digital display you can change its visibility. However if you make the entire control invisible you cannot make the digital display visible.
Lynn
06-15-2010 09:51 AM - edited 06-15-2010 09:54 AM
Thanks for the explanation!
Chris
@Johnsold: I was not talking about visibility but disable/enable state. If you click on the numeric control, you can access this property but it doesn't work independently of the slider.