Re: [flexcoders] ErrorString and borderColor of controls not in sink

2013-06-03 Thread doug g
Have you tried calling either textArea.invalidateProperties() or textArea.invalidateDisplayList()? Im pretty sure that if you do that right after you set the error string, it will reset the border color Doug On Thu, May 30, 2013 at 12:03 PM, ilikeflex wrote: > ** > > > Hi > > When errorString

Re: [flexcoders] ErrorString and borderColor of controls not in sink

2013-05-31 Thread Alex Harui
>> Date: Thursday, May 30, 2013 9:03 AM To: "flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>" mailto:flexcoders@yahoogroups.com>> Subject: [flexcoders] ErrorString and borderColor of controls not in sink Hi When errorString of the component is any value(

[flexcoders] ErrorString and borderColor of controls not in sink

2013-05-30 Thread ilikeflex
Hi When errorString of the component is any value(ex 'Enter the value') then the borderColor of the component changes to 'red'. But when you make the errorString="" it does not change the borderColor of the component back for the first time. It change when the control lose focus. How can we