You are the best, Joel :-)! I did a copy of the model defined in the Ext 4.1 and missed this important change although it has in my new model classes in the Sencha Touch project. Anyways, thank you...
Type: Posts; User: moclop
You are the best, Joel :-)! I did a copy of the model defined in the Ext 4.1 and missed this important change although it has in my new model classes in the Sencha Touch project. Anyways, thank you...
Hi Joel,
Here you are:
[
{
"tekst": "Aggershvile Alle 1, 2942 Skodsborg",
"adgangsadresse": {
"id": "0a3f507d-a017-32b8-e044-0003ba298018",
"href":...
Hi all,
I have defined a model like this:
Ext.define('OnSite.model.Address', {
extend: 'Ext.data.Model',
fields: [
{ name: 'presentationString',...
Hi all,
My app was still working on Chrome but suddently NOT after updating the brower to the latest version (Version 43.0.2357.81 m). I debuged and found out that the listener for the...
I am not sure if the problem is coming from Apple because the previous version of my App is still working with Safari. I tried to remove some items from the main view somehow it looks similar to the...
[Error] TypeError: undefined is not an object (evaluating 'this.items.items')
Ext.Container#setRendered (app.js, line 28931)
Ext.Container#setRendered (app.js, line 28934)
...
I got the same problem and did an upgrade BUT the problem is not SOLVED.
It throws the error below
[Error] TypeError: undefined is not an object (evaluating 'this.items.items')
Ext.Container#setRendered (app.js, line 28931)
Ext.Container#setRendered...