Search found 4 matches

by SergJP
Fri Nov 30, 2018 9:03 am
Forum: Support
Topic: Pictures from URL
Replies: 1
Views: 9251

Pictures from URL

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); RVHTMLViewImpo...
by SergJP
Tue Aug 14, 2018 3:37 pm
Forum: Support
Topic: hunspell for richview
Replies: 5
Views: 21470

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 := True; Helpe...
by SergJP
Mon Aug 06, 2018 1:18 pm
Forum: Support
Topic: How can I make Word-like function "Format Painter"?
Replies: 2
Views: 14480

Re: How can I make Word-like function "Format Painter"?

Thank You! All done
by SergJP
Thu Aug 02, 2018 2:20 pm
Forum: Support
Topic: How can I make Word-like function "Format Painter"?
Replies: 2
Views: 14480

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.