Category Archives: Flex Hacks

Flex Child Management

Flex containers are different from normal Flash DisplayObjectContainer. They hide some of their children when you try to access by a children counting method- container.numChildren. By default when no children is attached to the containers, they show numChildren value as … Continue reading

Posted in Flex, Flex 3.0, Flex Hacks

Design.xml

If you are not sure about the use of design.xml inside the flex component packaging, please go though my previous article(Custom components), where I faced some problem regarding categorizing my own set of components. Design.xml plays a vital role in … Continue reading

Posted in Flex Hacks

Custom Components

This was a bit hard stuff for me to categorize my ow components in my flex component folder. I googled a lot about this..but didn’t get some clue of it. I started searching arround the xml files inside the flex … Continue reading

Posted in Flex Hacks