UberGrid
Posted: Wed Jan 29, 2014 1:21 pm
Hi all!
I would like to use UberGrid with Sencha Architect /I am using Sencha Touch 2.3/.
I added as new resources: ubergrid-all.css, ubergrid-all.js. I created a new panel with alias: ubergrid, I set model and JsonStore. My problem is that I am getting the following errors:
How can I include UberGrid correctly into Architect 3?
Best regards,
Nagy Bence
I would like to use UberGrid with Sencha Architect /I am using Sencha Touch 2.3/.
I added as new resources: ubergrid-all.css, ubergrid-all.js. I created a new panel with alias: ubergrid, I set model and JsonStore. My problem is that I am getting the following errors:
Code: Select all
GET file:///D:/TabClient/MyApp/icon.png ripple.js:48
GET file:///D:/TabClient/MyApp/UberGrid/column/Column.js?_dc=1390993333075 sencha-touch.js:8297
GET file:///D:/TabClient/MyApp/UberGrid/util/Scroller.js?_dc=1390993333076 sencha-touch.js:8297
GET file:///D:/TabClient/MyApp/UberGrid/util/Translatable.js?_dc=1390993333076 sencha-touch.js:8297
GET file:///D:/TabClient/MyApp/UberGrid/Header.js?_dc=1390993333076 sencha-touch.js:8297
GET file:///D:/TabClient/MyApp/UberGrid/Body.js?_dc=1390993333076 sencha-touch.js:8297
GET file:///D:/TabClient/MyApp/UberGrid/model/TabularView.js?_dc=1390993333078 sencha-touch.js:8297
GET file:///D:/TabClient/MyApp/UberGrid/SubGrid.js?_dc=1390993333078 sencha-touch.js:8297
Uncaught Error: [Ext.Loader] Failed loading 'UberGrid/column/Column.js', please verify that the file exists sencha-touch.js:8634
Uncaught Error: [Ext.Loader] Failed loading 'UberGrid/util/Scroller.js', please verify that the file exists sencha-touch.js:8634
Uncaught Error: [Ext.Loader] Failed loading 'UberGrid/util/Translatable.js', please verify that the file exists sencha-touch.js:8634
Uncaught Error: [Ext.Loader] Failed loading 'UberGrid/Header.js', please verify that the file exists sencha-touch.js:8634
Uncaught Error: [Ext.Loader] Failed loading 'UberGrid/Body.js', please verify that the file exists sencha-touch.js:8634
Uncaught Error: [Ext.Loader] Failed loading 'UberGrid/model/TabularView.js', please verify that the file exists sencha-touch.js:8634
Uncaught Error: [Ext.Loader] Failed loading 'UberGrid/SubGrid.js', please verify that the file exists sencha-touch.js:8634
Uncaught TypeError: Cannot call method 'override' of undefined VM11320:1
Best regards,
Nagy Bence