Search found 9411 matches

by Sergey Tkachenko
Sat Nov 25, 2006 4:29 pm
Forum: Support
Topic: Select a range in RVData!
Replies: 5
Views: 16608

I think the simplest solution would be loading text in hidden TRichViewEdit, apply text style and then add the result to the main TRichView.
by Sergey Tkachenko
Sat Nov 25, 2006 3:03 pm
Forum: Support
Topic: How rvvaMiddle works?
Replies: 8
Views: 22139

No, it's not possible in TRichView, merged cells still must be rectangular.
by Sergey Tkachenko
Sat Nov 25, 2006 2:29 pm
Forum: Support
Topic: copy bullet style
Replies: 10
Views: 27041

mamouri , everybody makes mistakes. I really appreciate your help. Actually, my code was incorrect too (checking empty selection), I fixed it. maddwood , yes, the code posted by mamouri (and then corrected by me) adds bullets to the selected paragraphs in TRichView. If you want to apply list style ...
by Sergey Tkachenko
Sat Nov 25, 2006 12:40 pm
Forum: Support
Topic: Select a range in RVData!
Replies: 5
Views: 16608

Once again, RVGetSelection and RVSetSelection work for all TCustomRVDatas inside the given TCustomRichViewEdit, so special functions for TCustomRVData are not necessary. For example, you can select some items in cell of table, then call RVGetSelection for RichView containing this table, and the sele...
by Sergey Tkachenko
Sat Nov 25, 2006 12:30 pm
Forum: Support
Topic: How rvvaMiddle works?
Replies: 8
Views: 22139

Sorry, your schemes of tables looks corrupted (because of different character widths?), so I do not understand your question.
by Sergey Tkachenko
Sat Nov 25, 2006 12:28 pm
Forum: Support
Topic: bullet to rtf
Replies: 3
Views: 12176

I received your e-mail. Briefly: bullets are saved as bullets, but WordPad (RichEdit) does not understand them. In RTF specifications, representation of bullets&numbering was cardinally changed since MS Word97, but standard RichEdits continue using old, Word6-like representation. TRichView works...
by Sergey Tkachenko
Fri Nov 24, 2006 9:01 pm
Forum: Support
Topic: bullet to rtf
Replies: 3
Views: 12176

No, TRichView always saves bullets in RTF as bullets.
If you have an example where it is done wrong, please send it to me by e-mail.
by Sergey Tkachenko
Fri Nov 24, 2006 8:59 pm
Forum: Support
Topic: Select a range in RVData!
Replies: 5
Views: 16608

These procedures works with a TCustomRichView, it's not necessary a TCustomRichViewEdit.

These procedures work with selection in table cells as well.
by Sergey Tkachenko
Fri Nov 24, 2006 8:50 pm
Forum: Support
Topic: Bugs with Table and RB
Replies: 1
Views: 9196

Do you mean page breaks inside tables? 3 things are not completed yet: 1) Determining if there is enough space for at least one line of text (the question: should the next row (or table as a whole) be started from the next page). Temporal "stub" code is used. 2) Vertical alignment in cells...
by Sergey Tkachenko
Fri Nov 24, 2006 8:45 pm
Forum: Support
Topic: Printing isn't correct on every printers
Replies: 61
Views: 156951

JPR, if you are waiting for this fix ("RB wrapper prints badly on some printers") you can use the fixed version of RB wrapper with TRichView v1.9.24 (last stable version), after making fixes in trichview code mentioned above (21 Oct 2006). So you can use it already today. As for the latest...
by Sergey Tkachenko
Fri Nov 24, 2006 8:40 pm
Forum: Support
Topic: How to delete an entire field partially highlighted?
Replies: 1
Views: 8989

Sorry, no. Yes, it's possible process OnKeyDown and adjust the selection if the user presses Delete on Backspace and fields are partially selected, but: - if fields are not protected, users still will be able to modify its text; - selection can be deleted by pressing many other keys. May be you can ...
by Sergey Tkachenko
Fri Nov 24, 2006 8:29 pm
Forum: Support
Topic: Any easy way to export to MS Word?
Replies: 1
Views: 9143

Convert to RTF?
by Sergey Tkachenko
Thu Nov 23, 2006 2:03 pm
Forum: Support
Topic: super / subscript
Replies: 1
Views: 9063

There is a VShift property of text style allowing to move text up or down. For applying super/subscript, you can decrease font size and assign VShift This is a modified demo (the original is in Demos\Delphi\Editors\Editor 2\) supporting super/subscripts: http://www.trichview.com/support/files/redits...
by Sergey Tkachenko
Thu Nov 23, 2006 1:56 pm
Forum: Support
Topic: Suggestion: SmartPopupProperties property for TRichView
Replies: 3
Views: 13242

Yes, all methods of TRichViewEdit work as fast as the same methods of TRichView.
TRichViewEdit only adds new methods.
by Sergey Tkachenko
Thu Nov 23, 2006 1:49 pm
Forum: Support
Topic: Search and Highlight in TRVTableCellData
Replies: 9
Views: 33117

What's an overcomplicated function :)

I created functions supporting Unicode both in RichView and as a substring to search.

http://www.trichview.com/forums/viewtop ... =5184#5184