Flex community, Would someone be willing to help out with the following two questions I have.
1. I need to keep track of a number of properties (about 20 per object) of a large number of objects (hundreds to thousand range). I can either use an army of ChangeWatcher instances or add some code to the set method for each of these properties. I like the idea of using independent changewatchers but I am not sure what the performance/memory penalty is going to be. Has anyone some guidance? 2. Is it possible to figure out, given an object instance and a property name, whether a ChangeWatcher is active? If so, how would that work? Or do I have to keep track of all ChangeWatcher.watch instances that get created. Thanks! Peter

