http://bugs.winehq.org/show_bug.cgi?id=3804
Summary: Problem with character display Product: Wine Version: 0.9 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: guillermo.e.reyes@gmail.com
Hello,
I have an application I made with WinDev8 (http://www.windev.com). The application is a simple window which requires the user to fill some info in a field and then displays some information regarding the code the user entered.
The problem I'm having is that when I run the application with WINE, I can correctly see the labels that describe each of the fields, but when I start typing in the field, I only see the cursor moving, but there's no display of the characters.
I have installed the .TTF files and have used the same font on the label and on the edit field. I can see the correct font being displayed in the windows at the label, but in the edit field I do not.
The characters are being fed to the application, the problem is I can't see them; neither the one's I enter, but also the one's the application fills.
The only way I could saw the characters is by changing the edit field to RTF format, but this gives me some problem when trying to identify the data the user entered.
Hope you can help me!
Regards, Guillermo