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
-
- Posts: 75
- Joined: Sun Sep 20, 2020 7:25 am
- Location: Germany
SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut
Hi,
I can't think why SetAnsi() could influence GUI items like pictures in SLEs. Can you post a sample showing the problem?
.
I can't think why SetAnsi() could influence GUI items like pictures in SLEs. Can you post a sample showing the problem?
.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
-
- Posts: 75
- Joined: Sun Sep 20, 2020 7:25 am
- Location: Germany
SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut
Hi Chris,
that's how I can reproduce it. Switch SetAnsi or unComment sle:Picture.
I will try and extract an example.
that's how I can reproduce it. Switch SetAnsi or unComment sle:Picture.
I will try and extract an example.