I finally got the "Curvature" slider to display correctly, but there is no binding of changing values.
Still need to BIND the Slider Curvature value "nValue" to "value", (like Twist Slider "easein" to "value"), without using a factory input,
(like "moi.ui.bindUIToInput( 'easein', 'value', factory.getInput(5) );").
Based upon May 2010 post with Dave Morril and Trim, Michael said:
"Also I (Michael) should mention that there are a few of varieties of binders, there is one that goes on HTML elements in the UI, which are set up with a bindingx="" attribute."
My question is: How to bind a slider value name (like Twist "easein") to its changing slider 'value'?
Edit found : bindUIToInput string uIElementId,
string uIElementProperty,
GeometryFactoryInput input
also found: bindPropertyChangeFunc object object,
string propName,
object func
and bind object pdispTarget,
string targetProperty,
object pdispSource,
string sourceProperty,
boolean twoWay
|