Sounds like he may want to choose which corners are rounded, an area where
the framework is definitely lacking.

I always look to Degrafa for advanced CSS skinning like that.
Pick up the library here: http://code.google.com/p/degrafa/downloads/list

Then you can create a css style like this:

.roundedCornerStyle
{

    borderSkin:                 ClassReference("com.degrafa.skins.CSSSkin");
    border-top-right-radius:    4px;
    border-bottom-left-radius:  4px;
}

Then just apply that style to a component to get the rounded corners

<mx:Panel styleName="roundedCornerStyle" />



On Mon, Jul 14, 2008 at 6:17 PM, Alex Harui <[EMAIL PROTECTED]> wrote:

>    cornerRadius?
>
>
>  ------------------------------
>
> *From:* [email protected] [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Leonardo Moreno
> *Sent:* Monday, July 14, 2008 2:28 PM
> *To:* [email protected]
> *Subject:* [flexcoders] Quickie: Round some container's corners
>
>
>
> Hi
>
> I need to round just some corners of my containers, is there an easy way
> to achieve this?
>
> thanks in advance
> --
> Leonardo Moreno Guzmán
> Ingeniero de sistemas y telemática | Asesor soluciones informáticas
> *cell-phone:* 311-3390386
> *e-mail:* [EMAIL PROTECTED] <leonardo.moreno%40gmail.com>
> *site:* http://leo.logtar.com/profesional/
>
>  
>

Reply via email to