Search found 9406 matches

by Sergey Tkachenko
Sun Nov 05, 2006 10:13 pm
Forum: Support
Topic: tabs lists
Replies: 1
Views: 8771

Each paragraph may have its own list of tab positions.
For the current paragraph (containing the caret), it is
RVStyle1.ParaStyles[RichViewEdit1.CurParaStyleNo].Tabs
by Sergey Tkachenko
Sun Nov 05, 2006 2:59 pm
Forum: Support
Topic: CellBorderColor change after save (rtf) ...
Replies: 3
Views: 12641

The border colors for table.Cells[r,c] are defined by the following properties: 1) table.Cells[r,c].BorderColor, table.Cells[r,c].BorderLightColor. By default, these properties are equal to clNone, meaning: use the default cell border colors, defined in (2) 2) table.CellBorderColor, table.CellBorder...
by Sergey Tkachenko
Sun Nov 05, 2006 6:51 am
Forum: Support
Topic: Autohide Scrollbars
Replies: 5
Views: 15743

Planned, but this feature has low priority.
It will not be included in the next version.
by Sergey Tkachenko
Sat Nov 04, 2006 10:22 pm
Forum: Support
Topic: Autohide Scrollbars
Replies: 5
Views: 15743

This feature is not supported yet.
The only possible solution is using external scrollbars (changing them on events) and hide them when necessary
by Sergey Tkachenko
Sat Nov 04, 2006 9:41 am
Forum: Support
Topic: CellBorderColor change after save (rtf) ...
Replies: 3
Views: 12641

Border colors of individual cells are assigned.
by Sergey Tkachenko
Sat Nov 04, 2006 9:39 am
Forum: Support
Topic: Printing isn't correct on every printers
Replies: 61
Views: 156832

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: 3265097

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: 3265097

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: 3265097

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: 21498

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: 9363

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: 9878

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: 11095

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: 8259

Sorry, I do not understand your question