[flexcoders] Re: internationalization

2009-01-21 Thread bsyyu
--- In flexcoders@yahoogroups.com, Haykel BEN JEMIA hayke...@... wrote: if the data is loaded dynamic, then set up a event listener for resourceManager.change event, it will fire whenever the localeChain was changed. Yes, they are called resource modules! Thanks Gordon!

Re: [flexcoders] Re: internationalization @ switching runtime

2008-06-27 Thread Richard Rodseth
This is working out nicely for me (the eval trick, and the fact that ResourceManager.getString can take arguments). The one case where I can't push a direct ResourceManager call all the way into a binding expression is when labelFunctions or dataTipFunctions are required. In that case, assuming I

RE: [flexcoders] Re: internationalization @ switching runtime

2008-06-27 Thread Gordon Smith
AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: internationalization @ switching runtime This is working out nicely for me (the eval trick, and the fact that ResourceManager.getString can take arguments). The one case where I can't push a direct ResourceManager call all the way

Re: [flexcoders] Re: internationalization @ switching runtime

2008-06-27 Thread Richard Rodseth
to update with the new locale. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Friday, June 27, 2008 9:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re

RE: [flexcoders] Re: internationalization @ switching runtime

2008-06-27 Thread Gordon Smith
Of Richard Rodseth Sent: Friday, June 27, 2008 1:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: internationalization @ switching runtime Actually, they're mostly charts. And this is somewhat theoretical, since I'm just trying to be runtime-switch-ready - it's not a requirement

Re: [flexcoders] Re: internationalization @ switching runtime

2008-06-21 Thread Richard Rodseth
That's very clever. Gordon's suggestion of adding [Bindable] metadata to the buildTitle() method and overriding resourcesChanged() works nicely, and I could imagine caching some strings in the override, but adding the override in numerous components is a bit of a nuisance, so your idea is quite

[flexcoders] Re: internationalization @ switching runtime

2008-06-20 Thread brent80301
A trick that I have used in this case (when overriding resourcesChanged is inconvenient) is to add a property to your whatever.properties file that has no value but accepts a parameter like the following. eval = {0} Then, in your mxml component, do something like the following. mx:Label

[flexcoders] Re: internationalization

2007-11-14 Thread Bjorn Schultheiss
I just found localeChain : ) --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Hey, As soon as i change my compiler settings from -locale=en_US to -locale=es_ES i get the error 'cannot open flexsdk/locale/es_ES'. This makes sense, but i there a way my i can

[flexcoders] Re: internationalization

2007-11-14 Thread Bjorn Schultheiss
Sorry, this still hasn't helped me. Can i specify a locale for my code and not the sdk? --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I just found localeChain : ) --- In flexcoders@yahoogroups.com, Bjorn Schultheiss bjorn.mailinglists@ wrote: Hey,

[flexcoders] Re: Internationalization using Modules?

2007-05-24 Thread gary_mangum
Thanks Matt...at what point will I be able to take a look at what you've done...and when will Flex 3 be released? Gary --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: I would think about whether you're willing to play with beta software in the next month or so that has

RE: [flexcoders] Re: Internationalization using Modules?

2007-05-24 Thread Matt Chotin
: [flexcoders] Re: Internationalization using Modules? Thanks Matt...at what point will I be able to take a look at what you've done...and when will Flex 3 be released? Gary --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Matt Chotin [EMAIL PROTECTED] wrote: I would think

[flexcoders] Re: Internationalization?

2005-05-10 Thread r0main
Also there's benoit implementation: http://groups.yahoo.com/group/flexcoders/message/8730 We are currently discussing in the Cairngorm committee to provide the best i18n implementation in the post-next Cairngorm release (not the 0.99 soon to be released, but the next one)... Romain --- In