how to combine #2
Posted: Wed Dec 25, 2013 3:32 pm
How to combine these two ruby concepts?
I mean - first part is dynamic, change per click and so on.
I'd iile to add static part, that is executed only once (when input value changes). That second paart is here to translate single floats into arrays, to provide min/max values somewhere else.
I tried to paste two additional lines in various places, but it seems not to work. I don't know how to wire/enclose these additional i/o in existing ruby setup.
I mean - first part is dynamic, change per click and so on.
I'd iile to add static part, that is executed only once (when input value changes). That second paart is here to translate single floats into arrays, to provide min/max values somewhere else.
I tried to paste two additional lines in various places, but it seems not to work. I don't know how to wire/enclose these additional i/o in existing ruby setup.