Ah yes...  This led me to discover the ToolTipManager class.  Its createToolTip() method can be used to arbitrarily create both regular and error tooltips.  Very handy.  On the down side, the class doesn't seem to offer up its tooltip placement algorithm.  Oh well.

On 2/1/06, Stephen Gilson <[EMAIL PROTECTED]> wrote:
From the validator doc:
 
The UIComponent class defines the errorString property that you can use to show a validation error for a component, without actually using a validator class. When you write a String value to the UIComponent.errorString property, Flex draws a red border around the component to indicate the validation error, and the String appears in a ToolTip as the validation error message when you move the mouse over the component, just as if a validator detected a validation error.

To clear the validation error, write an empty String, "", to the UIComponent.errorString property.
 
Stephen



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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to