[flexcoders] UIComponenet errorString Question

2008-07-05 Thread parjan
setting the someComponent.errorString = ; also makes the border turn black 
and solid.  It loses it's inset style, even when the css reads: TextInput 
{borderStyle:inset}

can one tell me how to resolve this problem. i want my TextInput to its 
original state to black border around it
thanks in advance


RE: [flexcoders] UIComponenet errorString Question

2008-07-05 Thread Alex Harui
Try setting the errorString much later, like after it has been created
and rendered once

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Saturday, July 05, 2008 9:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] UIComponenet errorString Question

 

setting the someComponent.errorString = ; also makes the border turn
black and solid. It loses it's inset style, even when the css reads:
TextInput {borderStyle:inset}

can one tell me how to resolve this problem. i want my TextInput to its
original state to black border around it
thanks in advance