Yes, but deleting threads just like that. They contain sometimes solutions, its not like we're trolling around here.
Type: Posts; User: klodoma1
Yes, but deleting threads just like that. They contain sometimes solutions, its not like we're trolling around here.
Wow, now this beats them all on this forum.
There was a post around here about 'forum search not working', which just disappeared from the forum. I assume it was manually removed or something...
Any updates on this one?
Yes I can, but please be patient a few good days. I don't have it all in a share-able format, but I will create a github repo where i throw everything in.
I ended up with 2 versions so far:
1. changing ext-webpack-plugin provided by sencha so that it works with multi-app workspace(nodejs packages are installed in the workspace folder and not in the...
https://docs.sencha.com/cmd/guides/advanced_cmd/cmd_reference.html#advanced_cmd-_-cmd_reference_-_using_ant
I wanted to understand more the build process, following the docs, it says that
...
I confirm. Still a problem. Same here.
How can I disable specific mouse events for a view?
I have an extjs view, which incorporates an external component, which generates a canvas and does some actions with it.
I noticed some lags...
After some hours of digging into sencha "ant" backend I found out the problem and solution.
The problem is that the build temp dir is the same for all build profiles or toolkits. So in my example...
No, that is not what I am looking for.
They are not hitting the same route twice with both route handlers due to the :type condition in the route.
...
Is it possible to watch different profiles of the same app at the same time?
I tried to run the sencha app watch on different ports and it works... except the CSS files do conflict when they are...
Hi all,
If multiple routes are matched, is there a way to execute the "first one" only and stop all the others? Can they also be prioritized somehow?
Example, I have a routeDataHandler that...
Is there a guideline or some ideas on "how" npm tooling should be used in a multi-app environment?
Practically, one has a structure like:
- senchaWorkspace
- app1
- app2
- ext
- packages
...
I am looking on how to setup Extjs with Jasmine for unit-testing.
If you look in the framework sources, there are tests provided for the packages. I think these are good and valuable resources if...
Any update on this one? I am also very interested in finding a good testing setup.
Hi,
How can I set a "columns default" for the modern toolkit? I would like to set some "defaults" that are valid for all the columns. ...
I have an app created with sencha cmd. From what I see is that always all JS files are loaded.
This is good for production but is annoying is that in "watch" mode, all JS files get loaded when...
Any updates on this one, or maybe a "timeline" when can we see and update on this topic?
Hi community,
Is there a "best practice" of Integrating Extjs App into existing PHP Projects? (Eg, Symfony or any other framework)
I have my own tweaks of doing this, but I loose some...
Wow, I didn't expected this, the doPut method is not implemented in the Ext.ux.Ajax.Simlet class.
I fixed this with the following code:
Ext.define('Ipd.override.Simlet', {
override:...
Can someone point me out how to simulate a PUT request with Ext.ux.ajax.SimManager?
GET requests are working well, but I can't find where can I configure PUT/DELETE/POST requests.
I've created a...
I can understand and see the requirements for something like this.
Did you found a good solution for this situation?
Hi all,
I have this use case, and I don't know how to solve it.
The UI feeds a model with data, quite often the model is being synced to the backend and during this "sync" process the data in...
I also have this issue.
Is the css adjustment the solution for it?
Is there a proper image field that handles preview and upload as well for extjs?