xsharp.eu • SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut
Page 1 of 1

SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut

Posted: Mon May 23, 2022 7:31 pm
by hilberg.it
Hi,

many of my SingleLineEdit Controls have a picture mask implemented. Now I had to change setAnsi to false, because of the ADS. Unfortunately every picture mask now shows incorrect umlauts. It looks like there is somewhere setAnsi(true) hardcoded or something!? Is this a bug, or can I change anything else? What is property ES_OEMCONVERT supposed to do? I am using X# 2.10

Thanks

SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut

Posted: Mon May 23, 2022 7:42 pm
by Chris
Hi,

I can't think why SetAnsi() could influence GUI items like pictures in SLEs. Can you post a sample showing the problem?

.

SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut

Posted: Mon May 23, 2022 7:48 pm
by hilberg.it
Hi Chris,

that's how I can reproduce it. Switch SetAnsi or unComment sle:Picture.

I will try and extract an example.