Re: [flexcoders] Re: BindingUtils and ResourceManager Question

2009-02-11 Thread endrone endrone
I use this piece of code: BindingUtils.bindProperty( fiUsername, label, ResourceManager.getInstance(), {name: getString, getter: function(resMan:IResourceManager):String {

[flexcoders] Re: BindingUtils and ResourceManager Question

2009-01-30 Thread Amy
--- In flexcoders@yahoogroups.com, Thomas, Erik erik_tho...@... wrote: Thanks for the suggestions, Johannes. Unfortunately, using an explicit event won't scale well in a big application since every access of a resource string from ActionScript will require this treatment. I've done a