Hi Andrew Trice, steve
 
Thanks for your info, I to visited this site, and changed the size of my attached image, there
was also a interesting thing, the image I attached has more width and less height, I tried to give width as 20, and height as 10, but I got a result as a rectangle image,
 
after many tried I found out that
 
package components
{
 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.




 
On 8/18/06, Andrew Trice <[EMAIL PROTECTED]> wrote:

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.

http://www.cynergysystems.com

 

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





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to