Any updates on that?
Type: Posts; User: SlaWinner
Any updates on that?
Hello Evan,
Let's cancel it... just a strange behaviour that I'm not able to reproduce anymore.
Hello,
Here is the issue with `renderer`-function for Ext JS 6.5.0.775
editor: {
xtype: 'numberfield',
allowBlank: false,
minValue: 0,
...
Finally, I've found that it has to be configured file ~/cmd/{version}/sencha.vmoptions by adding:
-Dhttp.proxyHost={IP}
-Dhttp.proxyPort={PORT}
Hello,
Was it fixed?
I have the same issue with Cmd 6.2.2
Sencha Cmd v6.2.2.36
[DBG] Loading configuration from ~/programs/ext
[DBG] Scanning for extensions in...
Is there anything that I've missed?
Hello Gary,
Wildly sorry... looks like it was a bug in the night build' Firefox itself. Revalidate again, everything is fine.
Next time I'll check the callback for an error.
Kind regards,
...
Hello,
app.framework.version=6.2.1.167
app.cmd.version=6.2.2.36
I would like to use direct paths instead of relative by using:
appFolder: '/app/document/app'
But it does not work for...
Hello,
Here is a small error in the Ext JS 6.2.1
app.framework.version=6.2.1.167
app.cmd.version=6.2.2.36
var obj = Ext.create('Ext.tip.ToolTip', {});
delete obj; // failed: destoy is...
But another error has appeared...
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExBuild: failed optimizing ~/ext/modern/modern/src/MessageBox.js
[ERR] at com.sencha.
[ERR]...
Thanks, Gary.
Finally, I've found the solution in another topic:
It has to be added Ext component into "require"-section of app.js
The dirty solution:
The actual should be (not workable):
The problem has appeared after adding element with xtype "tabpanel" (theme-triton)
app.framework.version = 6.2.1.167
app.cmd.version = 6.2.2.36
[ERR] unknown definition for mixin named...