-
20 Feb 2012 4:57 AM #1
Nested List example.
Nested List example.
Hey,
I am having big problems with the Nested List view. Can anyone attach a working Nested List example?
-
20 Feb 2012 1:40 PM #2
See if this helps.
Bharat Nagwani
Sencha Designer Development Team
-
20 Feb 2012 11:28 PM #3
Thank you, I forgot to write that data should come from a object and not a local json file. Can you modify it to work that way? The reason I ask is http://www.sencha.com/forum/showthre...g-displayField.
Where I am having problems getting it to work in some combinations. So would like to know if it works in any combinations?
-
21 Feb 2012 6:38 PM #4
We will look into the other example you have provided.
THanksAaron Conran
@aconran
Sencha Architect Development Team
-
22 Mar 2012 9:00 PM #5
Im having a problem too :
I have a local nested data json file. I provided the url to the file in the Ajax proxy I made for the model. Now I when I load data in designer, I get the error :
Pls HelpCode:JSON.stringify cannot serialize cyclic structures.
-
23 Mar 2012 5:08 AM #6
Sasha -
What build of the designer are you using? Could you give us a sample JSON structure that throws this error?
Thanks,Aaron Conran
@aconran
Sencha Architect Development Team
-
26 Mar 2012 10:12 AM #7
I downloaded this zip to check it out and I'm getting the JSON.stringify error from it. I'm using the latest build, 337.
Here is what the JSON looks like -
Code:[ { "name": "foo", "id": "foo", "type": "FACTORY", "children": [ { "name": "job", "id": "job", "type": "JOB", "children": null, "execId": "job", "leaf": true, "execCount": 10, "factoryName": "foo", "parentId": "foo", "text": "job", "cls": "file" } ], "execId": "foo", "leaf": false, "execCount": 10, "factoryName": "boo", "parentId": "boo", "text": "foo", "cls": "folder" } ]
-
28 Mar 2012 6:00 AM #8
I am also getting the error:
when trying to load data. I am running on build 341.Code:JSON.stringify cannot serialize cyclic structures.
-
28 Mar 2012 7:19 AM #9
To all those that are getting the
The bug thread is here:Code:JSON.stringify cannot serialize cyclic structures.
http://www.sencha.com/forum/showthre...lic-structures.
We've been unable to reproduce it so if any of you are able to provide step by step instructions for always re-created this bug (that we know exists, but we cannot reproduce) that would be a huge help!Aaron Conran
@aconran
Sencha Architect Development Team
-
18 Jul 2012 10:09 AM #10
the provided example does not run in architect 2.
the provided example does not run in architect 2.
the store throws the following error when attempting to load data: Unable to load data using the supplied configuration.


Reply With Quote