Hi, Is it possible to create ActionScript components in a Flex Library project and then use these in Flex project which uses the swc file of the compiled Flex Library.
For example I'm trying to extend the datagrid to create my owne datagrid, I'd then like to be able to use the my datagrid in a Flex project I'm creating and other Flex projects. In the Flex Library project I've created I do have all the file selected in build, but when I try to create a new component in my Flex project I can see the components I have create in the Library project. I'm aiming to create a library of visual components which extends the core Flex framework components, but with our specific needs, which I can reuse in all the Flex projects we create. Is there something I'm missing in creating a component library this way? Stephen

