-
21 Oct 2011 12:08 PM #11
Sure.
It is very simple , because I was working in a more complex one and got that error.
Thanks.
{
"name": "newsletter.xds",
"settings": {
"urlPrefix": "http://localhost/",
"directAPI": "",
"spacesToIndent": 4,
"codeGenFormat": "Class",
"exportPath": ".",
"extPath": "http://extjs.cachefly.net/ext-4.0.2a/",
"lineEnding": "CRLF",
"instantiateStore": true,
"exportXDSFiles": true,
"genTimestamps": true,
"appName": "MyApp"
},
"xdsVersion": "1.2.2",
"components": [
{
"id": "ExtBox1-ext-gen1666",
"type": "form",
"reference": {
"name": "items",
"type": "array"
},
"codeClass": null,
"userConfig": {
"height": 250,
"width": 400,
"bodyPadding": 10,
"title": "My Form",
"designer|userClassName": "MyForm"
},
"cn": [
{
"id": "ExtBox1-ext-gen1858",
"type": "textfield",
"reference": {
"name": "items",
"type": "array"
},
"codeClass": null,
"userConfig": {
"fieldLabel": "Label",
"designer|userClassName": "MyTextField",
"layout|anchor": "100%"
}
}
]
}
],
"stores": [],
"framework": "ext40"
}
-
21 Oct 2011 12:16 PM #12
Antonio -
I used your project file in the latest Designer release 1.2.2 and was able to export the project without any problems.Aaron Conran
@aconran
Sencha Architect Development Team
-
21 Oct 2011 12:26 PM #13
Yes, but when you double click on designer.html , does it work fine ?
-
21 Oct 2011 12:32 PM #14
-
21 Oct 2011 12:49 PM #15
No , normaly just to be faster I try the code localy ( double click ) and if there aren't use of stores it works fine.
OK , I tried to move it on web server and it works.
With the previous version I normally used a local test , but this does not really matter, I can change my habits.
Thanks Aaron.
Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-838
in
Architect 2.0.


Reply With Quote