Search found 9405 matches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

This method is added in ScaleRichView v1.2.6.
Please download the new version.
by Sergey Tkachenko
Thu Jul 19, 2007 11:08 am
Forum: ScaleRichView
Topic: gnostice support
Replies: 1
Views: 14338

I have sent the request to Gnostice.