Judah,

The Label can't have multi-line text, and that is multi-line text ;-)

Use Text if you want multi-line.

Peace, Mike

On 5/15/06, judah <[EMAIL PROTECTED]> wrote:
I saw a link to a known bugs page but I can't seem to find it now.

I don't know if this a bug in the htmlText property of the label
component. This doesn't show up for me.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute" fillColors="[#ffffff, #ffffff]">
    <mx:Label>
        <mx:htmlText>
            <![CDATA[
                Copyright 2006 A Bunch of Clowns
            ]]>
        </mx:htmlText>
    </mx:Label>
</mx:Application>

If I put the text all on one line, right after "CDATA[",  then it does
show up.

Judah

--
"Always bear in mind that your own resolution to succeed is more important than any one thing."

"You can have anything you want - if you want it badly enough. You can be anything you want to be, do anything you set out to accomplish if you hold to that desire with singleness of purpose."

- Abraham Lincoln



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS






--
What goes up, does come down.

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to