Questions tagged [sencha-cmd]

For questions related to sencha's command tool.

Sencha Cmd is the cornerstone to build your Sencha application. From scaffolding a new project, to minifying and deploying your application to production, Sencha Cmd provides a full set of lifecycle management features to compliment your Sencha project.

Sencha CMD can be downloaded on Sencha's download site. Installers are available for Mac, Windows and Linux (64 bit, 32 bit).

For more command line options, you can check the Sencha CMD Documentation for Sencha Ext JS or the Documentation for Sencha Touch.

538 questions
0
votes
2 answers

Computer crash breaks sencha cmd?

My computer crashed while I was building my sencha touch project with sencha cmd and now I can't build it anymore without error. I was hoping someone might have some insight - I re-installed sencha cmd thinking it might have been a corrupt file…
Stephen Tremaine
  • 934
  • 6
  • 15
0
votes
0 answers

Steps for building app to production in extjs

I have used "sencha app refresh" and "sencha app build production" commands which generates classes-app.js file. Whether this file is sufficient to move my app to production.The file size is 800kb. Any other steps to be follow for production.
RED.Skull
  • 1,696
  • 3
  • 24
  • 49
0
votes
1 answer

How to run a Project having Sencha BB10 Phonegap/Cordova Webworks?

I have already coded sencha app, I want to build it for Blackberry 10 now I don;'t understand appropriate cordova version to work with and getting error running blackberry 10 with cordova 3.0. Documentation given at…
0
votes
1 answer

Sencha CMD 4.0.0 - does not create corner image resources for older versions browsers under there old path

I have upgraded to Sencha CMD 4.0.0, ever since that I see that on build the following resources are not being created under my custome theme resource directory: GET .../n-theme/build/resources/images/panel-header/panel-header-default-top-bg.gif 404…
AMember
  • 3,037
  • 2
  • 33
  • 64
0
votes
1 answer

Compressing Sencha Touch App

I have created a android app with Sencha Touch 2 and PhoneGap, and the .apk file is more than 8 MB which is extreme! So I was trying to find a solution to minimize the size. So I found the solution in the sencha's documentation…
rafi
  • 1,493
  • 3
  • 31
  • 43
0
votes
2 answers

Sencha: How to generate all-classes file

Morning, My production build seems to be missing getOrientation function. It seems that sencha-touch-all.js is not being copied into the build folder. After doing much forum reading, etc, I have discovered that I actually need to use Cmd to create…
Jez D
  • 1,461
  • 2
  • 25
  • 52
0
votes
1 answer

Sencha ExtJS 4 standard theming workaround when SASS variables don't compile correct CSS

I'm finding several variables in SASS, defined in my *.scss theme file, that do not compile the correct CSS based on their name when building the application in Sencha Cmd using "sencha app build". All I want to do is have a default color, a…
JustBeingHelpful
  • 18,332
  • 38
  • 160
  • 245
0
votes
2 answers

Ext JS 4: Sencha CMD issues

Ok, I've been trying and trying my hardest to build a simple application with the Sencha CMD tool. I've tried this with versions 4.0.7 (located on Sencha website), 4.1.0 (here), 4.1.1 (here), and 4.2.1 (Sencha website) with varying results but no…
incutonez
  • 3,241
  • 9
  • 43
  • 92
0
votes
1 answer

Sencha build error when viewed in browser

I have finally managed to create a production build of my sencha web app using Cmd 3.10.2.342 and touch 2.2.1 All my bespoke files are included and deltas are created as one would expect. However, when I run it in the browser, it stalls at the…
Jez D
  • 1,461
  • 2
  • 25
  • 52
0
votes
1 answer

Sencha touch production build errors

Using touch 2.1.0 and Cmd 3.1.2.342 Whilst trying to create a production version of my sencha app, I get the following error: [WRN] C1003: Unsupported Ext.define syntax -- C:\wamp\www\touch-2.1.0\axis\nativ …
Jez D
  • 1,461
  • 2
  • 25
  • 52
0
votes
0 answers

Sencha Cmd failed to resolve dependency PARRENTCLASS

I'm having a problem with the Sencha Cmd tool; when I try to build my app, I get this error: [DBG] adding implicit dependency for Ext.application call [DBG] Creating virtual class definition Myapp.app.Application [DBG] detected application name :…
pbogut
  • 857
  • 1
  • 9
  • 22
0
votes
1 answer

Sencha-Touch to Android - TouchWiz issue

I am new to Android and I have just build my first apk file. My app is is actually a Sencha-Touch-Web-App packaged for Andoird by Sencha CMD. Samsung user interface TouchWiz stops when I install the app on my device with adb. Which makes the device…
Cherif
  • 5,223
  • 8
  • 33
  • 54
0
votes
1 answer

Extjs 4.2 changing frame color for panels

I am using Sencha CMD to build up my theme package. I want that my framed panels will have border-radius of 8 pixels and that they will be white. Here is what I have done: $panel-frame-border-radius: 8px !default; $panel-frame-border-color: #fff…
AMember
  • 3,037
  • 2
  • 33
  • 64
0
votes
1 answer

Sencha Touch 2.2.1 Carousel not inizialized

I'm back on the project of catalogue viewer app, and after updating to the last sencha release, I have the same problem I had a couple of month ago...the carousel don't recognize the onTap event or, it won't load correctly. The app is quite simple,…
guglio
  • 13
  • 1
  • 4
0
votes
1 answer

Sencha Architect + Sencha Cmd - javascript error: e.onRedraw is not a function

I'm building a Sencha Architect project with Sencha Cmd. To do that, I'm following the steps mentioned in this forum post. I created the Cmd project: cd \path\to\sdk sencha generate app app path\to\my\project Then I edited index.html
user800014