You can create simple components which basically contain other components already defined in flex. Grouping it together, you get a hybrid component.
To go more advanced is where you create your own components or extend the functionality of existing components. You may override several methods that standard components have. You may extend the base class UIComponent or any of the several other classes in an attempt to create your own component from scratch. Component customization is a big topic, in my opinion. Some of the things you require are not found in the documentation. For eg: mx_internal , Layout class, etc. As a last note I want to say, to really take up your components to the next level, you might consider using DeGrafa and/or OpenFlux. Everyone's talking about it these days. Cheers, Raghu. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

