[flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread ilikeflex
]
 private var foo:String = Foo;
 /mx:Script
 
 mx:Text width=125 height=50 
  htmlText={foo} lt;brgt;lt;Bgt;Clientlt;/Bgt; 
{foo}
 lt;brgt;lt;Bgt;UBSlt;/Bgt; {foo}/
 
 /mx:Application
 
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of ilikeflex
 Sent: Tuesday, January 22, 2008 3:09 PM
 To: flexcoders@yahoogroups.com
 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 flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com
 , Alex Harui aharui@ wrote:
 
  Try lower case 'b'
  
  
  
  
  
  From: flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com
 
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com
 ] On
  Behalf Of ilikeflex
  Sent: Tuesday, January 22, 2008 7:36 AM
  To: flexcoders@yahoogroups.com 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']} lt;brgt; 
  lt;Bgt;Clientlt;/Bgt; {data['client-contact']} lt;brgt; 
  lt;Bgt;UBSlt;/Bgt; {data['person']}/
  
  I know i am missing some thing.
  Your expertise is required.
  
  Thanks
  ilikeflex
 





[flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread reflexactions
;
   color:#00;
 }
 
 
 --- In flexcoders@yahoogroups.com, Gordon Smith gosmith@ 
 wrote:
 
  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} lt;brgt;lt;Bgt;Clientlt;/Bgt; 
 {foo}
  lt;brgt;lt;Bgt;UBSlt;/Bgt; {foo}/
  
  /mx:Application
  
  
  
  
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of ilikeflex
  Sent: Tuesday, January 22, 2008 3:09 PM
  To: flexcoders@yahoogroups.com
  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 flexcoders@yahoogroups.com mailto:flexcoders%
 40yahoogroups.com
  , Alex Harui aharui@ wrote:
  
   Try lower case 'b'
   
   
   
   
   
   From: flexcoders@yahoogroups.com mailto:flexcoders%
 40yahoogroups.com
  
  [mailto:flexcoders@yahoogroups.com mailto:flexcoders%
 40yahoogroups.com
  ] On
   Behalf Of ilikeflex
   Sent: Tuesday, January 22, 2008 7:36 AM
   To: flexcoders@yahoogroups.com 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']} lt;brgt; 
   lt;Bgt;Clientlt;/Bgt; {data['client-contact']} lt;brgt; 
   lt;Bgt;UBSlt;/Bgt; {data['person']}/
   
   I know i am missing some thing.
   Your expertise is required.
   
   Thanks
   ilikeflex
  
 





[flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread ilikeflex
;
  }
  
  .misETradeLinkButton {
  /*  
  color:#66;
  disabledColor:#ff;
  */
  color:#66;
  disabledColor:#00;
  font-family:Arial;
  font-size:9;
  font-weight:bold;
  }
  
  .resizeHndlr {
  upSkin:Embed('/assets/icons/resizeHandler.png');
  overSkin:  Embed('/assets/icons/resizeHandler.png');
  downSkin:  Embed('/assets/icons/resizeHandler.png');
  disabledSkin:  Embed('/assets/icons/resizeHandler.png');
  }
  
  
  .sliderLabel{
  fontSize:9;
  color:#00;
  }
  
  
  --- In flexcoders@yahoogroups.com, Gordon Smith gosmith@ 
  wrote:
  
   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} 
lt;brgt;lt;Bgt;Clientlt;/Bgt; 
  {foo}
   lt;brgt;lt;Bgt;UBSlt;/Bgt; {foo}/
   
   /mx:Application
   
   
   
   
   From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On
   Behalf Of ilikeflex
   Sent: Tuesday, January 22, 2008 3:09 PM
   To: flexcoders@yahoogroups.com
   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 flexcoders@yahoogroups.com mailto:flexcoders%
  40yahoogroups.com
   , Alex Harui aharui@ wrote:
   
Try lower case 'b'





From: flexcoders@yahoogroups.com mailto:flexcoders%
  40yahoogroups.com
   
   [mailto:flexcoders@yahoogroups.com mailto:flexcoders%
  40yahoogroups.com
   ] On
Behalf Of ilikeflex
Sent: Tuesday, January 22, 2008 7:36 AM
To: flexcoders@yahoogroups.com 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']} lt;brgt; 
lt;Bgt;Clientlt;/Bgt; {data['client-contact']} 
lt;brgt; 
lt;Bgt;UBSlt;/Bgt; {data['person']}/

I know i am missing some thing.
Your expertise is required.

Thanks
ilikeflex
   
  
 





