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
1 answer

Unable to generate android apk from Sencha touch project using sencha cmd 3.1.2.342

I have downloaded sencha command v3.1.2.342 , sencha touch2.4.0-commercial and have installed ruby 1.9.3p545 and installed sass and compass and ant and installed jdk 1.7 and set classpath ,path successfully in my windows 7 64 bit machine. PS : The…
Sankar Ganesh PMP
  • 11,927
  • 11
  • 57
  • 90
0
votes
1 answer

Sencha AlternateClassName do not work in compiled version

I'm working in a Sencha application. I've created a couple of Utilities classes as singleton components (helpers, services, etc). I'm using alternateClassName to have a shorter name for those classes. It works perfect, but stop working after…
Milton
  • 928
  • 1
  • 10
  • 22
0
votes
1 answer

Sencha CMD stable version

When I got into Sencha Touch world I started using Sencha CMD 5 along with Sencha Touch 2.3.1. I However, I started to find the 5 versions not stable, they are running into many problems. I am about to release my App and I am in need for a stable…
user2867106
  • 1,139
  • 1
  • 13
  • 31
0
votes
1 answer

After Sencha Cmd deploy - Cannot read property 'isBufferedStore' of undefined

I have a grid with a normal store. Everything works fine, but as soon as i deploy my project with sencha cmd i get the error: Cannot read property 'isBufferedStore' of undefined . I know that this error occurs when the store could not be…
Timon
  • 149
  • 1
  • 3
  • 16
0
votes
5 answers

Issues with Sencha CMD v5.0.1.231 and beta v5.0.2.250 and phonegap

It has been awhile since I updated my Sencha CMD (currently running v4.0.4.84). I had successfully updated to Sencha CMD v5.0.1.231, however, while trying to init phonegap sencha phonegap init com.example.www my-app my-app I get the following…
Tha Leang
  • 3,070
  • 1
  • 16
  • 14
0
votes
2 answers

Sencha extjs 5 one file project NOT MVC

I'm new to Sencha extjs framework, I started on the files in the documentation, I made a lot of things so far but in one javascript file. I noticed then that I should make new project using Sencha cmd for smaller sized framework. I'm having troubles…
Muayad Salah
  • 701
  • 1
  • 8
  • 19
0
votes
1 answer

Sencha Cmd 5.0.1 with Extjs 5.0.1 issue

I am upgrading my Extjs to 5.0.1 (from 5.0.0 ) and also Sencha Cmd to 5.0.1.231 No compile time errors but on run time it is is not loading the application and giving the following error Uncaught TypeError: Cannot read property 'baseUrl' of…
Harry
  • 183
  • 1
  • 15
0
votes
0 answers

Sencha Cmd won't build on another workstation

So I am trying to set up another ExtJS (4.2.1) dev workstation I've got Ruby 1.9.3, Sencha Cmd 4.0.4.84 installed and latest Java VM too. The build won't work on this one though, I'm getting: [INF] executing compass using system installed ruby…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
2 answers

SASS + Cycle through Adjacent Selectors and add z-indexes that go down

I have one way to get what I want wish SASS, the simple parent child selectors to handle the z-index of tabs. SASS //HANDLE THE Z-INDEXS for the SECTION TAB $tab: 'a.x-tab.sectionbar-tab'; $active: 'a.sectionbar-tab.x-tab-active'; //Currently…
Kara
  • 1
  • 1
0
votes
1 answer

Steps to take Native Android build from Sencha Touch 2.3.2

I am struggling for the past 5 days to get a native build from Sencha Touch application. Surfed a lot but I cannot find the same procedure given by many .Tried few but failed. Can any one help me to get a Android build. Am a native Android…
user2978042
  • 221
  • 1
  • 4
  • 11
0
votes
2 answers

How can I exclude files

Using CMD from within Sencha Architect I've been able to build a production build of my application. However I can not seem to figure out how to exclude a js file from the build process. I don't want it compiled in with app.js I want it as a…
JasonF
  • 33
  • 3
0
votes
1 answer

ExtJS 4.2.1 - panel.add() function not defined in prod build

im adding components to my Panel dynamically with the add function of the panel like this this.add(Ext.ComponentManager.create(this.buildItems()[0])); where this is my component extending an Ext.panel.Panel. While developing this works like a…
JuHwon
  • 2,033
  • 2
  • 34
  • 54
0
votes
0 answers

Sencha Touch: Cmd-built app not working on mobile browser

I am working with ST2.3.1 and Cmd 4. My app builds and runs fine on my desktop browser but does not launch on a browser on my mobile device. The loading dots with blue background shows up and then just hangs. I tried this with a testing build on an…
rc1
  • 483
  • 4
  • 19
0
votes
1 answer

Sencha Touch 2 Native Packaging to Android device

I have a problem creating an apps of sencha touch to the native packaging (for android platform). I've tried many tutorials but none of it is successful. For android platform to create native packaging, which one is better? sencha CMD, phonegap or…
Zulhisyam
  • 69
  • 1
  • 1
  • 5
0
votes
1 answer

Sencha Cmd unable to parse custom code in app.js

For some reason, Sencha Cmd fails when it parses app.js with custom code. Below, is a snippet from an application I'm deploying to testing (unminified JavaScript but in a single file) or to production (minified JavaScript). The browser throws the…
JustBeingHelpful
  • 18,332
  • 38
  • 160
  • 245