This shows you the differences between two versions of the page.
|
en:computers:lg:actionscript:actionscript-3:spark:partadded [2012/03/22 19:52] marielle |
en:computers:lg:actionscript:actionscript-3:spark:partadded [2012/03/22 20:02] (current) marielle |
||
|---|---|---|---|
| Line 38: | Line 38: | ||
| ==== Step 2 : Underlying issues? ==== | ==== Step 2 : Underlying issues? ==== | ||
| - | - Unmanaged EventListeners/Bindings are a frequent source of memory leaks. It is important to understand how any approach to binding can interfere with Garbage Collection. | + | - Unmanaged EventListeners/Bindings are a frequent source of memory leaks. It is important to understand how any approach to binding can interfere with Garbage Collection. |
| - | - Changes in Flex 4. Skin decoupled from view. How does it affect the component lifecycle? In what order do things get constructed, what order destructed. What happens when a view is destroyed? Only the view, the view and the skin? | + | - Changes in Flex 4. Skin decoupled from view. How does it affect the component lifecycle? In what order do things get constructed, what order destructed. What happens when a view is destroyed? Only the view, the view and the skin? |
| - | - What would be the optimal way to do binding in Flex 4? Same as in Flex 3? Different? | + | - What would be the optimal way to do binding in Flex 4? Same as in Flex 3? Different? |
| Extra. Why is the method that I used to shortcut binding in Flex 3 not adequate in Flex 4? | Extra. Why is the method that I used to shortcut binding in Flex 3 not adequate in Flex 4? | ||