JabbyPanda’s travel to RIA world / 35 posts / categories / 85 comments / feed / comments feed
   Invalidation in Flex is a mechanism by which changes made to a component's property values are queued and processed.This property value invalidation in Flex is controlled by setting and resetting boolean variables called dirty flags.    One of such a dirty flags used internally in Flex invalidation mechanism is invalidatePropertiesFlag flag.    This particular flag is reset in [...]