I can't reproduce the problem. The following app renders properly for
me.
- Gordon
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
[Bindable]
private var foo:String = "Foo";
</mx:Script>
<mx:Text width="125" height="50"
htmlText="{foo} <br><B>Client</B> {foo}
<br><B>UBS</B> {foo}"/>
</mx:Application>
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of ilikeflex
Sent: Tuesday, January 22, 2008 3:09 PM
To: [email protected]
Subject: [flexcoders] Re: text does not appear bold in mx:Text
Hi
I tried lower case 'b'also but it doesn't work.
How to solve this???
Thanks
Rajan
--- In [email protected] <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Try lower case 'b'
>
>
>
> ________________________________
>
> From: [email protected] <mailto:flexcoders%40yahoogroups.com>
[mailto:[email protected] <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of ilikeflex
> Sent: Tuesday, January 22, 2008 7:36 AM
> To: [email protected] <mailto:flexcoders%40yahoogroups.com>
> Subject: [flexcoders] text does not appear bold in mx:Text
>
>
>
> Hi All
>
> I am using mx:Text to display the messages but the message does
not
> appear bold.
>
> <mx:Text xmlns:mx="http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml>
> <http://www.adobe.com/2006/mxml <http://www.adobe.com/2006/mxml> > "
width="125"
> height="50"
> htmlText="{data['event-type']} <br>
> <B>Client</B> {data['client-contact']} <br>
> <B>UBS</B> {data['person']}"/>
>
> I know i am missing some thing.
> Your expertise is required.
>
> Thanks
> ilikeflex
>