开发者

flex invalidation mechanism

开发者 https://www.devze.com 2023-01-15 04:48 出处:网络
Adobe help document said, \"When a component calls an invalidation method, it signals to Flex that the component must be updated. 开发者_如何学编程When multiple components call invalidation methods, F

Adobe help document said, "When a component calls an invalidation method, it signals to Flex that the component must be updated. 开发者_如何学编程When multiple components call invalidation methods, Flex coordinates updates so that they all occur together during the next screen update."

So what does "next screen update" mean? I am confused about the invalidation, does it mean the Flex will execute measure(), commitProperties(), updateDisplayList() period where marks invalidateSize(), invalidateProperties(), invalidateDisplayList()?


My answer to this question has the links you are looking for. Read up on the elastic racetrack and check out Deepa's presentation on the flex lifecycle.

0

精彩评论

暂无评论...
验证码 换一张
取 消