Hi,
In beta 7, the scriptDialog SliderControl, initial value when set to 0 is not respected by the actual slider UI element in the dialog UI.Instead, the slider UI element is initially set to its maximum value of 50! For example:
scriptDialog.AddRangeControl( "DPXSoftClipBox", "SliderControl", 0, 0, 50, 0, 1, GroupBoxSliderControlWidth, -1 )
The first “0” in this example is ignored by the slider UI.
Mike