I can also confirm this issue. It also happens on the very first require in any class if you are using auto add referenced classes.
Type: Posts; User: MikeRH
I can also confirm this issue. It also happens on the very first require in any class if you are using auto add referenced classes.
Bah!
It's the same in 6.6 and it's super annoying. Here is a fiddle to highlight the issue https://fiddle.sencha.com/#view/editor&fiddle/2pum
when you click the middle row you can see the stank.
Please see this fiddle. You need to open the CONSOLE to see the output.
It appears that the hasMany model config is only good with nested data up to 2 levels.
Am I missing something here?
...
Am I the only one having issues with forum search? I have tried it on different browsers and different machines.
I can't get in either...also forum search is broken. It is getting increasingly frustrating to work with this product.
I don't understand why this pivot custom aggregate function is returning NaN. All the columns sum correctly and in my function I am dividing group1 by group7 which should be 1 / 1 = 1 but instead...
Yes in a way. You want to put the files and folders from your production build (sencha app build --production). The files from /build/production/MyApp/.
So for your development environment you put...
Your production build needs to be in in the public folder
That's a shame the last one in Vegas was really good and it was good meeting you...except you had a pretentious beard. :)
Have a look at this fiddle.
2mbo
Is there a way to color the cell color in a pivot table? I am looking to compare 2 aggregate columns and color the cells based on value.
Thanks!
having this issue as well in PHPStorm 2018.2.1
Oh for sure. I was just surprised since the last time i checked on it...has improved quite a lot.
Wow...Webix is looking really good...great pricing and they have widgets I have been asking Sencha to make for years now.
Thanks for the feedback but I should have been more clear that the point was to add the menu to the tree view to use the window's view controller. In this way the menu is just created on the...
I have the following fiddle that has a nested tree component in a widow with border layout. When I add a menu using itemcontextmenu or containercontextmenu it is not shown at the correct XY...
Excellent...I will give this a try.
Did you look for errors in the chrome developer console after the freeze?
Never mind I figured it out. I can just add the directory i want to each individual app.json file.
Is it possible to add the app directory to the build directory structure when doing a build?
For example in a workspace I have this directory structure.
/apps
-----/myapp
/build...
The Ajax singleton only has GET and POST. Use a REST proxy if you want to use PUT and DELETE.
You also need to show the parent containers code as well. That can affect the scrolling of child containers.
I found the answer from this blog post https://www.sencha.com/blog/announcing-ext-js-6-5-and-sencha-cmd-6-5-ga/
CMD 6.5 app generate does not create a bootstrap.js file
sencha -sdk ext6.5 generate app --classic Test ..\test
bootstrap.js 404s on the site. Does this in Win 7 and 10
sencha app build...