[flexcoders] Re: Flex 4 Spark HSlider ThumbSkin with ellipses?

2010-06-01 Thread turdontherun
And of course no sooner that I post that I start to comprehend and find the 
right track.  The rects have radiusX and radiusY set and so if your thumb 
(button) is the correct size, it will appear circular.  That and looking at 
styles like fixedThumbSize:true;.  I think I am on the right track now...

--- In flexcoders@yahoogroups.com, "turdontherun"  wrote:
>
> Hi.  I am having trouble locating the HSlider Skin classes (for Flex 4 Spark 
> component) that use an ellipse for the thumb.  All the classes I find in the 
> SDK source seem to be using rects? Am I delusional? Anyone have any ideas 
> where the source for this is?  (I am trying to create a derivative skin and 
> the HSlider skins are where I want to start from...however, the source for 
> the skins that I can find don't look like what I am seeing in a compiled app.)
> 
> Thanks,
> 
> -Kyle
>




[flexcoders] Flex 4 Spark HSlider ThumbSkin with ellipses?

2010-06-01 Thread turdontherun
Hi.  I am having trouble locating the HSlider Skin classes (for Flex 4 Spark 
component) that use an ellipse for the thumb.  All the classes I find in the 
SDK source seem to be using rects? Am I delusional? Anyone have any ideas where 
the source for this is?  (I am trying to create a derivative skin and the 
HSlider skins are where I want to start from...however, the source for the 
skins that I can find don't look like what I am seeing in a compiled app.)

Thanks,

-Kyle