Hi guys,
Is it possible to change values of slider (current value and limits) via code from the Custom Component that slider is connected to?
Thanks,
Dmitriy
Hi guys,
Is it possible to change values of slider (current value and limits) via code from the Custom Component that slider is connected to?
Thanks,
Dmitriy
Yes. But you need to do it in a separate method other than SolveInstance
because any change will expire your component as well.
Thanks!
Will test it out.