Hi all,

The HSlider allows me to drag the thumb freely along the track,
between points A and B ( minimum and maximum attributes):

A-------------V---------------------------------------B

I now need a slider that allows me to set limits, so that the thumb is
now restricted to the range between C and D.

A-------C----------V------------------D-------------B

I also need to be able to paint each segment of the track with a
different color. For instance:

AC = red
CV = blue
VD = light blue
DB = yellow

Finally, I need to be able to set the limits [A,B] dynamically at runtime.

Now, there are two options. Create a component from scratch ( not
trivial, I am already into and ticks, drags, snapping are quite
complex ) or extend the HSlider, which is hard since I can't find the
source code.

I managed to have it accept 3 thumbs by overriding the thumbCount
setter/getter ( which I use for points C, V, D ). However, I still
need the component to:
- accept different track colors for each segment
- accept different thumbClasses for each individual class ( I dont
want the limits to be thumbs )
- be able to fix a thumb so it cannot be dragged ( limits should not
be dragged )

any ideas??

Thanks,
Aldo

-- 
::::: Aldo Bucchi :::::
mobile (56) 8 429 8300


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to