Posted by: Yogesh Puri on: May 9, 2008
The lifecycle of component in flex is certainly somewhat similar to the old V2 framework where you create a component holder, craetechildren, set-sizes and dispatch events. Following four methods plays a role for component rendering
commitProperties()
measure()
layoutChrome()
updateDisplayList()
Here is what I found after doing some studies. The most of the following part is taken from Adobe flex help [...]
Recent Comments