[flexcoders] Re: Using a different image for a slider (not thumb, but the slider itself)

2008-09-07 Thread Tim Hoff
Very cool Jo, My hope is that you pay it forward. -TH --- In flexcoders@yahoogroups.com, "Jo Morano" <[EMAIL PROTECTED]> wrote: > > Thanks Tim Hoff and Josh Tynjala. That was it! > > On Sun, Sep 7, 2008 at 9:32 AM, Tim Hoff <[EMAIL PROTECTED]> wrote: > > > Hi Jo, > > > > The slider has two

Re: [flexcoders] Re: Using a different image for a slider (not thumb, but the slider itself)

2008-09-07 Thread Jo Morano
Thanks Tim Hoff and Josh Tynjala. That was it! On Sun, Sep 7, 2008 at 9:32 AM, Tim Hoff <[EMAIL PROTECTED]> wrote: > 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_thu

[flexcoders] Re: Using a different image for a slider (not thumb, but the slider itself)

2008-09-07 Thread Tim Hoff
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

[flexcoders] Re: Using a different image for a slider (not thumb, but the slider itself)

2008-09-07 Thread Jo Morano
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: >