RE: [flexcoders] BindingUtils and ResourceManager Question

2009-01-30 Thread Thomas, Erik
...@yahoogroups.com] On Behalf Of Johannes Nel Sent: Wednesday, January 28, 2009 4:01 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] BindingUtils and ResourceManager Question on rereading your post i realise that what you are after is change events (but my post will also help a bit me

RE: [flexcoders] BindingUtils and ResourceManager Question

2009-01-30 Thread Thomas, Erik
@yahoogroups.com Subject: RE: [flexcoders] BindingUtils and ResourceManager Question What we have done is to separate ourselves from the resource manager a bit. We have created a new class that basically has a bindable property called value. This class is passed the name of the string that is localized

Re: [flexcoders] BindingUtils and ResourceManager Question

2009-01-28 Thread Johannes Nel
on rereading your post i realise that what you are after is change events (but my post will also help a bit me thinks) a few people did custom annotations which function like an event listener, just google a bit, i think it will make your life easier. old post/// ok, i will approach it

RE: [flexcoders] BindingUtils and ResourceManager Question

2009-01-28 Thread Yves Riel
What we have done is to separate ourselves from the resource manager a bit. We have created a new class that basically has a bindable property called value. This class is passed the name of the string that is localized in the resource manager and hooks to the resource manager. It monitor for