Re: Slider with the range selected by two selectors

Dietmar Schwertberger <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
On 28.10.2016 02:38, [email protected] wrote:
> I am looking for a solution for this question raised 
> at http://stackoverflow.com/questions/30770011/how-to-use-wx-slider-with-selrange*. 
> *Basically, a slider with the range selector by two selectors on the 
> left and right sides. See the picture below. If such slider widget is 
> not available yet, any suggestion on how to implement it?
It seems to me that SL_SELRANGE has only been implemented in the wx 
documentation...

As workaround, you may place two sliders above each other and link them 
together via software.
I did something similar before. In the application, if one of the 
sliders is moved, the other will follow if required, to keep the second 
value higher than the first one:

If you have only one with labels and ticks, it may look better.

Regards,

Dietmar

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.