1. #1
    Sencha User
    Join Date
    Oct 2012
    Posts
    10
    Vote Rating
    0
    ssweriduk is on a distinguished road

      0  

    Default Unanswered: Ext.Msg not working...

    Unanswered: Ext.Msg not working...


    Earlier today, I dragged the packager into my app inside Sencha Architect out of curiosity. I deleted it because I decided I wasn't quite ready. Now, Ext.Msg throws this whenever a button is pushed...

    PHP Code:
    Uncaught Error sencha-touch-all-debug.js:3651Ext.Error.raisesencha-touch-all-debug.js:3651Ext.apply.parsesencha-touch-all-debug.js:14199Ext.apply.issencha-touch-all-debug.js:14115Ext.define.matchesSelectorsencha-touch-all-debug.js:58970Ext.define.publishsencha-touch-all-debug.js:59047Ext.define.doFiresencha-touch-all-debug.js:17325Ext.define.firesencha-touch-all-debug.js:17252Ext.define.doDispatchEventsencha-touch-all-debug.js:22352Ext.define.dispatchEventsencha-touch-all-debug.js:22333Ext.define.doFireEventsencha-touch-all-debug.js:26580Ext.define.fireActionsencha-touch-all-debug.js:26569Ext.define.onTapsencha-touch-all-debug.js:56149Ext.define.doFiresencha-touch-all-debug.js:17325Ext.define.firesencha-touch-all-debug.js:17252Ext.define.doDispatchEventsencha-touch-all-debug.js:22352Ext.define.dispatchsencha-touch-all-debug.js:17690Base.implement.callParentsencha-touch-all-debug.js:4519Ext.define.dispatchsencha-touch-all-debug.js:23077Ext.define.doPublishsencha-touch-all-debug.js:23119Ext.define.publishsencha-touch-all-debug.js:23084Base.implement.callParentsencha-touch-all-debug.js:4519Ext.define.publishsencha-touch-all-debug.js:23476Ext.define.onRecognizedsencha-touch-all-debug.js:23460Ext.define.firesencha-touch-all-debug.js:17751Ext.define.onTouchEndsencha-touch-all-debug.js:24432Ext.define.invokeRecognizerssencha-touch-all-debug.js:23526Ext.define.onTouchEndsencha-touch-all-debug.js:23675override.processEventsencha-touch-all-debug.js:23747Ext.define.onEventsencha-touch-all-debug.js:23353Base.implement.callParentsencha-touch-all-debug.js:4519override.onEventsencha-touch-all-debug.js:23743(anonymous function) 
    I have no idea why this is happening, I have poked around numerous times inside the file structure to

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    Answers
    3157
    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 mitchellsimoens has much to be proud of

      0  

    Default


    What you have posted is not formatted so I'm not going to try and look through it.

    Code:
    Ext.Msg.alert('Hi', 'Foo')
    that works for me anywhere I use it.
    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.

Tags for this Thread