Malte123
20 Jan 2014, 5:34 PM
I am developing an UX - and to manage Timing by Events, I need them on Application-Level.
To do this I need to get an Controller on Application-Level, the UX will be implemented by the Main-App. This could be done by
Ext.app.Controller.getController('testController');
Related to this:
http://docs-origin.sencha.com/extjs/4.2.1/#!/api/Ext.app.Controller-method-getController
I should get an new Instance of Ext.app.Controller
But it ends into an error:
TypeError: 'undefined' is not a function (evaluating 'Ext.app.Controller.getController('testController')')
My main JS called app.js:
Ext.Loader.setPath('Ext.ux', 'ext/src/ux');
Ext.application({
controllers: ["Main"],
views: ["Main"],
name: 'UXdevFramework',
autoCreateViewport: true
});
I hoped so much people today - now I need Ideas myself :-)
// do you know: I tryed to make all Last Posted Users "Malte123" ... but I got a "Moderator has to review your Post" ... ... I want to do this and send a Screenshot LOL
To do this I need to get an Controller on Application-Level, the UX will be implemented by the Main-App. This could be done by
Ext.app.Controller.getController('testController');
Related to this:
http://docs-origin.sencha.com/extjs/4.2.1/#!/api/Ext.app.Controller-method-getController
I should get an new Instance of Ext.app.Controller
But it ends into an error:
TypeError: 'undefined' is not a function (evaluating 'Ext.app.Controller.getController('testController')')
My main JS called app.js:
Ext.Loader.setPath('Ext.ux', 'ext/src/ux');
Ext.application({
controllers: ["Main"],
views: ["Main"],
name: 'UXdevFramework',
autoCreateViewport: true
});
I hoped so much people today - now I need Ideas myself :-)
// do you know: I tryed to make all Last Posted Users "Malte123" ... but I got a "Moderator has to review your Post" ... ... I want to do this and send a Screenshot LOL