Search found 10 matches

by dmitrys
Wed Oct 30, 2013 9:33 pm
Forum: Support
Topic: RTF to HTML conversion
Replies: 5
Views: 16972

Never mind, I was able to merge the changes with my older version :-)

Thank you!
by dmitrys
Wed Oct 30, 2013 7:11 pm
Forum: Support
Topic: RTF to HTML conversion
Replies: 5
Views: 16972

Sergey,
I got the file from the private forum, thanks!
However I am using version 13.6.3, is it possible to fix the problem in that version?

Thank you!
by dmitrys
Wed Oct 30, 2013 3:19 pm
Forum: Support
Topic: RTF to HTML conversion
Replies: 5
Views: 16972

Sergey, where can I download the updated version from?

Thank you!
by dmitrys
Fri Oct 25, 2013 3:35 pm
Forum: Support
Topic: RTF to HTML conversion
Replies: 5
Views: 16972

Looks like the link included an extra dot. The correct link is http://www.dimastr.com/temp/conversion_problem.zip .
by dmitrys
Fri Oct 25, 2013 3:34 pm
Forum: Support
Topic: RTF to HTML conversion
Replies: 5
Views: 16972

RTF to HTML conversion

I am having problems converting HTML to RTF. I uploaded the problematic files (original HTML and the resulting RTF) to http://www.dimastr.com/temp/conversion_problem.zip. The relevant snippet of code is below RvHtmlImporter := TRvHtmlImporter2.Create(Msg); RVReportHelper := TRVReportHelper.Create ...
by dmitrys
Fri Sep 13, 2013 5:35 pm
Forum: Support
Topic: Parentless TRichView control
Replies: 3
Views: 11639

It is the same problem - but now it is an access violation since Canvas being passed in is nil: Vcl.Graphics.TCanvas.GetHandle RVWinGrIn.TRVWinGraphicInterface.GetDeviceCaps(nil,88) RVFuncs.RV_InfoAboutSaD($13E498,nil,$162D1220) CRVFData.TCustomRVFormattedData.GetSADForFormatting(nil,$13E498 ...
by dmitrys
Fri Sep 13, 2013 4:17 am
Forum: Support
Topic: Parentless TRichView control
Replies: 3
Views: 11639

Parentless TRichView control

I have an invisible TRichView control with no parent that I use to convert HTMLto RTF. When RTF is saved, TRVWinGraphicInterface.GetDeviceCaps is called and accesses the Canvas property. The control has no parent, so the handle cannot be created and the calls fails with the following call stack ...
by dmitrys
Fri Aug 09, 2013 9:24 pm
Forum: Support
Topic: Converting HTML to RTF
Replies: 4
Views: 14640

That worked perfectly, thank you!
by dmitrys
Fri Aug 09, 2013 1:49 pm
Forum: Support
Topic: Converting HTML to RTF
Replies: 4
Views: 14640

I am using 13.6.3. To load HTML,I am using TRvHtmlImporter2.LoadHtml.
What do OnReadHyperlink and OnWriteHyperlink event haandlers need to do?

Thank you!
by dmitrys
Fri Aug 09, 2013 6:35 am
Forum: Support
Topic: Converting HTML to RTF
Replies: 4
Views: 14640

Converting HTML to RTF

I cannot seem to convert an HTML with a link to RTF – the link color is exported but not the actual link. I used TRvHtmlImporter2.LoadHtml / TRichView.SaveRTFToStream I used the following HTML: <html><body>This activity was created by <b><a href="http://www.dimastr.com/redemption">Redemption</a></b>< ...