Thank you for reporting this bug. We will make it our priority to review this report.
Sencha own example not right with selecting all in grid SpreadsheetModel, need db clk
Thank you for reporting this bug. We will make it our priority to review this report.
Thank you for reporting this bug. We will make it our priority to review this report.
is there any possibility to configure a proxy when using "sencha app watch" cmd ?
The command is starting a webserver on localhost:1841
What I want to do is to be able to configure a specific path on the URL which should be redirected to another machine/port
E.g
http://localhost:1841/rest
/rest should be redirected (configurable) to localhost:8080/rest
Maybe similiar configuration options as availble here (maybe simpler/less): http://ift.tt/1mLX1Uu
In "Introduction",
"These files will be replaced by sencha app upgrade and so should be edited unless absolutely necessary "
Is it correct that "should *NOT* be edited unless absolutely necessary " ?
Plus,
"These files are, however, an excellent reference but should be modified unless necessary. "
Also is it correct that "should *NOT* be modified unless necessary. " ?
Regards.
I like to create a window on button click. Since the update I get the following error
TypeError: me.getConfigurator(...).merge is not a function
Code:
initConfig: function(instanceConfig) {
var me = this,
config = {};
me.processWinVerfolgung(config);
if (instanceConfig) {
me.getConfigurator().merge(me, config, instanceConfig);
}
return me.callParent([config]);
}
regards