Hi all,
Like this just crossed my mind that a number slider should have an input say for example list length or count that can determine a domain for the slider.
I don’t know if that’s even possible
Thanks
@DavidRutten
-Aditya J
Architect
Hi all,
Like this just crossed my mind that a number slider should have an input say for example list length or count that can determine a domain for the slider.
I don’t know if that’s even possible
Thanks
@DavidRutten
-Aditya J
Architect
I believe @adityajain30120 asks for having two inputs that you can hook up wires to and determine the min and max values of the domain of a slider.
I have been asking about this for years.
I ended up creating one of my own with GhPython which performance is bad as each component has to read/write values from the sticky dictionary then modify the min and max of a selected slider expiring these components.
It’s a buggy process because slider breaks very easy if you’re not careful what its current number value is when changing the domain.
I believe with c# you can make all this much better (not csharp script, an actual compiled component) but I still hate c# now as I did back when I first requested this
Maybe it could have that - preferably inside some ZUI, so it doesn’t show when it is not needed.
Right now you can achieve that with MetaHopper plugin.
Hi @603419608,
I am doing pretty much the same thing, but…
And you’ll see the issue that forced me to use sticky.
Then after resolving the problem with sticky, try to hook that chain of sliders that define this chain of values to Galapagos. And see sliders getting broken.