[flexcoders] Re: String concat in MXML (with using @Resource)

2007-10-19 Thread kramus0
Thanks a lot for the really good advice. It even works with @Resource if I use it for instance to add a colon like this: mx:Label id=myId text=@Resource(key='myKey', bundle='myBundle') initialize=myId.text+=':'/ Markus --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

[flexcoders] Re: String concat in MXML (with using @Resource)

2007-10-18 Thread droponrcll
--- In flexcoders@yahoogroups.com, kramus0 [EMAIL PROTECTED] wrote: Hi all, I have a simple question regarding text values in mxml files. Is it possible to concat string values in a mxml text or label property? So something like this: mx:Label text='Value' + 'AnotherValue'/ I know