im sorry it looks like it was bad refactoring, there was a typo on the constructor for both of them, however it was being reported incorrectly.
On 27/07/2006, at 7:49 PM, Dan Rossi wrote: > Hi there, Im fairly new to flex, however im very familiar with the > eclipse IDE. Im experiencing a problem where ive broken down my > application into components. Ie i have seperate panels doing > particular things , and seperate popup windows. > > Now when i moved the flex files from the root directory into > something cleaner like components/panels/ and components/popups the > custom class package path that the root application is able to import > ok, is not possible with some of them, I have the actionscript source > seperated from the flex files using source includes. Strangely enough > some of the components is able to import the custom package and its > classes fine. > > I keep getting errors like > > Severity Description Resource In Folder Location > Creation Time Id > 2 1172: Definition com.company.settings:VideoFormats could not be > found. CompressionSettings.as Broadcaster/components/popups line 4 > May 13, 2006 8:13:52 AM 3589 > > however when i go and move that component flex file to the root > source it dissapears. What extra source paths do i need to add ? Also > funny enough if i try to import com.adobe.*; it does the same thing , > > Severity Description Resource In Folder Location > Creation Time Id > 2 1172: Definition com.adobe could not be found. > CompressionSettings.as Broadcaster/components/popups line 10 May 13, > 2006 8:21:43 AM 3593 > > There is probably something im doing wrong, ive added a namespace > for the panels in the application tag > xmlns:panels="components.panels.*" could that be it ? > > let me know thanks. > > Dan > > > -- > 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 > > > > > > > -- 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/

