Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Aug 2011
    Posts
    80
    Vote Rating
    1
    Anthony.Hall is on a distinguished road

      0  

    Default no view/controller information outputted

    no view/controller information outputted


    A few questions. None of my views and controllers are making it into the jsb

    1) i have read that you cannot use ext-all-debug.js for the compiling. My application doesn't run of ext.js i think it's because i have rowEditing. Is this correct that ext-all-debug.js cannot be used.

    2) I have the following in my app.js

    Ext.Loader.setPath('App', '/ext/jobs/app');
    and
    appFolder: '/ext/jobs/app',
    ( in the application)

    If i remove them then the wrong path is called for my views (app).

    Do i have remove these settings. Or it is unlikely this is cause for my issues

    3) Does it matter if my stores data 404.

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,582
    Vote Rating
    433
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      1  

    Default


    You should use one of the files that doesn't include all the Ext JS classes like ext-debug.js for development.

    Why would RowEditing make it not work? Are you requiring it to be loaded for a class?

    Ext.app.Application should setup the Loader path for you based on the name and appFolder configs.

    It doesn't matter if a store is loaded it returns a 404. All the SDK Tools want is your classes and their files.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.