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

Sencha Cordova app not working for version less than 4.4

I am making a sencha app using sencha app build native its working for 4.4 or higher version of android. but not working for less than 4.4 version. I am naive to android so don't know what mistake i am doing or in sencha project i need to set out…
Manu
  • 81
  • 1
  • 10
0
votes
1 answer

The web application do not function properly after using the sencha build command

I am using the asp.net mvc4 as the back-end and the extjs 4.2.1 as the front-end. After finish the developing, I use the sencha app build of the sencha cmd to pack the front-end code to production. ALL is working just ok, but when I press one…
0
votes
1 answer

Cordova 2.5.0 & Android Lollipop 5.x.x & Sencha CMD 3.1.2.342

Has anyone had or heard of any android applications not working correctly in Android 5 (Lollipop)? One of my applications stopped displaying modules after it had been in production for a year. It only happens on phones with Android 5.0 and higher.
0
votes
1 answer

how to deal with the dynamic loading of extjs 4 when releasing to server?

I often use the Ext.require() functionality of Extjs which lets the it dynamically load the specific content. But the documentation specifies that when released to the production environment, the dynamic loading feature should never be used. So how…
0
votes
1 answer

Sencha app watch with scss files included in packages

I am working with Sencha Touch application with different packages with consequent scss files, these files are imported in the app.scss but when the sencha CMD is listening (with the command "sencha app watch") changes are not refreshed itself, I…
inane
  • 626
  • 10
  • 26
0
votes
1 answer

ExtJS not rendering components correctly

I'm using ExtJS 5.1. Every time I run sencha app build or sencha app refresh, there's a chance that something will go wrong and it will make the components be rendered completely wrong on the screen. This image can explain better: And this is how…
Bruno Finger
  • 2,105
  • 3
  • 27
  • 47
0
votes
1 answer

the combo box editor in cell editing grid does not deselect after choosing a value

I am having an editor grid with four columns and i am trying to implement a sql builder. The where statement will have four fields namely "condition1" "operator" "condition2" "and/or". I am using a combo box to select between and/or/none and there…
user2380811
  • 55
  • 1
  • 7
0
votes
2 answers

Sencha CMD generate app with specific version

I need to generate an ExtJS app version 5.1.1, but when I run the command sencha generate app -ext AppName ., it will automatically download the latest version of the framework, which is 6.0 right now. How can I force it to generate an ExtJS 5.1.1…
Bruno Finger
  • 2,105
  • 3
  • 27
  • 47
0
votes
1 answer

There is no phonegap\.cordova\config.json

When I run sencha app build -run native I get this error: [INF] [shellscript] [error] ENOENT, open '''E:\asistantouch\phonegap\.cordova \config.json''' Why there is no .cordova folder? What should I write within the config.json file?
ilhan
  • 8,700
  • 35
  • 117
  • 201
0
votes
2 answers

ExtJs Grid Remote Sorting and Remote filtering

I have a grid in ExtJs 4.2. I need to apply remote sorting, remort filtering and pagination. So my store look like this: storeId: 'mainStore', pageSize: 10, autoLoad: { start: 0, limit: 10 }, autoSync: true, …
Abdul Rehman Yawar Khan
  • 1,088
  • 3
  • 17
  • 40
0
votes
1 answer

How to build Ext JS code by classes bundle instead of generating just one app.js file

I'm working on a Ext.js project which requires me to produce code for a production environment. I can combine and compress all js and css files in production, but some feature are implemented by "Ext.require" which means actually I don't need to…
Dayo Choul
  • 861
  • 2
  • 9
  • 23
0
votes
1 answer

Sencha cmd build error: shellscript returned: 1

I am working on a pre-existing Sencha Touch project. I am unable to build it and am unsure how I should go about debugging Sencha cmd build issues. Any help either with this specific error or hints regarding how to set up a Sencha build environment…
jkndrkn
  • 4,012
  • 4
  • 36
  • 41
0
votes
1 answer

Getting weird layout for Sencha project while running on Windows 8.1

I have a sencha project is perfectly running on Android, on browser like Google Chrome but when I am trying to run the same project on Windows 8.1 or Internet Explorer the css styles are not rendering and the UI looks weird. Below are the code…
Abhijit Chakra
  • 3,201
  • 37
  • 66
0
votes
1 answer

Sencha Cmd 5: app build bundle is missing Ext.application function

I am using Sencha Command 5.1.3.61 (though i've tried other 5.1 versions). when i run sencha app build testing, the resulting app.js bundle is missing required code from Ext - specifically Ext.application is not defined. I created an empty project…
Tim Carter
  • 21
  • 5
0
votes
1 answer

Sencha Touch 2 - App permissions & App icon

I edited the packager.json file to edit app permissions from: "permissions":[ "INTERNET" "ACCESS_NETWORK_STATE", "CAMERA", "VIBRATE", "ACCESS_FINE_LOCATION", "ACCESS_COARSE_LOCATION", …
SensacionRC
  • 595
  • 1
  • 13
  • 30