Search found 4 matches

by techmon
Tue Aug 26, 2014 9:25 pm
Forum: Support
Topic: Upon paste html, strange characters in TRichEdit
Replies: 3
Views: 12671

use a web browser like firefox and go to to a site...like https://www.google.com/intl/en/about/ and copy some text from there to your windows clipboard then paste it into TRichEdit here is HTML conversion procedure that we use to convert HTML to RVE format procedure HTMLToRichView( HTML : string ...
by techmon
Tue Aug 26, 2014 8:22 pm
Forum: Support
Topic: Upon paste html, strange characters in TRichEdit
Replies: 3
Views: 12671

Upon paste html, strange characters in TRichEdit

Good Day,

When I copy html from a web browser, and paste the html from clipboard into TRichEdit, I sometimes get strange characters like this between words:

 Â      Â

Please advise

Thanks,
Shawn
by techmon
Fri Apr 11, 2014 2:55 am
Forum: Support
Topic: Is CSS supported with TRichView
Replies: 2
Views: 10122

oops I see the links for the screenshots I gave in the original post are bad. try these: The email looked like this when I composed it from gmail: http://www.prositedev.com/tmp/view_from_gmail.png but came into TRichView like this: (no text colors and some fonts not correctly): http://www.prositedev ...
by techmon
Fri Apr 11, 2014 2:53 am
Forum: Support
Topic: Is CSS supported with TRichView
Replies: 2
Views: 10122

Is CSS supported with TRichView

Greetings! We sent a test email from gmail with richtext formatting (colored text and different size fonts) to our mail client Delphi application which has TRichView editor. It looks like gmail uses CSS and a RGB syntax when composing rich text emails from gmail. here's the code gmail generated when ...