Yes I did.
What is happening... when I have a JSON with root different than 'children' (even if I define rootProperty of reader), it doesn't set as a full loaded tree and keeps trying to remote load...
Type: Posts; User: VitorVillarino
Yes I did.
What is happening... when I have a JSON with root different than 'children' (even if I define rootProperty of reader), it doesn't set as a full loaded tree and keeps trying to remote load...
Thanks!
Hi guys!!
I'm trying to make a treepanel with all (it must have all) the elments and their children, but although I have the all the elements at my JSON it doesn't load properly and, everytime I...
Hi!
I'm having the same problem (https://www.sencha.com/forum/showthread.php?332247-Treepanel-aligning-right-items).
I don't know the solution, but what I did, while I don't figure out why it is...
Hi!
I don't know why, but my treepanel is aligning right all the items:
55516
I really tried to understand what I did wrong, but couldn't find it. I created a fiddle, but everything is working...
Thanks for your answer!
Because of your answer I found out what was going on!
I tried the first solution and my splashscreen stopped to work. Somehow, on fading it out, I was destroying the...
Looking at the debbugger, the dom from ariaEl on Component is null. Do I have to initialize it?
55505
Hi everybody! (sorry for my english)
I'm creating an application and I don't know what I did, but I noticed that tooltips are not working (all of them...including tooltips that sencha shows...
I found out!
The associationKey and name had the same value and that was, somehow, messing with everything!
Thanks for your answer!
I'm trying to remake the Loading Nested Data from http://docs.sencha.com/extjs/6.0.2/modern/Ext.data.reader.Reader.html but it still doesn't work.
Here is my code ( I...
Hi guys!!
I'm having a little problem with nested models and, although I searched and followed a bunch of tutorials, I couldn't get it right.
I have the following JSON that has 3 registers and...
Hi!
Thanks for your answer. I copied the entire build folder (testing).
I have also found a solution: declare 'Ext.layout.container.Fit' as required.
requires: [ ...
...
I'm new to sencha and I think I'm doing something wrong here. I build my application with cmd and everything was ok on watch app. So, I copied the build/testing to a tomcat WebContent folder, but...
Thanks!
I found a solution. If I set a width value for the logo component it stops.
Thanks for your answer! :D
Hi everybody!
I'm quite new to Sencha and I'm still doing some tests with it, so... I'm probably making many mistakes :D
I'm trying to create a header with a logo, but it doesn't quite fit the...