ToolTipManager is designed to work on UIComponents, not Sprites. (Sprites don't have a toolTip property.) So add a UIComponent instead. - Gordon
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Monday, July 23, 2007 1:43 PM To: [email protected] Subject: [flexcomponents] Tooltip on a sprite I'm creating a simple class that extends UIComponent. I'm adding a sprite to it. That works fine. I want a tooltip when I mouse over that sprite. sounds simple...but I'm stuck :(.
