Graffiti WebGrid Not Working

I’ve just purchased Graffiti Web Suite and am trying to integrate it into my project. I’ve followed the Getting Started on Graffiti Suite’s web site, added the relevant modules and build steps to copy the scripts and everything. When I run the project I get the following JavaScript error:

Could not execute returned javascript: RS is not defined
Source: var langdir = document.getElementsByTagName(‘body’)[0]; if(langdir) { langdir.removeAttribute(‘dir’); }
var langdir = document.getElementsByTagName(‘body’)[0]; if(langdir) { langdir.setAttribute(‘lang’,‘en’); }
RS.addClass(‘gqq02EYa’,’_Style’);
RS.removeClass(‘gqq02EYa’,’’);
Xojo.createNamespace(“graffitisuite.slickgrid”);
window.gridgqq02EYa = [];
new listbox(‘K6jrIpdD’,[‘Open’,‘SelectionChanged’,‘Shown’]);
Xojo.controls[‘K6jrIpdD’].setEnabled(true);
Xojo.controls[‘K6jrIpdD’].setColumnWidths(‘200,60’);
Xojo.controls[‘K6jrIpdD’].setMinimumRowHeight(22);
Xojo.controls[‘K6jrIpdD’].setPrimaryRowColor(’#FFFFFF’);
Xojo.controls[‘K6jrIpdD’].setAlternateRowColor(’#EDF3FE’);
Xojo.controls[‘K6jrIpdD’].setSelectedRows([]);
new listbox(‘bxcHAsrw’,[‘Shown’]);
Xojo.controls[‘bxcHAsrw’].setEnabled(true);
Xojo.controls[‘bxcHAsrw’].setColumnWidths(’’);
Xojo.controls[‘bxcHAsrw’].setMinimumRowHeight(22);
Xojo.controls[‘bxcHAsrw’].setPrimaryRowColor(’#FFFFFF’);
Xojo.controls[‘bxcHAsrw’].setAlternateRowColor(’#EDF3FE’);
Xojo.controls[‘bxcHAsrw’].setSelectedRows([]);
new frameworkObject(‘jABYP3lh’,[‘Close’,‘Open’,‘Shown’]);
Xojo.controls[‘jABYP3lh’].setEnabled(true);
Xojo.view.showPage(‘jABYP3lh’);
document.title = “Untitled”;
Xojo.view.dismissLoader();

I know nothing about JavaScript. I’m running on Windows 7 64 bit and Xojo2017R3.

Does anyone know what is causing this?

Unfortunately with third party libraries it can be hard for us to help sort out the issue as a community. Have you sent a private email to Anthony yet?

Do you have the buildstep to copy the scripts to the location of your application after its built?

I do.

I’ve written Anthony C and he thinks there may be some legacy code from the old framework in the source. He’s checking on that now.

Anthony C was able to sort out the issue and fix a couple others I was having. He provides great customer service and very fast responses.