Can any one tell me about
what is the Difference between validateProperties()
and invalidateProperties()
?
相关问题
- garbage collection best practices
- How to load flex swf from flash?
- FlashDevelop Haxe (Flash) debugger
- Detecting user's camera settings
- Displaying two fullscreen windows on two monitors
相关文章
- Are there any benefits when using final in AS3?
- Trace on Chrome/Browser console
- as3 ByteArray to Hex (binary hex representation)
- About Collision detection alghorithms in AS3
- How to upload BitmapData to a server (ActionScript
- Manage resources to minimize garbage collection ac
- changin the default width and height of the dropdo
- as3 object values NativeText
invalidateProperties:
validateProperties:
Essentially, validate calls commitProperties directly while invalidate waits for the next frame to do it. Always use invalidate.
From: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/core/IInvalidating.html#invalidateProperties%28%29
invalidateProperties()
Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1
Calling this method results in a call to the component's
validateProperties()
method before the display list is rendered.