I import HTML text of email from database using TRVHTMLViewImporter and THtmlViewer.
When the letter contains pictures with src = "http://some site" TRVHTMLViewImporter adds a prefix - path of executable file.
The code is:
RVHTMLViewImporter = new TRVHTMLViewImporter(Owner);
RVHTMLViewImporter ...
Search found 4 matches
- Fri Nov 30, 2018 9:03 am
- Forum: Support
- Topic: Pictures from URL
- Replies: 1
- Views: 11186
- Tue Aug 14, 2018 3:37 pm
- Forum: Support
- Topic: hunspell for richview
- Replies: 5
- Views: 26660
Re: hunspell for richview
Sorry, I can't install RVHunSpellPkgCB10_2
In RVHunSpell.pas the compiler makes errors:
procedure TRVHunSpell.Check(Editor: TCustomRichViewEdit; Scope: TRVEnumScope);
var Helper: TRVHunSpellHelper;
begin
Helper := TRVHunSpellHelper.Create;
try
Helper.RVHunSpell := Self;
Helper.Unicode ...
In RVHunSpell.pas the compiler makes errors:
procedure TRVHunSpell.Check(Editor: TCustomRichViewEdit; Scope: TRVEnumScope);
var Helper: TRVHunSpellHelper;
begin
Helper := TRVHunSpellHelper.Create;
try
Helper.RVHunSpell := Self;
Helper.Unicode ...
- Mon Aug 06, 2018 1:18 pm
- Forum: Support
- Topic: How can I make Word-like function "Format Painter"?
- Replies: 2
- Views: 18131
Re: How can I make Word-like function "Format Painter"?
Thank You! All done
- Thu Aug 02, 2018 2:20 pm
- Forum: Support
- Topic: How can I make Word-like function "Format Painter"?
- Replies: 2
- Views: 18131
How can I make Word-like function "Format Painter"?
Hello all!
Please, can anybody help to make with TRichViewEdit a MSWord-like function "Format Painter"?
For example:
Qwerwer
tesefsrwrw wrwrw wrwsdf
sfs dsdf sfds ddsf
Need all paragraphs looks same as first.
I try procedure ApplyParaStyleConversion but it not change anything.
Please, can anybody help to make with TRichViewEdit a MSWord-like function "Format Painter"?
For example:
Qwerwer
tesefsrwrw wrwrw wrwsdf
sfs dsdf sfds ddsf
Need all paragraphs looks same as first.
I try procedure ApplyParaStyleConversion but it not change anything.