Search found 9416 matches

by Sergey Tkachenko
Sat Nov 04, 2006 9:39 am
Forum: Support
Topic: Printing isn't correct on every printers
Replies: 61
Views: 157266

You can use this new feature. After making the changes described above, the new RB wrapper can be used with any (relatively new) TRichView version.
But at first I recommend to change TPPRICHVIEWREFCANVASPPI constant (from ppRichView.pas) from 1440 to larger value, for example 7200.
by Sergey Tkachenko
Sat Nov 04, 2006 9:27 am
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 3300050

How to send this e-mail?

How to send TRichView document as formatted e-mail - 2 This example uses Indy components: TIdSMTP and TIdMessage. The function TForm1.GetEMail is the same as above. Sending (assuming that SMTP server requires authorization): IdMessage1.Clear; IdMessage1.From.Address := ...; IdMessage1.From.Name := ...
by Sergey Tkachenko
Sat Nov 04, 2006 9:23 am
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 3300050

1. I asked to not use it for bad stuff
2. Strange, I cannot see the clip icon in my OE for such messages. Please send e-mail to me.
by Sergey Tkachenko
Fri Nov 03, 2006 7:45 pm
Forum: Examples, Demos
Topic: [Demo] Sending HTML email. Saving MIME-encoded files.
Replies: 40
Views: 3300050

How to send this e-mail?

How to send TRichView document as formatted e-mail This example uses TNMSMTP component In the same demo, add the new function returning MIME-encoded document as string. As you can see, there are 2 main differences comparing to the original file saving procedure from the demo: 1) headers are not inc...
by Sergey Tkachenko
Fri Nov 03, 2006 1:43 pm
Forum: Support
Topic: Items and Sub Items in RichView!
Replies: 7
Views: 21537

You can use string tags and mark phrases using unuqie id (user-defined or auto-generated).
For example,
text: 'The ', tag 'BDS',
text 'Borland', tag 'BDS|Borland',
' Developer Studio IDE provides', tag 'BDS'.
Then, analysing tags of adjacent items, you can restore the hierarchy.
by Sergey Tkachenko
Thu Nov 02, 2006 2:17 pm
Forum: Support
Topic: About TRichView 1.9.24 trial
Replies: 2
Views: 9374

Updated: RichViewXML, RvHmlImport
by Sergey Tkachenko
Thu Nov 02, 2006 11:41 am
Forum: Support
Topic: rvhtmlimport bug when importing richview exported messages
Replies: 1
Views: 9897

Fixed version is uploaded
by Sergey Tkachenko
Thu Nov 02, 2006 8:09 am
Forum: Support
Topic: Cursor and Font in table setting...
Replies: 2
Views: 11117

for r := 0 to table.RowCount-1 do for c := 0 to table.ColCount-1 do if table.Cells[r,c]<>nil then begin table.Cells[r,c].Clear; table.Cells[r,c].AddNLATag('', RichViewEdit.CurTextStyleNo, RichViewEdit.CurParaStyleNo, 0); end; if RichViewEdit.InsertItem('', table) then table.EditCell(0,0); You shoul...
by Sergey Tkachenko
Wed Nov 01, 2006 11:13 pm
Forum: Support
Topic: InfoPath
Replies: 1
Views: 8275

Sorry, I do not understand your question
by Sergey Tkachenko
Wed Nov 01, 2006 11:10 pm
Forum: Support
Topic: Losing link when exporting to HTML
Replies: 5
Views: 17418

This assignment can be made in design time, in Object Inspector
by Sergey Tkachenko
Wed Nov 01, 2006 11:03 pm
Forum: Examples, Demos
Topic: [Demo] Radio Groups in TRichView
Replies: 0
Views: 23527

[Demo] Radio Groups in TRichView

This demo shows how to implement radio groups in TRichView.

http://www.trichview.com/support/files/radiogroups.zip

Captions and items are Unicode text (WideString)

Image

Updates:
2011-Oct-1: for compatibility with TRichView 13.4
by Sergey Tkachenko
Wed Nov 01, 2006 11:01 pm
Forum: Support
Topic: TRichview and Dotnet
Replies: 3
Views: 14677

Sorry, no. The answer is absolutely the same.
by Sergey Tkachenko
Wed Nov 01, 2006 10:59 pm
Forum: Support
Topic: Losing link when exporting to HTML
Replies: 5
Views: 17418

Did you assign it to RichViewEdit1.OnWriteHyperLink? :)
by Sergey Tkachenko
Wed Nov 01, 2006 2:55 pm
Forum: Support
Topic: Problem in Table
Replies: 4
Views: 13826

Do you use RichViewActions?

If yes, this problem must be fixed in new version of RichViewActions.