I'm currently using SmartGWT LGPL edition. Now I'd like to add HTML5 charts to the project so I'm willing to buy few SmartGWT Pro licenses. I tried the 60 days trial version to build a proof of concept and I failed. I couldn't make even simplicity theme to work with the Pro version.
My question is what are the steps of adding Pro components at the minimum to make charts working? I mean precisely the changes to proj_name.gwt.xml, index.html and the server jars needed (if any).
BTW, I don't need all Pro server components, I'll continue using the GWT Rpc based legacy services we built over the time. Eventually I may need the Pro components responsible for pdf/excel export.
Thanks!!
I HAVE TO FIRST MAKE CLEAR THAT IT IS NOT LEGAL TO USE YOUR LGPL LICENSE AS YOU ARE ABOUT TO READ AND I RECOMMEND YOU GO AHEAD TO BUY THE PRO LICENSE TO ACCESS THESE FUNCTIONALITIES IF YOU HAVEN'T DONE SO BUT SINCE
I have a working solution as below:
Add ISC_Charts.js and ISC_ISC_Drawing.js scripts to your host html file as you do for ISC_Core.js;
Ensure you inherit SmartGwtNoScript.gwt.xml in your module descriptor instead of SmartGwt.gwt.xml and you are ready to go
remove those checks from the default constructor, jar back your distro and re-run.
I hope this solves the problem