My flex app has various Custom components. I want the tooltips for all of them to show at the top-right corner.
Is there a Application setting that I can do this with? Or do I have to do this at the component level.
Either ways, how will it be done?
My flex app has various Custom components. I want the tooltips for all of
Share
The ToolTipManager.createToolTip function accepts the position (x and y coordinates) of the tooltip along with the message to display. You’ll need to calculate the position of the top-right corner of the components relative to their position within their parent component. For example: