I had an mxml component with bindings to {resourceManager.getString...}
and by updating the resourceManager.localChain I could see the
resources getting updated at runtime.I've now converted the MXML component to an ActionScript class where I'm using resourceManager.getString throughout the createChildren function. Now when I update the resourceManager.localChain I don't see updates to the resources. Does anyone know how I fix this? Thanks, Paul

