lundi 1 décembre 2014

Sencha own example not right with selecting all in grid SpreadsheetModel, need db clk



  1. 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

Latest nightly, Sencha own example doesn't work with select state



  1. Thank you for reporting this bug. We will make it our priority to review this report.











Latest nightly, Sencha own example doesn't work with select state

DataView scrolls to the top at the first click on item

"sencha app watch" proxy configuration

Hi all,

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






"sencha app watch" proxy configuration

disable right click in browser

[unable to retrieve full-text content]Hi, How to disable right click in browser to avoid the context menu?



disable right click in browser

Document Bug? It seems opposite description.

I feel that it seems opposite description in your document.

http://ift.tt/1va3pwR


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.






Document Bug? It seems opposite description.

Update 4.2 -> 5.0 = TypeError: me.getConfigurator(...).merge is not a function

Hi,

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]);
}

any ideas? thank you so much

regards






Update 4.2 -> 5.0 = TypeError: me.getConfigurator(...).merge is not a function