Hi Maurice,
Nope, I'm not able to get the "Open Tooling" to work with my setup (Sencha workspace containing ExtJS app folder and package folder). After looking at the ext-gen and ext-build node...
Type: Posts; User: aanders
Hi Maurice,
Nope, I'm not able to get the "Open Tooling" to work with my setup (Sencha workspace containing ExtJS app folder and package folder). After looking at the ext-gen and ext-build node...
How can I make the new "Open Tooling" work with multi-app workspaces?
Assume that I run the following commands to create a new workspace and one application in it:
sencha generate workspace...
The 'ext-gen' app appears to generate applications that cannot be built in production-mode (i.e. it can only be run in dev mode with e.g. "npm start" or "npm run desktop", not with "npm run...
Hi,
The log-method in Ext.promise.Promise tries to access "this._owner". It should instead access "this.owner".
Illustrated in: https://fiddle.sencha.com/#fiddle/1e0i