THE SOLUTION in my case:
I went over to the file mentioned in WARNING
--> C:\Users\<USER_NAME>\bin\Sencha\Cmd\repo\.sencha\repo\remotes\sencha-beta\sencha.cfg
and I saw that the file was...
Type: Posts; User: orieltzvi
THE SOLUTION in my case:
I went over to the file mentioned in WARNING
--> C:\Users\<USER_NAME>\bin\Sencha\Cmd\repo\.sencha\repo\remotes\sencha-beta\sencha.cfg
and I saw that the file was...
I am also getting these "warning messages" - meaning something's NOT WORKING!
I have been working with sencha cmd 6.6.0.13 for quite a while (many months or more).
Everything was working well....
Though it's obvious, I have now noticed that the problem mentioned here causes a server request on each hasMany which is null.
And that's quite a mess when the Server starts throwing errors on...
Is there a way to set up a store with source bound to hasMany of a Ext.data.Model?
I have:
Ext.define('Some.model.Rec', {
extends : 'Ext.data.Model',
fields : [...],
hasMany ...
[ext.version.number=6.6.0.258]
I ran into an error:
"Cannot read property 'isModel' of undefined"
I found out the reason for the error was in:
Ext.data.reader.Reader --> extractData -->
...
Shalom,
Users of my team's application often face a quite annoying bug...
... well all they see is that the program gets stuck!
After digging into this - I came up with some information:
seems to be working now
API docs is down. can't even access old verions. since the last half-hour or hour.
EDIT: API docs is back.
Thank-you! great documentation. really helps
Thank-you
I understand.
The fact is that if I copy the code of the example,
--> icon: Ext.window.MessageBox.INFO
the icon does not show.
And when I remove ".window", like this:
--> icon:...
In API - Ext.MessageBox.show()...
--> in example --> the icon is set to:
icon: Ext.window.MessageBox.INFO
It should be:
Ext.MessageBox.INFO
like it says further on in the API.
If useful for anyone:
In the combo's select event -
onComboSelect: function(combo, record){
var itemRecord = combo.up('editor').context.record;
// itemRecord is the record of the...
With G-ds assistance
It seems that "render" events get fired in creation of component,
and "show" events get fired in activating show() function.
As you run your code and panels get rendered,...