create skin class for buttonbarbutton ..then add corner radius value in
border rect of skin class...

<s:ButtonBarButton skinClass="skin.buttonbbtn" x="329" y="195" width="178"
height="65" label="Sample button"/>

<s:Rect id="border" left="0" right="0" top="0" bottom="0" width="69"
height="20" bottomLeftRadiusX="10" bottomRightRadiusX="10"
bottomLeftRadiusY="10" bottomRightRadiusY="10">


Cheers,
Duva

On Mon, Jan 17, 2011 at 11:09 PM, Raju Khinda <[email protected]> wrote:

> Create Skin with
> HostComponent("spark.components.ButtonBarButton")
>
> and create a rectangle(s:Rect) with radiusX="value" and radiusY=""
>
>
>
>
>
>
> On Mon, Jan 17, 2011 at 8:42 PM, nav <[email protected]> wrote:
>
>> Hi Friends,
>>
>> I have a need to have rounded corners just for the bottom corners of a
>> button bar in flex 4.0.
>>
>> Can anybody help me out with a sample code snippet which can help me
>> selectively apply rounded corners on the buttonbarbutton just for the
>> bottom two corners each of the button in a button bar.
>>
>> Thanks in advance for the help.
>>
>> Cheers,
>> Naveen
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Flex India Community" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<flex_india%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to