Hi Isomorphic,
the URL I get for the up/down icons in Multi Group Dialog for my Simplicity-based skin (I'm on v10.1p_2017-03-11 currently) are:
In my Tomcat directory I have those with a gif-extension.
But if I look in smartgwt-skins.jar (opened as zip) I see those as PNG. So why am I getting these unpacked as gif?
I already deleted gwt-unitCache and my generated war\myproj so that it is freshly generated.
Do you have any idea what is happening here? Is is some extraction script that might rename those?
Thank you & Best regards
Blama
the URL I get for the up/down icons in Multi Group Dialog for my Simplicity-based skin (I'm on v10.1p_2017-03-11 currently) are:
Code:
http://.../sc/skins/Simplicity/images/TransferIcons/up.png http://.../sc/skins/Simplicity/images/TransferIcons/down.png
But if I look in smartgwt-skins.jar (opened as zip) I see those as PNG. So why am I getting these unpacked as gif?
I already deleted gwt-unitCache and my generated war\myproj so that it is freshly generated.
Do you have any idea what is happening here? Is is some extraction script that might rename those?
Thank you & Best regards
Blama
Comment