-
7 Jun 2012 11:12 PM #21
ExtJS 4.1 ux package
ExtJS 4.1 ux package
I would like to ask some of you guys to build an "ux-all-debug" ExtJS 4.1 package similar to those available in ExtJS 3.x. I need it to upgrade an intranet project build on ExtJS 3.3. The ux package would make the upgrade easier. I have not yet used SDK tools.
Please do it for me. 
-
20 Jun 2012 8:58 AM #22
Bumping this to the top, as I noticed a lot of first-page questions that could be solved by this doc.
-
20 Jun 2012 9:19 AM #23
@Sottilde
Thanks for taking the time to share this!!. It's been an unbelievably frustrating experience trying to get the SDK to work. I had pretty much given up on it.
-
21 Jun 2012 10:29 AM #24
Also note that the SDK Tools are getting a good deal of love just now
Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
-
21 Jun 2012 10:58 AM #25
-
28 Jun 2012 4:59 AM #26
@Sottilde
Amazing work. The fact that you have to do this is such a poor reflection on Sencha. I couldn't put it any better myself:
"I am writing this document because working with the SDK Tools and ExtJS4 is far more frustrating than it should be. Documentation is missing, inconsistent, or incorrect. Some forum posts by Sencha employees state that SDK Tools 2.0 are for Sencha Touch 2.0 only, the ExtJS4 Quick Start docs give an incomplete example use case using SDK Tools 2.0, and the “official” SDK docs are a 20-line readme file that is wildly out-of-date. That said, there is very little help out there."
Amen.
-
29 Jun 2012 12:43 PM #27
Thanks for the great work.
Also, if anyone is in windows and needs to include a locale (ex ext-lang-es.js) in the build, file Project.js in the sencha sdk tools need to be patched to tell ycompressor that we need utf-8 stuff.
code:
PHP Code:getCompressor : function() {
return 'java -jar "' + system.script.replace(Fs.getPath('bin/JSBuilder.js'), '') + Fs.getPath('ycompressor/ycompressor.jar') + '" --type js --charset utf-8 ';
}
-
3 Jul 2012 8:13 AM #28
Thanks for the great document.
Just a question, perhaps you can give me reply with all your experience.
For my curiosity I made an index with only this require:
I was able to create the jsb3 file and build the all-classes.jsCode:Ext.require('Ext.form.*');
The output is this:
I was wondering if the Loader is right, it includes more than 200 js files for 1 line of requirement: Ext.form.*Code:all-classes.js 3007KB app-all 682KB
It seems that 682 KB minified js is a lot more of what I expected to get only Ext form functions.
Just asking if you can confirm the size.
Thanks again for sharing.
-
24 Jul 2012 8:08 AM #29
Yehaaa!
Yehaaa!
Thanks for this, it's proved most helpful. Spent a whole day trying to generate my own all.js. My frustration is sufficient to kill someone. The support on this is pathetic, and is a tool that should not even be RELEASED in my humble opinion. I was going to completely stop using this product, if no solution was FOUND.
Thanks for your efforts and document.
A few more additions to help others I found: [ Windows/Asp.NET Website ]
(a) Create Dummy Page with functionality (index-build.html)
(b) Migrate all the support libraries into the same folder as index-build.html and reference them there directly
(c) Don't forget to include the CSS file
[Sample]
<link rel="stylesheet" type="text/css" href="ext-all-gray.css" />
<script type="text/javascript" src="ext-dev.js"></script>
<script type="text/javascript" src="LayOut.js"></script>
(d) Copy the ExtJs SRC (SDK) into the same folder so the build can reference it
(e) Need to make sure that your custom js (mine LayOut.js), contains;
Code:Ext.application({ });
-
24 Jul 2012 4:12 PM #30
It would be really great if you were looking at some way to integrate the SDK tools with Maven without resorting to installing the SDK tools on the build server and calling it with exec. The lack of Maven support is killing me at work, where building with Maven is mandatory and manually installing programs on the build server is prohibited. Thanks.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote
