thanks for the advice. it does look like a bug.

your suggestion nearly works for me except i dont want all the 
corners to be rounded (only the right hand side)

focusRoundedCorners="tr br" has the right idea but whats the point 
if it doesn't match the shape of the textinput/textarea

try this
<mx:TextArea cornerRadius="10" focusRoundedCorners="tr br" 
height="22" />

or

<mx:TextInput cornerRadius="10" focusRoundedCorners="tr br"/>

regrds
bod




--- In flexcoders@yahoogroups.com, "Adam Royle" <[EMAIL PROTECTED]> wrote:
>
> I experienced the same issue. I think there is a bug which 
prevents the 
> TextField from having "roundedCorners". You can, however, use (or 
extend) 
> TextArea and make the height 22 pixels (and prevent newlines being 
created, 
> etc), however I'm not sure any flex purists would encourage 
that... maybe 
> just wait until the bug is fixed and use external CSS to style the 
elements.
> 
> BTW, not sure if anyone has filed it as a bug or not.
> 
> Cheers,
> Adam
> ----- Original Message ----- 
> From: "bhaq1972" <[EMAIL PROTECTED]>
> To: <flexcoders@yahoogroups.com>
> Sent: Tuesday, September 05, 2006 11:59 PM
> Subject: [flexcoders] Re: flex2 final - TextInput 
focusRoundedCorners
> 
> 
> >i think i need to rephrase my question
> > how can i create a textinput where the bottom -right and top-
right
> > corners are rounded
> > thanks
> >
> >
> > --- In flexcoders@yahoogroups.com, "bhaq1972" <mbhaque@> wrote:
> >>
> >> How do i apply the focusRoundedCorners effect during normal 
display
> >> (and not just when i'm focusing on the textinput)
> >>
> >> <mx:TextInput text="0123" cornerRadius="10" 
focusRoundedCorners="tr
> >> br"/>
> >>
> >> any ideas?
> >>
> >
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to