Hi, I have a question about using Tooltips in flex 3.
When I have set the tooltip-property of a UIComponent to a string, I can set the porperty ToolTipManager.toolTipClass to any custom class I want to. If I use the ToolTipManager.createToolTip-method to create the Tooltip manually, I don't have the possibility to use a custom class. Setting the toolTipClass has no effect. I checked the mx.managers.ToolTipManagerImpl-class and found out, that in the createToolTip-method always the standard ToolTip-class is used. Is there any other solution to get custom classes working, than patching the ToolTipManagerImpl-class? Thanks John

