Slider Auto Position after Max is Changed

Slider Auto Position after Max is Changed


I currently have a set of 4 sliders and the "extra" that total up to a
specific number.
When one slider is changed it updates the Maxes for all the sliders
such that each max is the current value plus the "extra". This way the
extra can never be negative.
Everything works as expected, which is the problem. I need, or would
like, the handle for the sliders to move to its proper spot for the
value it has when the new max is set.
IE: Slider 1 is at value 3, 2 is 5, 3 is 2, 4 is 4, and extra is 10.
Slider 2 is then changed to 13, decreasing the maxes of sliders 1, 3,
and 4 by 8.
Slider 1 was at 30% prior, but now should be at 60%.
Anyway to do this?
-CodingCyb.org