Relax Breath of Solution.

Just I wanted.. Do you?…

Best practices – Custom Component Implementation and points you should fire

createChildren() When is it called? The createChildren() method is automatically called by Flex whenever the custom component is added to a parent by the call addChild(customComponent). Keep in mind that unlike the other overridden methods in this article, there is no invalidate method associated with it. What is its purpose? To add other child components […]