Search found 3 matches

by ENatter
Thu Jul 15, 2010 11:01 am
Forum: Support
Topic: Combining HypertextLinks and TextFormating in TRichviewEdt
Replies: 5
Views: 11100

To 1: Thanks a lot he solution. Only on thing, while editing you get a font tag (font size="2" face="Microsoft San Serif" into the generated HTML. Sure this is the font used in the Edit, but I don't think that this should be in the final HTML To 2: Well I think for a proper HTML-Export this shouldn ...
by ENatter
Wed Jul 14, 2010 9:21 am
Forum: Support
Topic: Combining HypertextLinks and TextFormating in TRichviewEdt
Replies: 5
Views: 11100

Thanks a lot, this solves the Issue. But I've encountered two additional things. 1. While exporting with SaveHTML I always get complete HTML-Files. Means I also have a HTML Head and Body Tags. But I only wan't the pure HTML-Code between the BODY-Tags. I wrote a small Routine cropping the rest off ...
by ENatter
Mon Jul 12, 2010 4:11 pm
Forum: Support
Topic: Combining HypertextLinks and TextFormating in TRichviewEdt
Replies: 5
Views: 11100

Combining HypertextLinks and TextFormating in TRichviewEdt

Since I wan't to integrate in my Delphi Application a TRichViewEdit, that allows to integrate Hyperlinks like in the Demo "CreateHyperlink" and TextFormating (Bold, Italic, Underline) like in the Demo "Editor 2" I got to the Point where the declaration of constant redefine actions: const TEXT_BOLD ...