Search found 9406 matches

by Sergey Tkachenko
Tue Jul 24, 2007 2:46 pm
Forum: Support
Topic: HTML font size
Replies: 5
Views: 21122

SaveHTML does not use CSS, only SaveHTMLEx does. And it uses <span> instead of <div>/<p> for defining font attibutes, because in TRichView paragraphs do not have font attributes. SaveHTML uses outdated tags because it is designed to generate HTML for outdated or simple browsers. For generating moder...
by Sergey Tkachenko
Tue Jul 24, 2007 2:44 pm
Forum: Support
Topic: How to set cursor at the end of document ?
Replies: 8
Views: 21693

May be your RichViewEdit was not formatted?
by Sergey Tkachenko
Tue Jul 24, 2007 2:43 pm
Forum: Support
Topic: Memory leak still persists
Replies: 3
Views: 10208

What tool do you use to see how much memory the application use? It may be inaccurate, it may show memory that was released by the application but was not returned to the system yet. Try to minimize the project and restore it, after that the tool may show the proper amount of memory the application ...
by Sergey Tkachenko
Tue Jul 24, 2007 2:27 pm
Forum: Support
Topic: Sent an email to [email protected] but no reply
Replies: 7
Views: 17996

I received your e-mail, sorry for the delay.
It will take some time to review your modification of RVHTMLImporter, considering the fact that it was not developed by me and I do not know it in details.
by Sergey Tkachenko
Tue Jul 24, 2007 2:20 pm
Forum: Support
Topic: Support for RichEdit 4.1 - source code
Replies: 2
Views: 12641

Err... sorry, what is frxRichEdit.pas?
by Sergey Tkachenko
Tue Jul 24, 2007 2:16 pm
Forum: Support
Topic: Text floating around picture
Replies: 5
Views: 14381

No, this feature is not implemented yet.
by Sergey Tkachenko
Tue Jul 24, 2007 2:06 pm
Forum: ScaleRichView
Topic: Screenshots
Replies: 3
Views: 21853

SRVPrint and SRVPreview.

Image

Image
by Sergey Tkachenko
Sun Jul 22, 2007 3:32 pm
Forum: ScaleRichView
Topic: Addict Spell Check problems
Replies: 12
Views: 53865

We will check this problem.
by Sergey Tkachenko
Sun Jul 22, 2007 1:55 pm
Forum: Support
Topic: Image in LeftMargin
Replies: 4
Views: 11721

In the ActionTest demo, background image fills the whole editor window. This image is very wide, but noticeable drawing is only in the left side of this image. It makes the effect that the image is only on the left margin, but it's not true for this demo. TRichView.BackgroundStyle property allows pl...
by Sergey Tkachenko
Sun Jul 22, 2007 11:34 am
Forum: Support
Topic: Image in LeftMargin
Replies: 4
Views: 11721

This demo uses BackgroundBitmap.
Besides, you can use TRichView.OnPaint or custom drawing items of TRVStyle.
by Sergey Tkachenko
Sat Jul 21, 2007 6:08 pm
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 233460

Calculating a number of words in the selection. uses RVWordEnum, RVTable, CRVFData; type TSelWordCounter = class(TRVWordEnumerator) private FCounter: Integer; FSelRVData: TCustomRVFormattedData; FSelStartItemNo, FSelStartOffs, FSelEndItemNo, FSelEndOffs: Integer; protected function ProcessWord: Boo...
by Sergey Tkachenko
Sat Jul 21, 2007 11:20 am
Forum: Support
Topic: Memory leak still persists
Replies: 3
Views: 10208

Deleted text is stored in undo buffer until you call File | New or File | Open.
See also: UndoLimit property.

ClearUndo method clears undo and redo buffers.
Clear method calls ClearUndo.
by Sergey Tkachenko
Sat Jul 21, 2007 11:16 am
Forum: ScaleRichView
Topic: GPF in TSRichViewEdit - checkTable
Replies: 5
Views: 23785

Can you create a simple project reproducing this bug?
by Sergey Tkachenko
Thu Jul 19, 2007 7:20 pm
Forum: Examples, Demos
Topic: [How to] How to switch Insert/Overtype mode
Replies: 1
Views: 39887

Demo: http://www.trichview.com/support/files/ins.zip

Includes this code + switching modes when user pressed the Insert key.
by Sergey Tkachenko
Thu Jul 19, 2007 6:53 pm
Forum: ScaleRichView
Topic: Matching margins/pages to a pdf
Replies: 12
Views: 43166

This method is added in ScaleRichView v1.2.6.
Please download the new version.