RE: [flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread Merrill, Jason
An application level style will do exactly what it sounds like, it will
apply to everything in the application.  So use subclassing and apply
styles that way, or style the text class
 
create a specific style:
 
.myTextStyle
{
..blah blah
}
 
or style all text areas a certain way:
 
Text
{
 ..blah blah
}
 
Or if you just want the default look, remove your application style and
don't style any text areas.  Either way, you need to remove your
application style.
 

Jason Merrill 
Bank of America 
GTO LLD Solutions Design  Development 
eTools  Multimedia 

Bank of America Flash Platform Developer Community 




[flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread ilikeflex
Hi Jason

Thanks for the reply.
It worked.

thanks
ilikeflex

--- In flexcoders@yahoogroups.com, Merrill, Jason 
[EMAIL PROTECTED] wrote:

 An application level style will do exactly what it sounds like, it 
will
 apply to everything in the application.  So use subclassing and 
apply
 styles that way, or style the text class
  
 create a specific style:
  
 .myTextStyle
 {
 ..blah blah
 }
  
 or style all text areas a certain way:
  
 Text
 {
  ..blah blah
 }
  
 Or if you just want the default look, remove your application 
style and
 don't style any text areas.  Either way, you need to remove your
 application style.
  
 
 Jason Merrill 
 Bank of America 
 GTO LLD Solutions Design  Development 
 eTools  Multimedia 
 
 Bank of America Flash Platform Developer Community





[flexcoders] Re: text does not appear bold in mx:Text

2008-01-22 Thread ilikeflex
Hi

I tried lower case 'b'also but it doesn't work.
How to solve this???

Thanks
Rajan



--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 Try lower case 'b'
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of ilikeflex
 Sent: Tuesday, January 22, 2008 7:36 AM
 To: flexcoders@yahoogroups.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  width=125 
 height=50 
 htmlText={data['event-type']} lt;brgt; 
 lt;Bgt;Clientlt;/Bgt; {data['client-contact']} lt;brgt; 
 lt;Bgt;UBSlt;/Bgt; {data['person']}/
 
 I know i am missing some thing.
 Your expertise is required.
 
 Thanks
 ilikeflex





RE: [flexcoders] Re: text does not appear bold in mx:Text

2008-01-22 Thread Alex Harui
Try removing the binding expression, or do the assignment in
actionscript

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ilikeflex
Sent: Tuesday, January 22, 2008 3:09 PM
To: flexcoders@yahoogroups.com
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 flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] wrote:

 Try lower case 'b'
 
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com

[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of ilikeflex
 Sent: Tuesday, January 22, 2008 7:36 AM
 To: flexcoders@yahoogroups.com 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']} lt;brgt; 
 lt;Bgt;Clientlt;/Bgt; {data['client-contact']} lt;brgt; 
 lt;Bgt;UBSlt;/Bgt; {data['person']}/
 
 I know i am missing some thing.
 Your expertise is required.
 
 Thanks
 ilikeflex


 



RE: [flexcoders] Re: text does not appear bold in mx:Text

2008-01-22 Thread Tracy Spratt
Are you sure your markup is correct?  That declarative style is hard to
debug.

 

Hard code the string first, make sure it works.

 

I would use a function to build the htmlText, so I could see what was
happening.

 

I can definitely bold text in htmlText.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ilikeflex
Sent: Tuesday, January 22, 2008 6:09 PM
To: flexcoders@yahoogroups.com
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 flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] wrote:

 Try lower case 'b'
 
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com

[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of ilikeflex
 Sent: Tuesday, January 22, 2008 7:36 AM
 To: flexcoders@yahoogroups.com 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']} lt;brgt; 
 lt;Bgt;Clientlt;/Bgt; {data['client-contact']} lt;brgt; 
 lt;Bgt;UBSlt;/Bgt; {data['person']}/
 
 I know i am missing some thing.
 Your expertise is required.
 
 Thanks
 ilikeflex


 



RE: [flexcoders] Re: text does not appear bold in mx:Text

2008-01-22 Thread Gordon Smith
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} lt;brgt;lt;Bgt;Clientlt;/Bgt; {foo}
lt;brgt;lt;Bgt;UBSlt;/Bgt; {foo}/

/mx:Application




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ilikeflex
Sent: Tuesday, January 22, 2008 3:09 PM
To: flexcoders@yahoogroups.com
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 flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] wrote:

 Try lower case 'b'
 
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com

[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of ilikeflex
 Sent: Tuesday, January 22, 2008 7:36 AM
 To: flexcoders@yahoogroups.com 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']} lt;brgt; 
 lt;Bgt;Clientlt;/Bgt; {data['client-contact']} lt;brgt; 
 lt;Bgt;UBSlt;/Bgt; {data['person']}/
 
 I know i am missing some thing.
 Your expertise is required.
 
 Thanks
 ilikeflex