Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext JS Premium Member
    Join Date
    May 2011
    Posts
    8
    Vote Rating
    0
    hsingh11 is on a distinguished road

      0  

    Default boostrap (build) and compile different results ? confused....

    boostrap (build) and compile different results ? confused....


    Finally i am able to to build and compile my application but when i deployed, it shows the followoing error
    Code:
    Uncaught Error: [Ext.createByAlias] Cannot create an instance of unrecognized alias: widget.label
    Looks like this error is due to missing&nbsp;"src/form/Label.js" file, but in my bootstrap.js file this is defined as a dependency like :<br><br>
    Code:
    "Ext.form.Label": "ext/src/form/Label.js"
    <br><br>I ran the both sencha app refresh and sencha app build and then sencha compile , but i am also little confused here about 'Compile' command here, It does not use the bootstrap.js instead it use thwe classpath we provide so i compile my code like&nbsp;<br><br>
    Code:
    sencha compile -classpath=app,ext/src &nbsp;page -in=index.html -out=build/index.html
    <br><br>Any way with both build and compile, my all-classes.js does not include following files (may be more...)<br><strong><em>Ext.form.Label<br>Ext.form.field.Number</em></strong><br>......<br>.......<br>.......<br>How can i solve this issue, thanks you very much.....I will really appreciate your help!!<br><br><br><br><br>

  2. #2
    Ext JS Premium Member
    Join Date
    May 2011
    Posts
    8
    Vote Rating
    0
    hsingh11 is on a distinguished road

      0  

    Default advocates uresom

    advocates uresom


    Anyone ? I am kind of stuck here , really appreciate your help!!