If you’re using an Observer in Flex 2, but its handler doesn’t seem to be executing when you’d expect it to, make sure that the variable the Observer watches isn’t getting reset to the same value it already has. In this case, the Observer’s handler function won’t run.
Example: pretend that A and B are [...]