thanks guys just downloading it right now :) cheers :) firdosh
On 2/25/07, Doug McCune <[EMAIL PROTECTED]> wrote:
I was writing the same thing when I saw Brendan's reply. I'll be releasing an updated version of mine to correct a few bugs (mainly to allow the same functionality if you have more than 2 slider thumbs, to show all datatips at once, and to correct a change event dispatching bug). But the version on the exchange might be enough for you now. Doug On 2/25/07, Brendan Meutzner <[EMAIL PROTECTED]> wrote: > > Firdosh, > > Check out the Adobe Flex Exchange... http://www.adobe.com/cfusion/exchange/index.cfm?view=sn610 > > > Both Doug McCune and myself have created versions of this and posted > there. > > > Brendan > > -- > Brendan Meutzner > Stretch Media - RIA Adobe Flex Development > [EMAIL PROTECTED] > http://www.stretchmedia.ca > > On 2/25/07, Firdosh Tangri < [EMAIL PROTECTED]> wrote: > > > > Hey all, > > I am trying to create a DoubleHSlider component which > > will have two thumbs to drag so the user can select a certain part of the > > trackHighlight > > something like the google finance charts does http://finance.google.com/finance?q=aapl&btnG=Search&hl=en, > > <http://finance.google.com/finance?q=aapl&btnG=Search&hl=en> > > > > So I took a look at the source code for the Slider class and figured > > out that there is a private method called createThumbs which basically > > creates the > > SliderThumb object, and gets called by commitProperties. > > > > Now since the method is private I cant override it so I can add > > another sliderThumb to it. > > > > What would be the best way to go about it ?? > > > > thanks > > cheers :) > > firdosh > > > > > > > <http://www.stretchmedia.ca> >
