Search found 6 matches
- Thu Aug 22, 2013 12:38 am
- Forum: Help & Discussion
- Topic: Installation Problems... Example Included
- Replies: 11
- Views: 11864
Re: Installation Problems... Example Included
Some time away helped... So the issue was in my app.json file, I had: "js": [ { "path": "touch/sencha-touch-debug.js", }, and not "js": [ { "path": "touch/sencha-touch-all-debug.js" //must have the -all- in there.... }, So it looks like it's working correctly now.... I hope this thread saves somebod...
- Wed Aug 21, 2013 6:37 pm
- Forum: Help & Discussion
- Topic: Installation Problems... Example Included
- Replies: 11
- Views: 11864
Re: Installation Problems... Example Included
Thanks for the info and the examples. I get it working in the example, but for the life of me can't get it working in my app. I've gone line by line through the app.json, app.js, index.html, etc., and the folder structure, and my app is still throwing those "can't find column/....js" errors. I'm goi...
- Tue Aug 20, 2013 9:18 pm
- Forum: Help & Discussion
- Topic: Installation Problems... Example Included
- Replies: 11
- Views: 11864
Re: Installation Problems... Example Included
Yeah, I was able to patch the other file ok - thank you for that. For distribution, it's best/easier just to use the ubergrid-all-debug.js, right? I can't get this to work for the life of me. Things I've done: Tried modifying the app.json file: "js": [ { "path": "touch/sencha-touch.js", "x-bootstrap...
- Tue Aug 20, 2013 8:38 pm
- Forum: Help & Discussion
- Topic: Installation Problems... Example Included
- Replies: 11
- Views: 11864
Re: Installation Problems... Example Included
If I wanted to only use the ubergrid-all-debug.js, how do I go about doing that? Sorry, I've pulled what hair I have left out over this - for some really dumb reason, I can't get it working. I've looked through the examples that came with the component and everything.... thx ... =\
- Tue Aug 20, 2013 6:07 pm
- Forum: Help & Discussion
- Topic: Installation Problems... Example Included
- Replies: 11
- Views: 11864
Re: Installation Problems... Example Included
That fixed the one error. But I still get the "Uncaught TypeError: Cannot call method 'override' of undefined" error in this area: lastDragPosition[axis] = current; } }, function () { Ext.scroll.View.override({ Also, can you clarify what files I need to run this? It sounds like I just need the uberg...
- Tue Aug 20, 2013 4:59 am
- Forum: Help & Discussion
- Topic: Installation Problems... Example Included
- Replies: 11
- Views: 11864
Installation Problems... Example Included
I’m having major problems trying to get UberGrid into an existing app. I generated a new Sencha Touch 2.2.1 app with SenchaCommand, so it’s brand new. I’ve spend hours trying to get this to work, and not sure where to put everything. I have purchased the UberGrid license, thinking that the full vers...