When you sign up at https://www.sencha.com/legal/gpl/, you'll get GPL 7.0.0 in .zip format.
At https://sencha.myget.org/feed/Packages/gpl, you have the gpl edition as npm package.
The GPL version...
Type: Posts; User: lmeyer1
When you sign up at https://www.sencha.com/legal/gpl/, you'll get GPL 7.0.0 in .zip format.
At https://sencha.myget.org/feed/Packages/gpl, you have the gpl edition as npm package.
The GPL version...
Sencha has movved to StackOverflow for GPL and Community Editions.
They finally released it about a month ago... About a year after the community version was out.
Hello,
there is a bug in the GPL version concerning
1. the licence message shown by `npm start`.
It shows
i [ext]: ext-webpack-plugin v7.0.0, Ext JS v7.0.0 Commercial Edition, Sencha Cmd...
How would this relate to the OP's code ? There is no gender column in the fiddle.
Thank you for an explanation.
Thanks for your solution.
Unfortunately this bug is still open three years later, but fortunately there is a workaround:
Instead of overriding directly
Ext.define('Mb.override.JSON', {
override: 'Ext.JSON',
...
I have this problem only since I'm using Sencha Cmd 6.5.
I just found how to do it following their guide
sencha app build
sencha app refresh
I have the same problem. Is there a workaround (other than not using grouping and dragdrop together) ?
It's nice that is has been fixed in ExtJs 6.2.1, but I'm using GPL version, and this version is not yet released under GPL.
Is there a workaround ? Or is there a planned release date for ExtJs...
When will this problem be fixed in GPL version ? Will it be fixed in GPL 6.2.1, and when will this version be available ?
Is there a workaround available to fix this problem ? I asked the question...
Ext.data.proxy.localStorage is not working at all with ExtJs version 4.2.2.1122.
The newly added lines are never saved to localStorage.
I digged into the code and found that this is because...
It's about one and a half month later, and the comments are still not back.
When can we expect the availability of the comments again ? It is a valuable resource.
Hello, I looked at the three solutions that don't use a framework:
Ext.Direct PHP - Maintained by tommymaintz (Tommy Maintz)
Ext.Direct PHP Backend - Maintained by ckr
Easy Ext.Direct...
I start an important development and need to make a choice for the backend. For simplicity I'd like to opt for a proxy/reader/writer couple of ajax/json.
I see that there are many options for...
Load mootools, then add this script
<script>
var MOOTOOLS_DOCUMENT_ID_VALUE = document.id;
</script>
Load Extjs with this code
<script src="ext.js"></script>
restore the value for mootools...
I found the culprit: It was another library I loaded along with ExtJS. So it is not ExtJS related.
I use ExtJS and include the framework with
<script src="ext/ext-dev.js"></script>.
Despite the fact that the ExtJS documentation makes extensive use of console.log, this function is not working,...