Hi Isomorphic,
I have some questions regarding the myproj.gwt.xml-includes.
As I'm loading your framework JS files manually and I'm not using Enterprise skin (but an own Simplicity-based one), I should be using *NoScriptNoTheme, which you added here.
For some reason I'm currently still using com.smartgwt.SmartGwtNoScript, which is working, but most likely not correct. (Note: "com.smartgwt" without "ee"- or "power"-suffix)
My questions:
Thank you & Best regards,
Blama
I have some questions regarding the myproj.gwt.xml-includes.
As I'm loading your framework JS files manually and I'm not using Enterprise skin (but an own Simplicity-based one), I should be using *NoScriptNoTheme, which you added here.
For some reason I'm currently still using com.smartgwt.SmartGwtNoScript, which is working, but most likely not correct. (Note: "com.smartgwt" without "ee"- or "power"-suffix)
My questions:
- As I'm using power edition, do I have to include com/smartgwtpower/SmartGwtPowerNoScript.gwt.xml?
I'm asking because I noted that the Power-BuiltInDS is using "<inherits name="com.smartgwtee.SmartGwtEE"/>" and <inherits name="com.smartgwtee.tools.Tools"/> in its BuiltInDS.gwt.xml. Is this correct? - If so, could you please add com/smartgwtpower/SmartGwtPowerNoScriptNoTheme (see screenshot)
- Is my current setup with com.smartgwt.SmartGwtNoScript "dangerous" with respect to twice-loaded skins (I do not see such requests in the F12 tools)?
Thank you & Best regards,
Blama
Comment