Success! Looks like we've fixed this one. According to our records the fix was applied for DSGNR-838 in Architect 2.0.
  1. #11
    Sencha User
    Join Date
    Mar 2010
    Posts
    9
    Vote Rating
    0
    ca.volpicelli is on a distinguished road

      0  

    Default


    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"
    }

  2. #12
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    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

  3. #13
    Sencha User
    Join Date
    Mar 2010
    Posts
    9
    Vote Rating
    0
    ca.volpicelli is on a distinguished road

      0  

    Default


    Yes, but when you double click on designer.html , does it work fine ?

  4. #14
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Quote Originally Posted by ca.volpicelli View Post
    Yes, but when you double click on designer.html , does it work fine ?
    Yup. Are you serving the application from a webserver?
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  5. #15
    Sencha User
    Join Date
    Mar 2010
    Posts
    9
    Vote Rating
    0
    ca.volpicelli is on a distinguished road

      0  

    Default


    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.