errorColor only works when errorString is defined, and if the
errorString is defined I get a tooltip that I don't want.

The Glow could be a solution ... I don't know why I have to do a
workaround. Why doesn't the textinput.setStyle("themeColor",
"0xFF0000") work?

thanks

--- In [email protected], "Fotis Chatzinikos"
<[EMAIL PROTECTED]> wrote:
>
> A possibly better solution via a glow filter:
> 
>             <mx:TextInput text="test">
>                 <mx:filters>
>                     <mx:GlowFilter blurX='6' blurY='6'
>                           alpha='1' color='#ff0000'
>                           knockout='false' quality='1'
>                           strength='25' inner='false'/>
>                 </mx:filters>
>             </mx:TextInput>
> 
> 
> On Fri, Nov 28, 2008 at 12:44 AM, Fotis Chatzinikos <
> [EMAIL PROTECTED]> wrote:
> 
> > Hi,
> >
> > did you try errorColor? Have not used it but its there...
> >
> > As for the tooltip you can try errorString " " (a space character)
> >
> >
> > On Thu, Nov 27, 2008 at 3:44 PM, what3v3r82 <[EMAIL PROTECTED]>wrote:
> >
> >>   yes, but the tricky part is that I don't want to have the tooltips
> >> appear. I have my own custom tooltips that work in a different way.
> >>
> >>  
> >>
> >
> >
> >
> > --
> > Fotis Chatzinikos, Ph.D.
> > Founder,
> > Phinnovation
> > [EMAIL PROTECTED],
> >
> 
> 
> 
> -- 
> Fotis Chatzinikos, Ph.D.
> Founder,
> Phinnovation
> [EMAIL PROTECTED],
>


Reply via email to