test is a namespace for http://www.mycompany.com/2009/

here is the mxml that does not work:

<?xml version="1.0" encoding="utf-8"?>
<test:InfoObjTool xmlns:test="http://www.mycompany.com/2009/";
                defaultCursor="{CursorAssets.INFO}"
xmlns:mx="http://www.adobe.com/2006/mxml";>
  <mx:Script>
    <![CDATA[
      import com.test.icon.CursorAssets;
    ]]>
  </mx:Script>
</test:InfoObjTool>

This mxml is part of the FlexMap.swc and extends a class from the
MapFramework.swc.

The InfoObjTool class is referenced in the manifest of the
MapFramework.swf like this:

<componentPackage>
    <component id="InfoObjTool"
class="com.test.maplib.controls.tools.InfoObjTool" />
</componentPackage>


Do you need more information?

Manfred


On Wed, Feb 24, 2010 at 6:39 PM, Marvin Froeder <[email protected]> wrote:
> "Could not resolve <test:InfoObjTool> to a component implementation."
>
> what is the package/namespace related to test: ?
>
>
> VELO
>
> --
> You received this message because you are subscribed to the Google
> Groups "Flex Mojos" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>
> http://flexmojos.sonatype.org/
>

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://flexmojos.sonatype.org/

Reply via email to