WpTools TWPRichText rendering problem with SpeechToText Software

  • Hi

    I have an interesting problem with TWPRichText and a (Turkish) SpeechToText program. This program pipes the text as the user speaks to a microphone to the window which has focus. Every other component (Tmemo, TRichEdit, TdxRichEditControl from DevExpress) and program (Notepad, Notepad++, Word, WordPad etc) works fine. But TWPRichText from WpTools has rendering problems. TWPRichText shows missing characters but when I press enter key the correct value is displayed.

    I don't know where to start looking for the problem?

    Bora Aydemir

    WPTools 7.26, Delphi Seattle Prof.

    • Offizieller Beitrag

    All the mentioned controls are based on standard windows classes, WPTools is not. I assume the program sends certain messages to the control to update the text. You can trace the KeyDown event and others in WPCtrMemo.pas to find more about this.