RE: [flexcoders] ResourceBundle

2008-04-22 Thread Matt Horn
Smith Sent: Tuesday, April 01, 2008 2:01 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ResourceBundle One way to add ResourceBundles at runtime is to compile them into one or more resource modules and load those modules with ResourceManager's loadResourceModule() method.   Another way

RE: [flexcoders] ResourceBundle

2008-04-01 Thread Gordon Smith
One way to add ResourceBundles at runtime is to compile them into one or more resource modules and load those modules with ResourceManager's loadResourceModule() method. Another way is to create new ResourceBundles with the 'new' operator, populate their 'content' property with key/value pairs

RE: [flexcoders] ResourceBundle - Problem with ActionScript code

2007-09-06 Thread Matt Horn
Of Gordon Smith Sent: Wednesday, September 05, 2007 3:33 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ResourceBundle - Problem with ActionScript code Yes, that's the recommendation. Methods like getString() on ResourceBundle are now deprecated (and will be removed in a future

RE: [flexcoders] ResourceBundle - Problem with ActionScript code

2007-09-05 Thread Brian Holmes
reference the resource bundle by key instead of the getString() such as rb.content[txName]; you can read more here: http://livedocs.adobe.com/labs/flex/3/html/wwhelp/wwhimpl/common/html/ww help.htm?context=LiveDocs_Book_Partsfile=l10n_033_1.html Hope that helps,

RE: [flexcoders] ResourceBundle - Problem with ActionScript code

2007-09-05 Thread Gordon Smith
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ResourceBundle - Problem with ActionScript code reference the resource bundle by key instead of the getString() such as rb.content[txName]; you can read more here: http://livedocs.adobe.com/labs/flex/3/html/wwhelp/wwhimpl/common/html/ww help.htm

RE: [flexcoders] ResourceBundle - Problem with ActionScript code

2007-09-05 Thread Brian Holmes
.. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Wednesday, September 05, 2007 11:48 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ResourceBundle - Problem with ActionScript code No. In Flex 3, all resources should be accessed

RE: [flexcoders] ResourceBundle - Problem with ActionScript code

2007-09-05 Thread Gordon Smith
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Holmes Sent: Wednesday, September 05, 2007 11:39 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ResourceBundle - Problem with ActionScript code Gordon, Is that the recommendation? I'm dynamically creating and loading resource bundles

RE: [flexcoders] ResourceBundle with ActionScript code - Problem in Flex 2 Flex 3

2007-09-04 Thread Matt Horn
Just to be sure, you are using metadata like this: [ResourceBundle(German)] and not this: [ResourcBundle(German)] The e was missing in your example. -matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mayurrami

RE: [flexcoders] ResourceBundle with ActionScript code - Problem in Flex 2 Flex 3

2007-09-04 Thread Gordon Smith
@yahoogroups.com Subject: RE: [flexcoders] ResourceBundle with ActionScript code - Problem in Flex 2 Flex 3 Just to be sure, you are using metadata like this: [ResourceBundle(German)] and not this: [ResourcBundle(German)] The e was missing in your example. -matt

RE: [flexcoders] ResourceBundle

2007-02-23 Thread Dimitrios Gianninas
u hve to specify an extra source folder as the path to the bundle: -source-path=WEB-INF/flex/locale/en_US or whatever you path may be Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On