Hello,
In wxPython.Slider documentation I have seen that has wx.SL_SELRANGE style to be able to select a range of values on the Slider. I assumed that then there will be two sliders on the same axis to select the range, but when I tried it, there is still only one, and no other ways that I could think of (holding ctrl, shift, right mouse click etc.) did select a range of values. Anyone has an idea how it works?
Thanks
BTW: this question is also asked here, without an answer
http://stackoverflow.com/questions/30770011/how-to-use-wx-slider-with-selrange
I ended up with a custom implementation for this, where the left click on the slider area sets the left border of the range, right click sets the right border. The code is in the linked stackoverflow question.
ยทยทยท
Am Montag, 1. Februar 2016 18:01:03 UTC schrieb Rashid Bakirov:
Hello,
In wxPython.Slider documentation I have seen that has wx.SL_SELRANGE style to be able to select a range of values on the Slider. I assumed that then there will be two sliders on the same axis to select the range, but when I tried it, there is still only one, and no other ways that I could think of (holding ctrl, shift, right mouse click etc.) did select a range of values. Anyone has an idea how it works?
Thanks
BTW: this question is also asked here, without an answer
http://stackoverflow.com/questions/30770011/how-to-use-wx-slider-with-selrange