Well, I finally got some time to get back to this project. I'm still having problems with charts in 6.5.2 using Architect 4.2.2 on Windows 7.
I deleted my view with the charts and started with a new window. Just dropped in a 3D column chart, added a store for the series and after I publish to my local app server (Tomcat 9) when I bring up the app, I see the following errors in the browser debugger:
Loading failed for the <script> with source “
http://localhost:8080/ClientPortal/E...13029315452”.
[E] [Ext.Loader] Some requested files failed to load. ext-all-debug.js:10025:21
Loading failed for the <script> with source “
http://localhost:8080/ClientPortal/E...13029315452”.
Loading failed for the <script> with source “
http://localhost:8080/ClientPortal/E...13029315452”.
Loading failed for the <script> with source “
http://localhost:8080/ClientPortal/E...13029315452”.
I'm not using Sencha Cmd from within Architect but publishing the app directly to my Eclipse project directory. The reason I switched away from Sencha Cmd is because I found it difficult to debug in. It's much easier with individual files.
I noticed that in the Library Resources property panel, it's showing:
Library Requires: sencha-charts.
I tried to delete this, thinking that it was needed by the older version but it won't let me delete it.
I should note that this Architect project file has been upgraded several times and I think it started out life as an Architect 2 project with ext-3.2.
The ext code is in a separate war file and I point to it in the Library Base Path ../ext-6.5.2/ext/
This setup has worked for me for quite some time and it only started breaking when I upgraded to ext-6.5.2 and switched from using Sencha Cmd to just publishing from within Architect.
Is there some chart package that needs to be specifically included somewhere? From the console log, it seems to be looking for these files in the wrong place.
Any suggestions would be appreciated.
John