Hello all. I am trying to build a library of components accessible to all projects. I have attempted to use a library which compiles an SWC, however there is a known issue from Adobe that SWCs do not render properly in Design View in Flex Builder. Either they render as if they were a compiled SWF, or they do not display at all.
Since using Design View is a high priority for this library, I tried a few alternatives; one is linking a project to the source of a library, which basically copies the library source into a specific project. There seems to be an issue with this implementation as well: while Adobe's documentation says that when the source location's files are updated all linked projects' components will be updated, this does not seem to be the case. In fact, it seems to simply copy the library's contents once to a directory beneath the linked project, and any changes done to the linked directory are not properly updated. Does anyone know a better way/workaround? Thanks. ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/3EuRwD/bOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

