Search found 9390 matches

by Sergey Tkachenko
Fri Mar 07, 2008 11:57 am
Forum: Support
Topic: RVE Doc. contains links ?
Replies: 1
Views: 7256

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

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

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

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

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

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

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

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

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

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

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

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

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

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...
by Sergey Tkachenko
Sat Mar 01, 2008 1:39 pm
Forum: ScaleRichView
Topic: speed problem
Replies: 2
Views: 14298

A new compiled demo is uploaded to http://www.trichview.com/rvfiles/scalerichview/srv_actiontest.zip It has a new "Thumbnails" button on the toolbar. Note 1: background image slows down redrawing too Note 2: we have an idea how to make TSRVPageScroll redrawing faster (with delayed redrawing)