-
28 Jun 2011 1:15 PM #1
ReferenceError: Loader is not defined
ReferenceError: Loader is not defined
I was trying to use 'sencha.sh' under jsbuilder in linux, got following error:
jsbuilder/bin/Dispatch.js:5 ReferenceError: Loader is not defined
var JSBuilderPath = system.cwd + '/'; // what does 'system.cwd' mean?
-
29 Jun 2011 4:16 AM #2
alright, after went through some posts here, I found that somehow the builder comes with extjs package doesn't work well.
downloaded SDK tools 1.2.1, now new problem. when I tried to create jsb file, got following three lines messages and process just hanged there forever. any idea? the message doesn't have enough information to locate the trouble maker?
undefined:0 TypeError: 'null' is not a constructor
undefined:0 TypeError: 'null' is not a constructor
undefined:0 TypeError: 'null' is not a constructor
-
7 Jul 2011 10:03 AM #3
Solution
Solution
With SenchaSDKTools have to do the construction of the following form:
-
7 Jul 2011 10:11 AM #4
-
19 Sep 2011 3:42 AM #5
Did you get a solution for this?
Did you get a solution for this?
Did you ever get a solution for this?
-
28 Sep 2011 12:00 PM #6
This solution solved a problem for me
This solution solved a problem for me
I had a few lines of javascript above the Ext.application({}) in app.js. Removing those lines enabled me to create the .jsb3 file.
-
24 Oct 2011 5:55 PM #7
-
24 Oct 2011 5:56 PM #8
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote
