Hello,
the subject describes the problem i have.
I want to insert some RTF-formated text into a cxrichedit at the current cursor position.
My first attempt was to insert the text with the SelText property. The result is that the RTF text is displayed as plaintext with format-characters.
The second try was to use a second cxrichedit to use the methods Copytoclipboard and PastefromClipoard.
This try works but not on every machine. After some tests i figured out that the problem might be the PastefromClipoard method.
Every x(5-10) times it works.
Now i need a solution how to figure out my Problem.
A simple project is attached.
Thanks for your help