Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I could not find related topic in this forum for my question. Need help in customizing steps in Slider object.
I have a slider object, in which I have used a variable with Min Value as 0 and Max Value as 100,000,000. Static step as 1. Slider is considering some random steps when dragging / clicking the arrow like in thousands.
Expectation: I need the steps to be increased by 1, whether by clicking on the right side arrow of slider / dragging the slider bar in the object.
Ex: if I am on 50,000, next value should be 50,001
Thanks in advance!
What about handling inputs as disconnected data islands? Not very practical for your case where you have 100,000,000 values. On the other hand, maybe even that isn't so bad. Let me try it... no, it took almost a minute to load and the file is 132 MB. Probably not practical. But if the inputs are more limited than that, with only specific values allowed, maybe you could handle them as selections. They can still type in the value in the search box.
Thanks for your reply John! This solution may not be feasible as all the inputs will be truly random and user dependent.
Thanks!