Results 199 comments of Seth G

Thanks Wietse. I took a similar approach by modifying my activate.bat script to include: set TCL_LIBRARY=C:\Python26\ArcGIS10.0\tcl\tcl8.5 set TK_LIBRARY=C:\Python26\ArcGIS10.0\tcl\tk8.5 mapplotlib is now working in the virtualenv.

Perhaps https://docs.sencha.com/extjs/6.2.0/classic/Ext.selection.Model.html#method-onBindStore ?

@smartlabDEV - does the ArcGIS service require authentication? Could it be a CORs issue? Some code showing how GeoExt is used would be useful, as it sounds more likely it...

I think we have to wait until a 7.0.1 release for the GPL version? Unless this just got released? There is a good repo at https://github.com/abenhamdine/awesome-extjs which keeps the links...

On further investigations the debouncing is fine, but the issue outlined in #550 remains. It can however be resolved simply by changing the store configs. It appears as though if...

How about adding the current PermalinkProvider functions to a PermalinkMixin and then adding the mixin to 2 new GeoExt classes deriving from the 2 ExtJS state providers? E.g. `GeoExt.state.CookieProvider` and...

> Should a third class `GeoExt.state.PermalinkProvider` also be available or do you think this is way too much? Think on uses cases where you don't want to use cookies or...

@dknezevic - for GeoExt2/ExtJS4 I used a Grunt plugin to make minified builds. For ExtJS6 and GeoExt3/4 I switched to using SenchaCMD for builds. A working build process can be...

Possible approach to a fix at https://forums.iis.net/post/1943141.aspx ? ```c /* Hack for IIS that sets incorrect PATH_INFO */ char *env_server_software = sapi_cgibin_getenv("SERVER_SOFTWARE", sizeof("SERVER_SOFTWARE")-1 TSRMLS_CC); if (env_server_software && env_script_name && env_path_info...