Re: [flexcoders] mxml escape character??

2006-09-14 Thread Johannes Nel
take the its a text attribute so do this function bla():String { return {} } mx:Text text=bla()/On 9/12/06, Chad Callahan [EMAIL PROTECTED] wrote: I need to include the { and } characters inside of an mxml tag's argument value but mxml reads the { and } as bindable. Is there

Re: [flexcoders] mxml escape character??

2006-09-12 Thread Clint Modien
try { = #123; } = #125; On 9/12/06, Chad Callahan [EMAIL PROTECTED] wrote: I need to include the { and } characters inside of an mxml tag's argument value but mxml reads the { and } as bindable. Is there a way to escape the { and } characters within the quotes? CHAD

Re: [flexcoders] mxml escape character??

2006-09-12 Thread Paul Andrews
mx:Label text="\{\}"/ - Original Message - From: Chad Callahan To: flexcoders@yahoogroups.com Sent: Tuesday, September 12, 2006 8:16 PM Subject: [flexcoders] mxml escape character?? I need to include the { and } characters inside of an mxml tag’s