Very interesting approach and I guess I should give it a shot. However, what
if I want to have multiple track highlights in one HSlider. e.g. a track
highlight for  b/w 10 - 20 and other track highlight for 30 - 40 so forth.
Add more HSlider for each highlight segment? Can we implement this
progmatically?

On 2/24/07, Doug McCune <[EMAIL PROTECTED]> wrote:

  My initial reaction is to suggest using two HSliders, one overlaid
directly on top of the other. For the bottom one, set the skin for the thumb
to draw nothing, so the thumbs won't appear. For the top one set the skin
for the track to a skin that draws nothing. So what you would end up seeing
is the track of the bottom slider but the thumb of the top slider. Then you
just set the bottom slider to have a thumbcount of 2, the top slider has a
thumbcount of 1, and when they drop the top slider it sets the values of the
bottom slider. Hopefully that makes sense.

Doug


On 2/24/07, ad9798 <[EMAIL PROTECTED]> wrote:
>
>   I am trying to highlight multiple segments from a HSlider without
> multiple thumbs.
>
> For example, I drag the thumb to a certain position on the slider to
> mark and then drag it again to the other place to mark again. After
> second mark, the segment between two marks is highlighted.
>
> Has anybody done this? or knows how to do this?
> Much appreciated.
>
>

Reply via email to