AdvancedTableDataGrid is normally in a SWC?  I wonder if the Royale compiler 
supports package paths instead of URIs for SWCs.  Are package paths for SWC 
components working elsewhere?    You might need to use the 
-js-source-path+=com/infogix/iitap/component/flexuiplatform/controls/datagrid 
option if -js-source-path is being used elsewhere.

HTH,
-Alex 

On 10/4/18, 3:52 AM, "chembali" <chemb...@hotmail.com> wrote:

    Here is another js compiler error that I am trying to resolve. My mxml
    contains the following fragment.
    
    <js:View 
xmlns:fx="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fns.adobe.com%2Fmxml%2F2009&amp;data=02%7C01%7Caharui%40adobe.com%7C258354eea0dc4c867ec508d629e77503%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742471419542228&amp;sdata=61N4fppdUKBn9IxBvQiEnuaW4GkeCvHmQcmA%2Bu1p2qc%3D&amp;reserved=0";
             xmlns:mx="library://ns.apache.org/royale/mx"
             xmlns:js="library://ns.apache.org/royale/basic"
             xmlns:html="library://ns.apache.org/royale/html"
             xmlns:j="library://ns.apache.org/royale/jewel"
            
    
xmlns:datagrid="com.infogix.iitap.component.flexuiplatform.controls.datagrid.*"
             className="IVPSchedulerView"
            >
    
    <datagrid:AdvancedTableDataGrid
       
    xmlns:uiactions="com.infogix.iitap.component.flexuiplatform.core.action.*"
        dataProvider=""
        creationComplete="initializeHandler()"
        change="selectionChangeHandler()"
        allowMultipleSelection="false"
        doubleClickEnabled="false"
        singleFieldSort="true"
        >
    
    I get the error 
    
    " Error: This tag is unexpected. It will be ignored.
    <datagrid:AdvancedTableDataGrid " 
    
    during the compilation. The AdvancedTableDataGrid is implemented in
    com.infogix.iitap.component.flexuiplatform.controls.datagrid and the swc is
    included in the compile command. What else could be causing this compile
    error?
    
    
    
    
    --
    Sent from: 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C258354eea0dc4c867ec508d629e77503%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742471419542228&amp;sdata=ZC45waLahDAktmqXnQrY%2BdtGhy7LoFGMOMU3Jd0cttc%3D&amp;reserved=0
    

Reply via email to