03-27-2007 07:29 AM
03-27-2007 08:40 AM
03-27-2007 09:06 AM
Hi Wiebe,
Thanks for responding, I'm definitely wanting the sliders as controls.
In my application, I have a slider for setting a motor speed, so I set the scale and therefore the control to 10-100 rpm, the range for my motor. I then build my application and deploy it. But the end user can clicking on the 100 and changing it to 200rpm. So it's the scale not the slider I want to fix at compile time.
Thanks.
Derek
03-27-2007 09:28 AM
@Dereklogitech wrote:
So it's the scale not the slider I want to fix at compile time.
Thanks.
Derek
Hi Derek,
If U want the Scale, NOT the Slider, to be disabled, then that can done only programatically. There is no short-cut.
" Any object tends to take the shorest route possible between two points, which is always a STRAIGHT line necessarily. " - Newton.
So, we too ve to follow some straight procedure, instead of looking at short-cuts all the time...
03-27-2007 09:31 AM
03-27-2007 09:34 AM
"So, we too ve to follow some straight procedure, instead of looking at short-cuts all the time... "
Ah yes... but we're engineers and scientists and we're always looking for the shortcuts
Thanks for your response, Property node's it is then. Don't mind not takeing the short cut, but I hate wondering if there was one
Thanks again.
Derek
03-27-2007 10:52 AM - edited 03-27-2007 10:52 AM
Message Edited by altenbach on 03-27-2007 08:52 AM
03-28-2007 03:10 AM
03-28-2007 03:10 AM
03-28-2007 03:22 AM
My eventual solution was just to connect all the sliders property nodes together and make them false.
Thanks to all that responded.
D