Hi,
after upgrade from Wisej-1.4.80 to Wisej-1.4.82
all the BackgroundImageSource path of my controls have errors.
for example:
“Images\desktop\64\imageres_5351.png”
becames
“ImagesÞsktopdimageres_5351.png”
or
“Images\desktop\sfondi\default.jpg”
becames
“ImagesÞsktopsfondi�ult.jpg”
I downgrade immediately to 1.4.80 and and everything is back ok
I use vbnet and VS 2017
Regards
Cristian
Hi Cristian,
the ImageSource problems related to URL decoding are resolved in Wisej release 1.4.83.
Best regards
Frank
The problem is that in version 1.4.82 the back slash “\” convert the next char from hex to ascii code
image\desktop =>\DE=0222=Þ
\default.jpg=> \DEFA=57082=�
\64\imageres_5351.png=>64=0100=d
I’m sure of this
regards
Cristian
Please login first to submit.