Hi,
Though I searched through Smartclient forums for this issue, I still could not get mine working.
I have enterprise blue skin for my application and my gwt.xml has the following lines:
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.smartgwt.SmartGwtNoTheme" />
<inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
<inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>
I have set isomorphicDir in my module html.
When I run my application, I get the below warning:
[WARN] 404 - GET /cat/sc/skins/standard/images/blank.gif
My concern here is why does it look into 'Standard' when my applciation uses 'Enterprise Blue' theme?
Its probably due to ISC_CORE.js checking for SKin directory and setting by default to Standard if it could not find one. How to set the skin directory explicitly to Enterpriseblue?
I do have the ENTERPRISEBLUE folder created in my war under skins dir with all the images/load_skin js and skin_styles.css.
Thanks for your time,
Bharathi
Though I searched through Smartclient forums for this issue, I still could not get mine working.
I have enterprise blue skin for my application and my gwt.xml has the following lines:
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.smartgwt.SmartGwtNoTheme" />
<inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
<inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>
I have set isomorphicDir in my module html.
When I run my application, I get the below warning:
[WARN] 404 - GET /cat/sc/skins/standard/images/blank.gif
My concern here is why does it look into 'Standard' when my applciation uses 'Enterprise Blue' theme?
Its probably due to ISC_CORE.js checking for SKin directory and setting by default to Standard if it could not find one. How to set the skin directory explicitly to Enterpriseblue?
I do have the ENTERPRISEBLUE folder created in my war under skins dir with all the images/load_skin js and skin_styles.css.
Thanks for your time,
Bharathi
Comment