@d-healey said in Why is ScriptSlider.setValue() not working here?:
@Orvillain I might not be following 100% here but if you're setting the value of a control with setValue() it won't actually trigger the control to do its thing. For that you need to call .changed() after setting the value.
Bah! Okay, this is not a bug then. Just my unfamiliarity. This fixed it. Cheers!