Re: [flexcoders] How can I show validation error message with ActionScript progrmming?

2005-05-13 Thread Manish Jethani
On 5/12/05, michael keirnan [EMAIL PROTECTED] wrote: the errorString property of UIComponent causes the red borders and rollover error tip. errorString is set by the default validation listener when it gets errors. You can just bind to errorString. See this example: ?xml version=1.0

[flexcoders] How can I show validation error message with ActionScript progrmming?

2005-05-12 Thread cto
Hi~ I want to show a validation error messgae with ActionScript. I general, if there is invalid data in form with validator, user can see the error message(ErrorTip) when he rollover the formItem. But, my customer want to show this error message without mouse rollOver. Do you have

Re: [flexcoders] How can I show validation error message with ActionScript progrmming?

2005-05-12 Thread michael keirnan
the errorString property of UIComponent causes the red borders and rollover error tip. errorString is set by the default validation listener when it gets errors. so you'll need to do something like this: - write a validation listener that does not set errorString, but instead presents the