/**************************************************/
class ToolTipAS extends mx.controls.ToolTip
{
static var symbolName:String = "mx.controls.ToolTip";
static var symbolOwner:Object = ToolTipAS;
/**************************************************/
What happens in the original toolTip is this:
createLabel("label", 1);
and later on in "set text"
label.text =t;
Now what I want is not to set Text but htmlText.
I tried:
label.html = true;
label.htmlText = t;
For testin I used "<b>bold</b>"
But the tooltip is only showing ...."bold".But the text is not bold
and the html-tags are gone.....
weird huhu.. can anybody help me with this one...
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

