Sometimes you need to wrap Flex object with special mx.utils.ObjectProxy wrapper class to listen for property change events. Documentation describes special object_proxy “object” property containing reference to real object. But accessing this property at runtime always returns “null”, althought this property is visible in debuger watch window with “package” icon. Code below [...]

Comments