Search found 9406 matches

by Sergey Tkachenko
Wed Oct 10, 2007 11:30 am
Forum: Support
Topic: Error on termination of an application using TRichView
Replies: 8
Views: 24398

Place a breakpoint in TRichView.Destroy. Calculate how many times it is called (may be it is called twice for the same TRichView)
by Sergey Tkachenko
Wed Oct 10, 2007 7:26 am
Forum: Support
Topic: Undo Problem
Replies: 5
Views: 13901

When caret is inside table, you can call code to split this table in two parts and insert page break between: http://www.trichview.com/forums/viewtopic.php?t=586
Otherwise, this command must be disabled when the caret is inside table cell (when RichViewEdit.InplaceEditor<>nil)
by Sergey Tkachenko
Wed Oct 10, 2007 7:24 am
Forum: Support
Topic: Error on termination of an application using TRichView
Replies: 8
Views: 24398

When an item (especially a component) has been removed without formatting TRichView, AV usually occurs
It should not happen.
by Sergey Tkachenko
Wed Oct 10, 2007 7:22 am
Forum: Support
Topic: index error and infinite loop
Replies: 5
Views: 12095

Try to upgrade to the latest TRichView version
by Sergey Tkachenko
Tue Oct 09, 2007 4:59 pm
Forum: Examples, Demos
Topic: [Demo] DB Editor
Replies: 11
Views: 101689

[Demo] DB Editor

http://www.trichview.com/support/files/dbeditdemo.zip This is an analog of the demo Demos\Delphi\Editors\Editor 2\, but with TDBRichViewEdit instead of TRichViewEdit. This demo implements basic commands for changing text and paragraph attributes (without RichViewActions) This ZIP file includes sever...
by Sergey Tkachenko
Tue Oct 09, 2007 2:07 pm
Forum: Support
Topic: Offer: License for translation (German, Spanish, Portuguese)
Replies: 4
Views: 12824

Offer: License for translation (German, Spanish, Portuguese)

For the upcoming release of new version of TRichView and for adding ScaleRichView to the site, we need to update German, Spanish and Portuguese(BR) versions of TRichView site. It will not be too large amount of work, I do not think the text would exceed one page (may be two pages). Native speakers a...
by Sergey Tkachenko
Tue Oct 09, 2007 12:56 pm
Forum: Support
Topic: Undo Problem
Replies: 5
Views: 13901

You should not be able to insert page break in table cells.
by Sergey Tkachenko
Tue Oct 09, 2007 12:54 pm
Forum: Support
Topic: TRichViewEdit: Move focus centered to a certain Item
Replies: 3
Views: 13981

You can move caret to the end of this item. If this item is not in table cell, and you know its index (ItemNo), the code is: rve.SetSelectionBoudns(ItemNo, rve.GetOffsAfterItem(ItemNo), ItemNo, rve.GetOffsAfterItem(ItemNo)); The editor will be scrolled to show the caret, but not necessary in the mid...
by Sergey Tkachenko
Tue Oct 09, 2007 12:52 pm
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 31168

I recommend to upgrade to the newer version.
I can open access to the protected section of this form for you. Send me a private message with e-mail address you used when ordered TRichView.
by Sergey Tkachenko
Tue Oct 09, 2007 12:50 pm
Forum: Support
Topic: Error on termination of an application using TRichView
Replies: 8
Views: 24398

A guess, may be stupid: may you create RichViews dynamically passing some form as an Owner parameter. When this form is freed, it frees all its controls, including these RichViews. When, in some other place, you free all RichViews in your array, and the error occurs.
by Sergey Tkachenko
Tue Oct 09, 2007 12:42 pm
Forum: Support
Topic: TRichEdit delete RTF code
Replies: 2
Views: 9815

In any case, the trial version cannot read bookmarks from RTF, and the latest version does not require processing Extras to save local links.
by Sergey Tkachenko
Sun Oct 07, 2007 12:52 pm
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 31168

Yes.
by Sergey Tkachenko
Sun Oct 07, 2007 11:49 am
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99595

Update 2007-Oct-06: ScaleRichView v1.3.1 fix: displaying item hints; impr: TRVAPopupMenu can display additional commands depending on the selection in TSRichViewEdit (like it does for TRichViewEdit). In order to do it, add this line in your application (for example, in FormCreate of the main form):...
by Sergey Tkachenko
Sat Oct 06, 2007 7:39 am
Forum: Support
Topic: Internal Hyperlink in RTF documents
Replies: 9
Views: 31168

This feature is much better implemented in the latest version available for registered users, than in the trial version. 1) Bookmarks. RichView checkpoints are saved in bookmarks. Checkpoint name is used as bookmark name. The trial version can save bookmark. The last version can save and load them. ...
by Sergey Tkachenko
Sat Oct 06, 2007 7:29 am
Forum: Support
Topic: Open html files in TRichView
Replies: 1
Views: 6792

Please send me a simple project reproducing this bug.