Search found 9406 matches

by Sergey Tkachenko
Mon Sep 10, 2007 4:10 pm
Forum: Support
Topic: Image path when HTML saving(Pls hep me :(()
Replies: 7
Views: 16187

In order to store file names for pictures inserted by rvActionInsertPicture1, set rvActionInsertPicture1.StoreFileName = True (RichViewActions version v1.53 or newer is required). In order to store file names for pictures inserted with RTF, set RichViewEdit1.RTFReadProperties.StoreImagesFileNames = ...
by Sergey Tkachenko
Mon Sep 10, 2007 3:56 pm
Forum: Support
Topic: Problem in copy paste from Miscrosft word
Replies: 7
Views: 18997

Did you change RichViewEdit1.BiDiMode=rvbdLeftToRight? If it is rvbdUnspecified, RTL text is not supported. The copied RTF (at least in Word 2003) does not contain any text direction information, so the application must arrange text itself. Unfortunately, TRichView is not so smart as Word in arrangi...
by Sergey Tkachenko
Mon Sep 10, 2007 3:25 pm
Forum: Support
Topic: Scroll by pressing mouse wheel
Replies: 1
Views: 8131

This feature is not implemented yet.
by Sergey Tkachenko
Sun Sep 09, 2007 8:52 am
Forum: Support
Topic: Image path when HTML saving(Pls hep me :(()
Replies: 7
Views: 16187

Yes, it's possible to store the original path to image and use it when saving to HTML.
But how do you insert images? Do you use RichViewActions?
by Sergey Tkachenko
Sat Sep 08, 2007 5:55 pm
Forum: Support
Topic: XML and Unicode (UTF-8)
Replies: 2
Views: 8871

RichViewXML can load only XML files saved by RichViewXML (or compatible).
by Sergey Tkachenko
Sat Sep 08, 2007 11:38 am
Forum: Support
Topic: Table Printing problem
Replies: 9
Views: 22008

Sorry for delay. The problem is in OnDrawBorder event. You use it to draw a hairline border (i.e. border having width = 1 pixel both on screen and on printer). On screen, hairline borders look exactly like normal borders (if CellBorderWidth=1). But on printing, real width of border with CellBorderWi...
by Sergey Tkachenko
Sat Sep 08, 2007 10:34 am
Forum: ScaleRichView
Topic: Does the ScaleRichView Full (non-Trial) Version look better?
Replies: 4
Views: 18984

Sorry, but the current full version of ScaleRichView looks exactly like shown in this demo.
If you have the latest version of TRichView and RichViewActions, you can install ScaleRichView trial: http://www.trichview.com/forums/viewtopic.php?t=1963 (link for registered users)
by Sergey Tkachenko
Thu Sep 06, 2007 5:05 pm
Forum: Support
Topic: Cell Borders
Replies: 3
Views: 12069

1) You can use Cell.VisibleBorders to hide some border sides. Alternatively, you can use table "rules", but they cannot be exported in HTML or RTF. You cannot make different border widths, it's the same for all cells (but you can draw border yourself in table.OnDrawBorder event) 2) Exclude...
by Sergey Tkachenko
Thu Sep 06, 2007 5:01 pm
Forum: ScaleRichView
Topic: ScaleRichView installation problem
Replies: 3
Views: 17548

The latest version of TRichView and RichViewActions can be downloaded from the same location as previous versions. In the forums for registered users (access is now opened for you) there is a thread where you can see announcements about updates.
by Sergey Tkachenko
Wed Sep 05, 2007 2:36 pm
Forum: ScaleRichView
Topic: ScaleRichView installation problem
Replies: 3
Views: 17548

The latest (required) versions are:
TRichView v1.9.44.2
RichViewActions v1.55.1
by Sergey Tkachenko
Tue Sep 04, 2007 5:21 pm
Forum: Support
Topic: Problem Saving with TDBRichViewEdit
Replies: 2
Views: 8592

How can I reproduce this problem?
by Sergey Tkachenko
Sun Sep 02, 2007 1:22 pm
Forum: Support
Topic: Table Printing problem
Replies: 9
Views: 22008

I received it, please wait while I test it
by Sergey Tkachenko
Sun Sep 02, 2007 1:22 pm
Forum: Support
Topic: Problem in copy paste from Miscrosft word
Replies: 7
Views: 18997

Yes, I recevied it. Please wait while I test it
by Sergey Tkachenko
Fri Aug 31, 2007 11:49 am
Forum: Support
Topic: richview ad3simpledemo
Replies: 2
Views: 8499

Do you mean you have problems with Addict3+RichView not only in active form, but in normal application?
What versions of Addict3, RichView and Delphi do you use?
by Sergey Tkachenko
Fri Aug 31, 2007 11:46 am
Forum: Support
Topic: Inserting TRichViewEdit content into several table cells
Replies: 4
Views: 13696

Some information that cannot be saved in RTF will be lost.
But if you create this table for saving in RTF, it does not matter.