Hello,
I am playing with a test schema attempting to override certain methods and the like.
Currently able to set the getter method on the parent to the child via 'getterName' under the specified...
Type: Posts; User: REM955
Hello,
I am playing with a test schema attempting to override certain methods and the like.
Currently able to set the getter method on the parent to the child via 'getterName' under the specified...
This is not terrible accurate to the situation. The store I want to access is another layer/ object down.
It would be more like 'order.itemInfo.items'.
In my situation, we have a large object with several layers of nesting.
This large object after being put into a model, is set inside 'data' of this View Model for testing.
I am able to access...
We have come across a reason for the issue.
Apparently the update to the sencha cmd/ CDN or something like that is getting blocked and the process is repeatedly getting called.
Funny, considering...
I am attempting to have a rule system implemented for determining if an extension of container is visible or not. The basic idea is in the code below.
Ext.define('ContainerViewRules',{
extend:...
Rubyv2.0.0p247
This is what the rest of the project is using.
I was able to get it working after re-installing a gem called JSDuck in the right encoding, but that was late Friday.
Restarted the...
Ext4 into Ext6. Still working on the migration in a sense.
Yep. Tried to create a sample app wondering if anything would change.
Not terribly certain, but could it be related to ruby gems?
I did install the latest version and it still is happening.
Version: 6.2.1.29
Also attempted "sencha app build". Same results.
Windows 7 64-bit
Hadn't tried that as our team is only using this version.
I have done this on an old computer several times without issue.
From the command line in the application folder I enter in "sencha app watch".
All it does here is just hang and nothing else past...
60+ views and no ideas. Dang.
Here's a Fiddle if someone wants to play with it.
https://fiddle.sencha.com/#view/editor&fiddle/1pfe
I edited my initial post and now it is missing all content. What did I do?
In this situation I want to recreate, there is one Ext.data.Model record that serves as the main source of info for the view. It has levels and levels of stores of Models in the hierarchy. For...
I am attempting to cause a set of fields in a form to swap from display to a specific form field xtype to make it editable.
So far I have looked at playing creating my custom form item by extending...
I am having an issue with a Component that I am attempting to integrate into Ext6 from Ext4.
During the on "boxready" event, we run a visibility check. If you have the permissions, we set a...
Hello.
We are working on a conversion from 4.01 to 6.0.0. In our model system, on load we would have a "parent" field populated with the next level up. We did this by overriding HasOne and HasMany's...