How can I change the range of a slider in runtime in code for TouchGFX?
Hi,
I have two sliders that I want dependent on one another. Slider1 has a minimum value of 0 and Slider2 has a maximum value of 50. How can I make it so that the maximum value for Slider1 is never greater than the minimum value for Slider2? I.e. if I move Slider2 to 28, then the Slider1 range changes to 0-27. Please let me know if this is doable. Thank you for your help in advance.
