Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [sencha-cmd]

For questions related to sencha's command tool.

sencha-cmd
2 votes
2 answers
70 views

How to run Sencha Cmd 7.8.0.59 on linux

After upgrading the java to version 17, I have to install the sencha 7.8 version. But in compare with other versions there is no way to choose Sencha CMD with jre included or not. So the versions ...
Vahe Akhsakhalyan's user avatar
0 votes
1 answer
114 views

How to install Sencha Cmd 7.8.0.59 (linux-amd64) on eclipse-temurin:21 docker image

I'm trying to install Sencha Cmd 7.8.0.59 on the eclipse-temurin:21 docker image; FROM eclipse-temurin:21 as builder ENV CMD_VERSION="7.8.0.59" RUN apt-get update && apt-get ...
Bent André Solheim's user avatar
0 votes
1 answer
35 views

Sencha Extjs 7.7.0: pop-over is not displayed in grid component that contains combo box editor (cell editor)

In extjs version 7.7 pop-over is not displayed in grid component that contains combo box editor (cell editor) While this problem does not exist in the previous version 7.6 . Extjs Version 7.7 - With ...
Saeid Dadkhah's user avatar
0 votes
1 answer
36 views

Create maps with Extjs7

I want to know what options there are to integrate maps with Extjs 7. Will there be some open source option, could you help me with some documentation where I can review please. Thank you. I try ...
Christian's user avatar
0 votes
1 answer
269 views

Sencha Cmd - Unable to create javax script engine for javascript in Extjs - after upgrade to Java 17

After upgrading the java to the 17 version the sencha cmd does not run and I get "Unable to create javax script engine for javascript in Extjs" Using the source I added the mentioned jar ...
Vahe Akhsakhalyan's user avatar
0 votes
1 answer
183 views

Does Sencha 4 and 7.7 supports OpenJDK21

We need information on Sencha 4 version and Sencha 7.7version supporting OpenJDK21 . I couldn't get that information. Could you help us getting those information. Thanks.
Mukunda's user avatar
  • 1,613
0 votes
0 answers
52 views

After upgrading sencha to 6.6.0 i'm getting Uncaught TypeError: Cannot read properties of undefined (reading 'other')

I recently upgraded my app to 6.6.0, after build my app.js and index.html file has some auto-generated code after build. this browserNames and everything is coming from index.html but i don't why its ...
manny's user avatar
  • 1
1 vote
1 answer
120 views

How to manually load data in sencha Ext js from API without using "autosync" & "autoLoad: true"?

Ext.define('EmpMgmt.store.Personnel', { extend: 'Ext.data.Store', alias: 'store.personnel', model: 'EmpMgmt.model.Personnel', fields: [ { name: 'name' }, { email: 'email' }, { ...
Mohit Wayde's user avatar
0 votes
2 answers
492 views

Sencha cmd returning 'Fashion build exited with code : 2' error while running 'sencha app watch' - what should I do?

Sencha cmd, extJs 7: Fashion build exited with code : 2 I'm new to ExtJS, I was trying to use sencha cmd to create a project in a vagrant linux vm hosted on mac os (m2 chip). But I got errors while ...
Yanguo Cao's user avatar
1 vote
1 answer
103 views

XML Parsing Error: not well-formed for bootstrap.js file- Firefox

On Loading the Ext JS application in Firefox I observe XML error where bootstrap file is loaded as XML file instead of JSON. As per my understanding content-type has to be defined in file but since ...
Priyasree K's user avatar
0 votes
0 answers
51 views

White Screen when running the program in sencha

bootstrap.js:1595 GET http://localhost:1841/app/model/MovieStore.js? _dc=1683788163125 net::ERR_ABORTED 404 (Not Found) ext-all-rtl-debug.js?_dc=1683788162004:10407 [E] [Ext.Loader] Some ...
Leeraymoon's user avatar
0 votes
0 answers
217 views

ExtJS - creating a package with widgets panels, etc

I am creating a package in ExtJS and I need it to contain panels and other elements, this is my package.json: { /\*\* \* The name of the package. \*/ "name": "MyPackage4", &...
Julian Osorio's user avatar
0 votes
1 answer
85 views

When using ExtJS Theming System, Why do I need to run sencha app build while Running sencha app watch?

I noticed that updating scss files while sencha app watch is running does not update the output CSS files correctly. I tried changing the parameters on the mixin I am using but the CSS output file's ...
leonard.javiniar's user avatar
1 vote
0 answers
39 views

Can I use custom flags to sencha app build?

Is there a way to pass custom flags like this: sencha app build --foo=bar Then, access that flag via build.xml ? Thanks.
John Smith's user avatar
  • 2,018
1 vote
1 answer
387 views

How to specify a different domain when using sencha app watch?

Is there something like? sencha app watch --host=mydomain.app As we all know, the default domain is localhost:1841. I can define a custom port, but not a custom domain. I haven't found anything ...
John Smith's user avatar
  • 2,018

15 30 50 per page
1
2 3 4 5
36