Hi Jo,

The slider has two parts; the track and the thumb.  You can skin
either/both of those:

HSlider
{
      thumbDownSkin: Embed(source="assets/images/slider_thumb_over.png");
      thumbUpSkin: Embed(source="assets/images/slider_thumb_up.png");
      thumbOverSkin: Embed(source="assets/images/slider_thumb_over.png");
      trackSkin: Embed(source="assets/images/slider_track.png",
           scaleGridTop="9", scaleGridBottom="12", scaleGridLeft="20",
scaleGridRight="200");
}

-TH

--- In [email protected], "Jo Morano" <[EMAIL PROTECTED]> wrote:
>
> Well the icon actually becomes the thumb skin so that's why it was
behaving
> the way it did. I still have the unanswered question though, how to
replace
> the slider itself with a thicker shaded line (basically use my own
png).
>
> On Sun, Sep 7, 2008 at 12:09 AM, Jo Morano [EMAIL PROTECTED] wrote:
>
> > Hi!
> >
> > I want to use a slightly better looking image for the slider instead
of the
> > standard (I'm not talking about the thumb, though I'll be changing
that
> > too). I couldn't find any way to do it! I used setStyle("icon",
> > this["mySliderIcon"]) as I'd do for buttons, and I did see my image
but I
> > also saw the original slider image and my image was a bit off to the
left.
> >
> > What's the best way to replace the slider's image?
> >
> > Regards
> >
>


Reply via email to