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, thank you for your reply.
Yes that was also a thought that occurred to me (over-nesting), however, the nesting that we have within the app is required to satisfied the UI requirements. There are...
Hi all, it turns out that for my particular use-case suspending the layouts is not an ideal situation (dropdowns, alerts etc. break). Does anyone have any suggestions? Thanks
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?
Grid was nested within a container within a panel. Seems that once taken out of the container, there were no issues. Not ideal. Fixed by suspending layouts instead.
Hi, I've implemented a grid with cell-editing in ExtJS Classic and when I scroll horizontally across to the cells to edit them, after about two seconds, the grid's scrollbar resets to its original...
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.