{
import mx.controls.sliderClasses.SliderThumb;
public class LargeSliderThumb extends SliderThumb
{
public function LargeSliderThumb()
{
super();
this.width=3; //height = 3
this.height=20; // width = 20
// that was working fine for me.
Take a look at my blog posting example at: http://www.cynergysystems.com/blogs/page/andrewtrice?entry=customizing_slider_components.
There is an example how to change the size of the slider thumb and apply styled images on it.
-Andy
_____________________________________
Andrew Trice
Cynergy Systems, Inc.
Blog: http://www.cynergysystems.com/blogs/page/andrewtrice
Email: [EMAIL PROTECTED]
Office: 866-CYNERGY
From: [email protected] [mailto:[email protected]] On Behalf Of stevehousefl
Sent: Friday, August 18, 2006 2:07 PM
To: [email protected]
Subject: [flexcoders] Re: slider thumb and background image
Can you post how you attached the image?
Thanks,
Steve
--- In [email protected], "thiru vengadam" <[EMAIL PROTECTED]> wrote:
>
> Hi All
>
> I am new to flex, I like to know, how to add a image to the thumb
and adject
> the hight of it, i tried to attach a image for the thumb, its coming
but I
> can't control the thickness of the thumb, and I also want to include the
> image insteard of the line how to achive it.
>
> Regards
> Thiru
>
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___

