Hi Rimi, I also faced this issue once. This can be resolved by using TooltipManager. You can change X and Y position of tooltip by using the following method
ToolTipManager.currentToolTip.x = XPos; ToolTipManager.currentToolTip.y = YPos; Hope this helps. On 16 February 2012 12:27, Rimi <[email protected]> wrote: > Hi Everyone, > > I got struck with tooltip position as well as style. I used string > validator to perform validation. Errors are coming right hand side by > default. I want to change it on top of the text field. but i just want > it to perform with every tooltip not with any specific one. > > Please help... > > Regards, > Rimi > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- *Thanks* *Gagan Deep* -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

