@futlib If you read the original source you'll see that the code you're looking at is a fallback case if the skin has not been loaded.
Not sure what you tried as far as loading files, but if you place the script includes in your host .html file before the GWT-generated JavaScript includes, there's no way for the load order to be wrong unless the files are just not at the URLs you specify. Check for errors of this kind.
Not sure what you tried as far as loading files, but if you place the script includes in your host .html file before the GWT-generated JavaScript includes, there's no way for the load order to be wrong unless the files are just not at the URLs you specify. Check for errors of this kind.
Comment