Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Combined total for multiple Sliders #58

Open
orion3dgames opened this issue Aug 7, 2014 · 2 comments
Open

Combined total for multiple Sliders #58

orion3dgames opened this issue Aug 7, 2014 · 2 comments
Milestone

Comments

@orion3dgames
Copy link

I'm trying to implement a page where there are 4 sliders, and I want to make it so the combined total of all 4 sliders will never go over 100.

Is this possible?

@drgould
Copy link
Contributor

drgould commented Sep 4, 2014

One way you could do this currently is update the ceiling values for the other three sliders when one is moved. The downside to that approach though is the knobs of the other sliders will appear to move as the slider range is changed.

I'm currently in the process of completely rewriting the slider. I'll keep this in mind and see if I can figure out a better solution.

@drgould drgould added this to the v1.0 milestone Sep 4, 2014
@orion3dgames
Copy link
Author

Yes, that's the way I'm doing it at the moment, but I'm quite happy with the results. Feels a little cluncky thought.
Thanks for your answer and plugin :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants