SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut

This forum is meant for questions and discussions about the X# language and tools
Post Reply
hilberg.it
Posts: 74
Joined: Sun Sep 20, 2020 7:25 am
Location: Germany

SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut

Post 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
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut

Post 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?

.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
hilberg.it
Posts: 74
Joined: Sun Sep 20, 2020 7:25 am
Location: Germany

SetAnsi(false) and SingleLineEdit PictureMask show incorrect umlaut

Post 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.
Post Reply