[flexcoders] Interfaces in Library Projects

2007-03-31 Thread Adam Pasztory
I have a library project that gets compiled into an SWC file, and includes shared code for several Flex Apps I'm working on. While I can access all the Classes within the library from Classes in my applications, Interfaces are only accessible by other Classes within the library. I was wondering

Re: [flexcoders] Interfaces in Library Projects

2007-03-31 Thread Robert Cadena
Hi Adam, It sounds like flex builder is not including your interface in the swc. Go into your library's properties, select Flex Library Build Path on the left. On the right, select the Classes tab. Look through the tree and make sure that the checkbox for your interface is checked. If it's