hoarse and buggy
stop screaming at your code

Archive for the 'observer' Category

Flex 2 Observer Problems? Make sure the observed variable actually changes.

June 8, 2007

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 [...]