Flex: Is it possible for a changewatcher to watch multiple variables?
From the Documentation, it is not possible: “A single ChangeWatcher instance can watch one property, or a property chain. A property chain is a sequence of properties accessible from a host object. For example, the expression obj.a.b.c contains the property chain (a, b, c).” In my case the properties are not part of the same … Read more