Search found 9409 matches

by Sergey Tkachenko
Fri Sep 14, 2007 4:26 pm
Forum: Support
Topic: Text style which does not define (e.g.) font size
Replies: 2
Views: 9997

This feature is not supported yet.
You can use ModifiedProperties property of text style to implement a command like this (this property is not used in the current version).
But each text is formatted with the specific text style. It must have all properties defined, otherwise how can it be displayed?
by Sergey Tkachenko
Tue Sep 11, 2007 7:18 pm
Forum: Support
Topic: rvEdit / rvStyle / rvPrint: Problem with tabs (DefTabWidth)
Replies: 2
Views: 9649

Sorry, it cannot be fixed. Sometimes text on screen and on printer have slightly different heights. Usually it's not a big problem, except for possible misalignment of of tabs, as you can see. Solutions: - use tables instead of tabs to align text in columns; - or you can use WYSIWYG component, Scale...
by Sergey Tkachenko
Mon Sep 10, 2007 4:27 pm
Forum: ScaleRichView
Topic: Does the ScaleRichView Full (non-Trial) Version look better?
Replies: 4
Views: 18995

Ilya said that output will look better in future version. But this is not a simple change, and it cannot be done very soon. It will take several months.
by Sergey Tkachenko
Mon Sep 10, 2007 4:10 pm
Forum: Support
Topic: Image path when HTML saving(Pls hep me :(()
Replies: 7
Views: 16199

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

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

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

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

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

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

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

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

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

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

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

I received it, please wait while I test it