FYI, toolTipClass has some issues, not sure if this has been fixed in a newer SDK build, but you can read about the problem and a monkey-patch solution here: http://www.returnundefined.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass
On Tue, Sep 2, 2008 at 10:28 AM, Alex Harui <[EMAIL PROTECTED]> wrote: > Subclass ToolTip, make the appropriate changes, then change > ToolTipManager.toolTipClass or catch TOOL_TIP_CREATE event and supply the > tooltip there. > > > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *deepa_pathuri > *Sent:* Monday, September 01, 2008 11:09 PM > *To:* [email protected] > *Subject:* [flexcoders] Custom Tool Tip > > > > can some body help me with creating a custom tool tip. > > >

