Re: [flexcoders] Multiple TrackHighLight for a slider without thumbs

2007-02-27 Thread Young Kim
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

Re: [flexcoders] Multiple TrackHighLight for a slider without thumbs

2007-02-26 Thread Doug McCune
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

[flexcoders] Multiple TrackHighLight for a slider without thumbs

2007-02-24 Thread ad9798
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