Hi
I have an jqxSlider defined as rangeSlider that has to change its min and max range dynamically on certain events.
But if I redefine the ranges to some higher values, the system throws an “allocation size overflow”.
Example:
https://jsfiddle.net/f7ygep5k/2/
So the question is:
Whats the best practice to change a sliders range with high values?
I also tried to call the “destroy method” first and then rebuild the slider completely. But thats not a good solution I think, due the the code for creating the new slider has “manually” to wait for the “destroy” to be finished as there is no callback/promise possible.