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
: 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 into a binding expression is when labelFunctions

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