Search found 9406 matches

by Sergey Tkachenko
Fri Mar 07, 2008 12:04 pm
Forum: Support
Topic: Problem using TRichViewEdit + russian text
Replies: 2
Views: 7725

The most probably in the place where you typed after the insertion, text was non-Unicode and with non-Russian Charset. To solve all problems with multilanguage text, you can use completely Unicode documents, see http://www.trichview.com/forums/viewtopic.php?t=70 If you do not want to use Unicode for...
by Sergey Tkachenko
Fri Mar 07, 2008 11:57 am
Forum: Support
Topic: RVE Doc. contains links ?
Replies: 1
Views: 7271

The simplest way is using RichView.RVData.EnumItems: procedure TForm1.EnumLinks(RVData: TCustomRVData; ItemNo: Integer; var UserData1: Integer; const UserData2: String; var ContinueEnum: Boolean); begin ContinueEnum := not RVData.GetItem(ItemNo).GetBoolValueEx(rvbpJump, RVData.GetRVStyle); if not Co...
by Sergey Tkachenko
Tue Mar 04, 2008 4:07 pm
Forum: Support
Topic: is item selected
Replies: 1
Views: 8797

If it is not in table, call RichView.GetSelectionBounds and check i agains the returned values.
by Sergey Tkachenko
Tue Mar 04, 2008 4:05 pm
Forum: Support
Topic: Fixed cells
Replies: 3
Views: 12151

You can include rvtoIgnoreContentWidth and rvtoIgnoreContentHeight in table.Options. In this mode, width and heights of all cells are calculated basing on their BestWidth and BestHeight properties, sizes of cells contents are ignored.
by Sergey Tkachenko
Mon Mar 03, 2008 4:53 pm
Forum: Support
Topic: Problem with drawing raster images using TRVReportHelper
Replies: 7
Views: 18849

I am not sure that you mean by "scale this metafile to other metafile with lower aspect-ratio". If you play metafile to canvas of different device (for example, playing metafile on printer canvas), many commands for drawing raster images may fail. But if Preview=False in RVReportHelper.Dra...
by Sergey Tkachenko
Mon Mar 03, 2008 4:47 pm
Forum: Support
Topic: rvActions-Object Properties problem with images
Replies: 3
Views: 9534

Or you may cosider removing rvsoUseItemImageFileNames from Options of SaveHTMLEx. This property will not be used, all images will be resaved under generated names.
by Sergey Tkachenko
Mon Mar 03, 2008 4:44 pm
Forum: Support
Topic: rvActions-Object Properties problem with images
Replies: 3
Views: 9534

In the previous versions of RichViewActions, TrvActionItemProperies did not change rvespImageFileName property of picture-items when the user chose another picture. You include rvsoUseItemImageFileNames in the Options of SaveHTMLEx. Because of this options, picture-items with non-empty value of rves...
by Sergey Tkachenko
Mon Mar 03, 2008 4:39 pm
Forum: Support
Topic: "Cannot destroy cell inplace editor in this time"
Replies: 3
Views: 9673

The latest version is 1.9.49. You can download it from the same location as v1.9.42. I opened access to the protected forums for you account.

If you have a question about downloading the latest version, send me a private message.
by Sergey Tkachenko
Mon Mar 03, 2008 4:33 pm
Forum: Support
Topic: I whant to buy
Replies: 1
Views: 8279

ScaleRichView is an addon to TRichView. ScaleRichView must be purchased separately. License for 1 Developer of ScaleRichView costs $150. The ordering link is available for registered TRichView users. Or you can order TRichView+ScaleRichView as a bundle, https://secure.shareit.com/shareit/checkout.ht...
by Sergey Tkachenko
Sun Mar 02, 2008 7:55 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105132

At least not in TRVOfficeConverter. It does not rely in MS Word presence.
by Sergey Tkachenko
Sun Mar 02, 2008 7:51 pm
Forum: Support
Topic: Changing image filter
Replies: 1
Views: 7121

Do you mean RichViewActions?
TrvActionInsertPicture has Filter property. If it is assigned, it will be used for the dialog.
TrvActionItemProperties has a similar property, GraphicFilter.
by Sergey Tkachenko
Sun Mar 02, 2008 7:47 pm
Forum: ScaleRichView
Topic: Problem with instaling Trial ScaleRichView to Delphi2007
Replies: 2
Views: 13984

The fixed v1.3.5 trial is uploaded.
by Sergey Tkachenko
Sun Mar 02, 2008 7:46 pm
Forum: ScaleRichView
Topic: Footnotes
Replies: 16
Views: 65133

Even if I say "yes", I cannot guarantee it.
by Sergey Tkachenko
Sun Mar 02, 2008 7:45 pm
Forum: ScaleRichView
Topic: Selecting of words by double-clicking
Replies: 1
Views: 12859

Yes, we already noticed this bug in the last update of ScaleRichView. Will be fixed in the next update.
by Sergey Tkachenko
Sun Mar 02, 2008 9:43 am
Forum: ScaleRichView
Topic: HintPrefix bug
Replies: 2
Views: 31019

The problem with HintPrefix is confirmed. The font for hints is hard-coded, so you cannot define its charset. Will be fixed in the next update. The problem with icon is confirmed. Will be fixed in the next update. Sorry, I cannot say when headers and footers will be implemented. As for Unicode. Prob...