Hi,
I've plugged in a custom skin using the quick start note: not loaded in jar but as a resource directory and loaded in the .html file via a script tag.
The dev console knows that I use another skin (located in /resource/myskin), but doesn't use the correct path to it:
correct path should be
Is there a property I can set to control the skin location in the dev console itself?
thanks
SmartGWT EE 24-03-2011
I've plugged in a custom skin using the quick start note: not loaded in jar but as a resource directory and loaded in the .html file via a script tag.
The dev console knows that I use another skin (located in /resource/myskin), but doesn't use the correct path to it:
Code:
[WARN] 404 - GET /app/sc/system/helpers/resource/myskin/images/Scrollbar/vscroll_Over_track.png (127.0.0.1) 1470 bytes
Code:
/resource/myskin/images/Scrollbar/vscroll_Over_track.png
thanks
SmartGWT EE 24-03-2011
Comment