Any update on this? I just reinstalled Ext-gen and I see the exact same issue.
Type: Posts; User: niallobrien
Any update on this? I just reinstalled Ext-gen and I see the exact same issue.
Hi, I've recently tried to scaffold a new app and have encountered numerous issues.
Firstly, Cmd used to scaffold out an app directory with a main view, model, store, viewModel, viewController...
Any update on this? It's been nearly a month already. Thanks.
I have following the installation instructions in the docs and it seems that no `app` directory is being created/scaffolded at all.
I can install ext-gen but when I try to generate an app, it seems...
Any update on this? My password doesn't contain any special characters, but I still get the same error as others reported here.
Been a while since I tried it, but it was on a Samsung Galaxy S8+ on Chrome.
It's the Coworkee example app, try it on mobile.
Well as you can see in my previous snippet, I use the beforeedit listener to disable cell editing for a specific row.
The CSS just styles the row with a background colour afaik, simple stuff.
Yes, so in that scenario, why would the main app need to be recompiled if it's lazily fetching the build output of those packages when required?
Thanks, yeah that makes sense, I can understand having to rebuild the project in that scenario. But what about when you dynamically/lazy load packages on the fly to reduce the initial app payload as...
Hi all, I'm currently looking into splitting an application into multiple independently managed packages which will be dynamically loaded, and I'm wondering, when a new version of a package is...
Is this something that we can do for the reasons outlined in my original post?
Hi all,
I hope this post is seen given the large amount of spam here as of late.
I'd like to know why when I run a build, that I can still access singleton properties via their original names in...
Anyone else experience this?
Shouldn't navigating your app via control-click etc. be possible? Eg. why is it not possible to click on a method within a view and have VSCode automatically take you to that method within the...
This seems to be resolved with the latest versions. Thanks.
Hi all, I'm currently on IntelliJ IDEA Ultimate 2017.1.5 and this plugin constantly crashes the within the IDE and because of that, actually reduces functionality eg. I can no longer go to a...
Weird, I just came up against a similar requirement. Perfect timing. :) I needed to disable a grid row and any editor components within it (dropdowns etc.)
Below is what works for me (I've removed a...
Hi all, I was reading this guide and it got me thinking again, what are the best ways that you have found for managing state in a large ExtJS application?
Care to share your thoughts?
Thanks in...
Hi all, sorry for the bump - but would like some further info on this! Thanks in advance.
I have my grid column settings in another file and had tried everything to bind the store, the only things that seemed to work in the end was to require the viewModel into where I have my column...
Hi All,
As the title says, I'm trying to bind a store to a combobox that's within a cell in a grid. If I hard-code the store within the view file itself, it works, but I cannot seem to bind the...
Looking forward to this release.
Hi, I'm just wondering if there's a way to stop Inspector from refreshing the Components tree when switching to another tab (such as Stores or Layout Runs) and then coming back to the Components tab?...