This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Exporting project in Gui Composer

Other Parts Discussed in Thread: CCSTUDIO

I don´t know  why, the Export project window doesn't show me the options in the Device select box. I am using the DRV8312EVM with the F2806x ISO control card and I choose the Connection XDS100V1 USB. The software are the GUI Composer 1.8.0.1 and the Code Composer Studio 5.3.0.00090 .

In Preview it works fine.

Thanks in avance

  • Hi Javier,

    This is a bug and it should be fixed in CCS5.4. To workaround the issue that you have, you can use the same ccxml file that you use within CCS. Rename the file to appConfig.ccxml and drop it into the exported app folder. 

    Let me know if this works for you or not.

    Regards,
    Patrick 

  • Thanks Patrick,

    I´m trying it with the 5.4 but now the GUI Composer starts but does not complete the boot.

    I uninstalled the CCS5.3, installed the CCS5.4 and reinstalled the GUI Composer 1.8.

    Regards

    Javier

  • Hi Javier,

    Some one else also reported that GUI Composer doesn't start with the default browser that CCS shipped, can you modify the ccstudio.ini file and add this line to the end of the file? -DTIBrowserType=mozilla and and restart CCS?

    I like to get some information from you to debug the browser issue if you don't mind:
    - What is the spec of your machine and what OS?
    - Can you attach the workspace log file here?
    - Without the -DTIBrowserType=mozilla, can you add these two settings to ccstudio.ini? -Dorg.eclipse.equinox.http.jetty.http.host=127.0.0.1 and -Dorg.eclipse.equinox.http.jetty.http.port=9000 (you can change this port to a valid port if this is blocked)

    thanks,
    Patrick 

  • Hi Patrick,

    All problems solved with " -DTIBrowserType=mozilla".

    Thanks

    Javier

  • Hi Javier,

    I am trying to determine out what might have cause this issue, I hope you can help me to perform a simple test. It should take a couple minutes of your time.

    Can you open this file, <install dir>\ccsv5\eclipse\plugins\maqetta.core.client_1.0.0.<buildid>\WebContent\pagedesigner.html. Uncomment the line require.on('error', moduleLoaderErrorHandler), line 143. And remove the mozilla browser property in ccstudio.ini.

    See if you can open up GUI Composer with the default browser.

    Thank you very much!
    Patrick 

  • Hi Patrick,

    Doesn't open. I check with IE and Mozilla default browsers. I use W7 64 bits.

    Regards