Hey everyone, gotta simple stupid question, whose answer is ducking me.

 

I making an application, and I am putting customized components in packages.  I can use the xmlns=”*” and reference components that are in the same package from each other.  But when I try to reference a component in another package, it gives me the ‘Don’t know how to parse element..” error at compilation time.

 

Right now I have a Main.mxml, which resides in the root directory.  Then I have a package called search, which house the search components.   Within this package, I have about 5 customized components.  Within that search directory, I have a testingMain app which I use the namespace xmlns=”*”, and then I am able to use those components in there.

 

Now, from Main.mxml, in the root, when I try xmlns:srch=”search.*”, and then try <srch:SearchTabs…. It gives me the error stating it doesn’t know how to parse that element.

 

I’ve tried setting a manifest file, pointing to all the classe in that dir, and modified the flex-config compiler section to create another namespace, pointing to this directory, to no avail.

 

What am I doing wrong?

 

Thanks

 



--
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




Reply via email to