[flexcoders] Positioning error tips when using Validators

2008-04-06 Thread Dave Glasser
I have some TextInputs along the right side of the stage, and the error tips 
popped up by the Validators are clipped off the right side. Is there any way to 
make them appear to the left of the TextInputs?




RE: [flexcoders] Positioning error tips when using Validators

2008-04-06 Thread Alex Harui
Tooltips/errortips have code that tries to detect that the tip would be
clipped by the stage boundary and adjust the position accordingly.

 

If you want to override that behavior, the TOOLTIP_SHOW event gives you
the opportunity to move the tooltip.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Glasser
Sent: Sunday, April 06, 2008 6:11 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Positioning error tips when using Validators

 

I have some TextInputs along the right side of the stage, and the error
tips popped up by the Validators are clipped off the right side. Is
there any way to make them appear to the left of the TextInputs?